[Tweak] Lisa and Old Ian as possible HoP pets (#15592)
* randomised spawner, proper meat * some space
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
- MobMouse2
|
- MobMouse2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Ian Spawner
|
name: HoP Corgi Spawner
|
||||||
id: SpawnMobCorgi
|
id: SpawnMobCorgi
|
||||||
parent: MarkerBase
|
parent: MarkerBase
|
||||||
components:
|
components:
|
||||||
@@ -29,6 +29,8 @@
|
|||||||
- type: ConditionalSpawner
|
- type: ConditionalSpawner
|
||||||
prototypes:
|
prototypes:
|
||||||
- MobCorgiIan
|
- MobCorgiIan
|
||||||
|
- MobCorgiIanOld
|
||||||
|
- MobCorgiLisa
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Possum Morty Spawner
|
name: Possum Morty Spawner
|
||||||
|
|||||||
@@ -59,11 +59,15 @@
|
|||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
gender: male
|
gender: male
|
||||||
|
- type: Butcherable
|
||||||
|
spawned:
|
||||||
|
- id: FoodMeatCorgi
|
||||||
|
amount: 2
|
||||||
|
- id: SheetSteel1
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- CannotSuicide
|
- CannotSuicide
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: Lisa
|
name: Lisa
|
||||||
parent: MobCorgi
|
parent: MobCorgi
|
||||||
@@ -89,6 +93,10 @@
|
|||||||
attributes:
|
attributes:
|
||||||
proper: true
|
proper: true
|
||||||
gender: female
|
gender: female
|
||||||
|
- type: Butcherable
|
||||||
|
spawned:
|
||||||
|
- id: FoodMeatCorgi
|
||||||
|
amount: 2
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- CannotSuicide
|
- CannotSuicide
|
||||||
|
|||||||
Reference in New Issue
Block a user