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

@@ -124,6 +124,32 @@
prototypes: prototypes:
- MobCatFloppa - 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 - type: entity
name: Cat Spawner name: Cat Spawner
id: SpawnMobCat id: SpawnMobCat
@@ -138,6 +164,7 @@
- MobCatRuntime - MobCatRuntime
- MobCatException - MobCatException
- MobCatFloppa - MobCatFloppa
- MobBingus
- type: entity - type: entity
name: Generic Cat Spawner name: Generic Cat Spawner
@@ -148,11 +175,14 @@
layers: layers:
- state: green - state: green
- state: ai - state: ai
- type: ConditionalSpawner - type: RandomSpawner
prototypes: prototypes:
- MobCat - MobCat
- MobCatCalico - MobCatCalico
- MobCatCaracal - MobCatCaracal
rarePrototypes:
- MobCatSpace
rareChance: 0.05
- type: entity - type: entity
name: Bandito Spawner name: Bandito Spawner