[Tweak] Lisa and Old Ian as possible HoP pets (#15592)

* randomised spawner, proper meat

* some space
This commit is contained in:
lapatison
2023-04-21 02:47:04 +03:00
committed by GitHub
parent 9567e37938
commit 6aba1b4627
2 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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