Skip to content

Commit

Permalink
[KASTA] Добавлен спрайт: Kasta
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiyamov committed Mar 15, 2024
1 parent 99eafcd commit 8eba03b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
layers:
- state: green
- state: shiva
sprite: Mobs/Pets/shiva.rsi
sprite: Mobs/Pets/kasta.rsi
- type: ConditionalSpawner
prototypes:
- MobKasta
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Entities/Mobs/NPCs/pets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -667,10 +667,10 @@
components:
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Pets/walter.rsi
sprite: Mobs/Pets/kasta.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: walter
state: kasta
- type: Physics
- type: Fixtures
fixtures:
Expand All @@ -695,11 +695,11 @@
- type: DamageStateVisuals
states:
Alive:
Base: walter
Base: kasta
Critical:
Base: walter_dead
Base: kasta_dead
Dead:
Base: walter_dead
Base: kasta_dead
- type: Butcherable
spawned:
- id: FoodMeat
Expand Down
Binary file added Resources/Textures/Mobs/Pets/kasta.rsi/kasta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions Resources/Textures/Mobs/Pets/kasta.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "AGPL-3",
"copyright": "Taken from Paradise SS13 with recolor to make it look like shepherd, https://scrubby.melonmesa.com/dmi/icons/mob/pets.dmi?codebase=paradisepets.dmi",
"states":
[
{
"name": "kasta",
"directions": 4
},

{
"name": "kasta_dead",
"directions": 1
}
]
}

0 comments on commit 8eba03b

Please sign in to comment.