Dev mouse acorgillation (#32040)
* Update dev_map.yml * real mouse returned
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user