Make Corgi Spawner spawn Ian Instead (#8235)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
- MobMouse2
|
- MobMouse2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Corgi Spawner
|
name: Ian Spawner
|
||||||
id: SpawnMobCorgi
|
id: SpawnMobCorgi
|
||||||
parent: MarkerBase
|
parent: MarkerBase
|
||||||
components:
|
components:
|
||||||
@@ -27,8 +27,7 @@
|
|||||||
- state: ai
|
- state: ai
|
||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobCorgi
|
- MobCorgiIan
|
||||||
- MobCorgiOld
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Possum Morty Spawner
|
name: Possum Morty Spawner
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
dead: corgi_dead
|
dead: corgi_dead
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeatCorgi
|
- id: FoodMeat
|
||||||
amount: 2
|
amount: 2
|
||||||
- type: ReplacementAccent
|
- type: ReplacementAccent
|
||||||
accent: dog
|
accent: dog
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: Ian
|
name: Ian
|
||||||
parent: MobCorgi
|
parent: MobCorgi
|
||||||
id: MobCorgiOld
|
id: MobCorgiIan
|
||||||
description: Favorite pet corgi.
|
description: Favorite pet corgi.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -134,6 +134,10 @@
|
|||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
|
- type: Butcherable
|
||||||
|
spawned:
|
||||||
|
- id: FoodMeatCorgi
|
||||||
|
amount: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Old Ian
|
name: Old Ian
|
||||||
|
|||||||
Reference in New Issue
Block a user