Adds Bingus and Space Cat spawners (#17150)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -124,6 +124,32 @@
|
||||
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
|
||||
id: SpawnMobCat
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user