Adds Bingus and Space Cat spawners (#17150)

Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
Velcroboy
2023-06-06 22:53:27 -05:00
committed by GitHub
parent 677ef07aa2
commit 838668412c

View File

@@ -123,6 +123,32 @@
- type: ConditionalSpawner
prototypes:
- MobCatFloppa
- type: entity
name: Bingus Spawner
id: SpawnMobCatBingus
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: ai
- type: ConditionalSpawner
prototypes:
- MobBingus
- type: entity
name: Space Cat Spawner
id: SpawnMobCatSpace
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: ai
- type: ConditionalSpawner
prototypes:
- MobCatSpace
- type: entity
name: Cat Spawner
@@ -138,6 +164,7 @@
- MobCatRuntime
- MobCatException
- MobCatFloppa
- MobBingus
- type: entity
name: Generic Cat Spawner
@@ -148,11 +175,14 @@
layers:
- state: green
- state: ai
- type: ConditionalSpawner
- type: RandomSpawner
prototypes:
- MobCat
- MobCatCalico
- MobCatCaracal
rarePrototypes:
- MobCatSpace
rareChance: 0.05
- type: entity
name: Bandito Spawner