diff --git a/Resources/Audio/_Honk/la_creatura/scary.ogg b/Resources/Audio/_Honk/la_creatura/scary.ogg new file mode 100644 index 0000000000..d3a2215e9e Binary files /dev/null and b/Resources/Audio/_Honk/la_creatura/scary.ogg differ diff --git a/Resources/Prototypes/_Honk/Entities/Mobs/Species/la_creatura.yml b/Resources/Prototypes/_Honk/Entities/Mobs/Species/la_creatura.yml new file mode 100644 index 0000000000..d541bc03a2 --- /dev/null +++ b/Resources/Prototypes/_Honk/Entities/Mobs/Species/la_creatura.yml @@ -0,0 +1,93 @@ +- type: entity + name: нечто ужасное + parent: [ SimpleMobBase, MobCombat ] + id: MobLaCreatura + description: Отвратительный кошмар. + suffix: Admeme + components: + - type: InputMover + - type: TimedDespawn + lifetime: 10 + - type: CombatMode + - type: Sprite + drawdepth: Mobs + sprite: _Honk/Mobs/la_creatura.rsi + layers: + - map: ["enum.DamageStateVisualLayers.Base", "movement"] + state: abomination + - type: SpriteMovement + movementLayers: + movement: + state: abomination + noMovementLayers: + movement: + state: abomination + - type: NpcFactionMember + factions: + - SimpleHostile + - type: HTN + rootTask: + task: SimpleHostileCompound + blackboard: + NavInteract: !type:Bool + true + NavPry: !type:Bool + true + NavSmash: !type:Bool + true + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.40 + density: 80 + mask: + - MobMask + layer: + - MobLayer + - type: MobState + - type: Deathgasp + - type: MobThresholds + thresholds: + 0: Alive + 10000: Dead + - type: Stamina + critThreshold: 100 + - type: MovementSpeedModifier + baseWalkSpeed : 8 + baseSprintSpeed : 8 + - type: Tag + tags: + - DoorBumpOpener + - type: Bloodstream + bloodMaxVolume: 100 + - type: NonSpreaderZombie + - type: FireVisuals + sprite: Mobs/Effects/onfire.rsi + normalState: Mouse_burning + - type: Tool + speed: 2 + qualities: + Prying + - type: Prying + pryPowered: !type:Bool + true + force: !type:Bool + true + useSound: + path: /Audio/Items/crowbar.ogg + - type: MeleeWeapon + altDisarm: false + angle: 0 + animation: WeaponArcBite + soundHit: + path: /Audio/Effects/bite.ogg + damage: + groups: + Brute: 5 + - type: AmbientSound + range: 10 + volume: 20 + sound: + path: /Audio/_Honk/la_creatura/scary.ogg diff --git a/Resources/Textures/_Honk/Mobs/la_creatura.rsi/abomination.png b/Resources/Textures/_Honk/Mobs/la_creatura.rsi/abomination.png new file mode 100644 index 0000000000..25113698bb Binary files /dev/null and b/Resources/Textures/_Honk/Mobs/la_creatura.rsi/abomination.png differ diff --git a/Resources/Textures/_Honk/Mobs/la_creatura.rsi/meta.json b/Resources/Textures/_Honk/Mobs/la_creatura.rsi/meta.json new file mode 100644 index 0000000000..72c7be3c88 --- /dev/null +++ b/Resources/Textures/_Honk/Mobs/la_creatura.rsi/meta.json @@ -0,0 +1,53 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Idk the origin of this", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "abomination", + "directions": 4, + "delays": [ + [ + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + ], + [ + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + ], + [ + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + ], + [ + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02, + 0.02 + ] + ] + } + ] +} \ No newline at end of file