diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index 28e95405a4..b2bc34b2ed 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -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