illydemon
This commit is contained in:
38
Resources/Prototypes/TBD/Mobs/NPCs/illy.yml
Normal file
38
Resources/Prototypes/TBD/Mobs/NPCs/illy.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
- type: entity
|
||||
parent: BaseMobFlesh
|
||||
id: TBD_MobAbomination
|
||||
name: abomination
|
||||
suffix: TBD
|
||||
description: In constant pain and seeking revenge and condemnation on others for it's own faults.
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: Mobs
|
||||
sprite: _TBD/Mobs/Demons/illy.rsi
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: alive
|
||||
- type: DamageStateVisuals
|
||||
states:
|
||||
Alive:
|
||||
Base: alive
|
||||
Dead:
|
||||
Base: dead
|
||||
- type: MobState
|
||||
allowedStates:
|
||||
- Alive
|
||||
- Dead
|
||||
- type: MobThresholds
|
||||
thresholds:
|
||||
0: Alive
|
||||
100: Dead
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed: 1.5
|
||||
baseSprintSpeed: 2.5
|
||||
- type: MeleeWeapon
|
||||
soundHit:
|
||||
path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
|
||||
angle: 0
|
||||
animation: WeaponArcClaw
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0
|
||||
BIN
Resources/Textures/_TBD/Mobs/Demons/illy.rsi/dead.png
Normal file
BIN
Resources/Textures/_TBD/Mobs/Demons/illy.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 B |
18
Resources/Textures/_TBD/Mobs/Demons/illy.rsi/meta.json
Normal file
18
Resources/Textures/_TBD/Mobs/Demons/illy.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by matt for TBD Station",
|
||||
"states": [
|
||||
{
|
||||
"name": "dead"
|
||||
},
|
||||
{
|
||||
"name": "alive",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user