diff --git a/Resources/Prototypes/TBD/Mobs/NPCs/illy.yml b/Resources/Prototypes/TBD/Mobs/NPCs/illy.yml new file mode 100644 index 0000000000..df52d31590 --- /dev/null +++ b/Resources/Prototypes/TBD/Mobs/NPCs/illy.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/dead.png b/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/dead.png new file mode 100644 index 0000000000..7284134687 Binary files /dev/null and b/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/dead.png differ diff --git a/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/meta.json b/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/meta.json new file mode 100644 index 0000000000..f03e7465e1 --- /dev/null +++ b/Resources/Textures/_TBD/Mobs/Demons/illy.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file