Skip to content

Commit

Permalink
give each midround antag its own spawn rule
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Feb 29, 2024
1 parent 952b710 commit 7c0e3b5
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions Resources/Prototypes/Nyanotrasen/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0e3b5

Please sign in to comment.