Adds Hellspawn (Nar'Sie demon mob) (#20291)
* HellSpawn Mob * added spawner * summary for the namespace * larger collider, cannot enter single tile corridors. * fix * remove duplicate from yml, fix attributions. * moved action to shared, moved comp to shared, networked comp, separated heal, fixed attributions * removed flammable from hellspawn removed the healing effect from firestarter ability (healing can be separate ability). * Update attributions.yml fix attributions * fix * fix
This commit is contained in:
BIN
Resources/Textures/Mobs/Demons/hellspawn.rsi/alive.png
Normal file
BIN
Resources/Textures/Mobs/Demons/hellspawn.rsi/alive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
Resources/Textures/Mobs/Demons/hellspawn.rsi/dead.png
Normal file
BIN
Resources/Textures/Mobs/Demons/hellspawn.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
18
Resources/Textures/Mobs/Demons/hellspawn.rsi/meta.json
Normal file
18
Resources/Textures/Mobs/Demons/hellspawn.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 64,
|
||||
"y": 64
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by brainfood1183 (github) for ss14",
|
||||
"states": [
|
||||
{
|
||||
"name": "dead"
|
||||
},
|
||||
{
|
||||
"name": "alive",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user