From 7c0e3b5f5da32337ec80282ddc5871a061e2db4e Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Thu, 29 Feb 2024 20:29:38 +0000 Subject: [PATCH] give each midround antag its own spawn rule --- .../Nyanotrasen/GameRules/events.yml | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/GameRules/events.yml b/Resources/Prototypes/Nyanotrasen/GameRules/events.yml index 44d1231a1f8..aaaf494bbd8 100644 --- a/Resources/Prototypes/Nyanotrasen/GameRules/events.yml +++ b/Resources/Prototypes/Nyanotrasen/GameRules/events.yml @@ -12,18 +12,34 @@ earliestStart: 15 - type: NoosphericStormRule -# Rat king and paradox anomaly. +# Mid round antag spawns - type: entity - id: MidRoundAntag + abstract: true parent: BaseGameRule + id: BaseMidRoundAntag + components: + - type: StationEvent + weight: 7 + reoccurrenceDelay: 5 + minimumPlayers: 15 + earliestStart: 25 + - type: MidRoundAntagRule + +- type: entity noSpawn: true + parent: BaseMidRoundAntag + id: RatKingSpawn components: - - type: StationEvent - weight: 7 - reoccurrenceDelay: 5 - minimumPlayers: 15 - earliestStart: 25 - - type: MidRoundAntagRule + - type: MidRoundAntagRule + spawner: SpawnPointGhostRatKing + +- type: entity + noSpawn: true + parent: BaseMidRoundAntag + id: ParadoxAnomalySpawn + components: + - type: MidRoundAntagRule + spawner: SpawnPointGhostParadoxAnomaly # Base glimmer event - type: entity