From 838668412c13f3ca3103df89edba58eefc457a75 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+ChilbroBaggins@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:53:27 -0500 Subject: [PATCH] Adds Bingus and Space Cat spawners (#17150) Co-authored-by: Jeff --- .../Entities/Markers/Spawners/mobs.yml | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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