Dev mouse acorgillation (#32040)

* Update dev_map.yml

* real mouse returned
This commit is contained in:
Ed
2024-09-14 19:21:33 +03:00
committed by GitHub
parent 98ca7c8529
commit 00650f16ec
6 changed files with 71 additions and 260 deletions

View File

@@ -48,6 +48,20 @@
- MobCorgiLisa
- MobCorgiIanPup
- type: entity
name: Dev Mouse Spawner
id: SpawnMobCorgiMouse
suffix: Admeme
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: ai
- type: ConditionalSpawner
prototypes:
- MobCorgiMouse
- type: entity
name: Possum Morty Spawner
id: SpawnMobPossumMorty

View File

@@ -85,6 +85,29 @@
proper: true
gender: female
- type: entity
name: real mouse
parent: MobCorgiIan
id: MobCorgiMouse
description: It's 100% a real hungry mouse.
components:
- type: Sprite
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: real_mouse
- type: DamageStateVisuals
states:
Alive:
Base: real_mouse
Critical:
Base: real_mouse_dead
Dead:
Base: real_mouse_dead
- type: Grammar
attributes:
proper: true
gender: female
- type: entity
name: Puppy Ian
parent: MobCorgiPuppy