Skip to content

Commit

Permalink
add glimmer event scheduler to all presets
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Sep 16, 2024
1 parent 4120a00 commit b4f85c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- SpaceTrafficControlEventScheduler
- SpaceTrafficControlFriendlyEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: KesslerSyndrome
Expand All @@ -26,6 +27,7 @@
- RampingStationEventScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: AllAtOnce
Expand All @@ -43,6 +45,7 @@
- RampingStationEventScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: AllerAtOnce
Expand All @@ -67,6 +70,7 @@
- SpaceTrafficControlEventScheduler
- SpaceTrafficControlFriendlyEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Extended
Expand All @@ -81,6 +85,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Greenshift
Expand All @@ -93,6 +98,7 @@
rules:
- SpaceTrafficControlFriendlyEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Secret
Expand All @@ -117,6 +123,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: SecretGreenshift #For Admin Use: Runs Greenshift but shows "Secret" in lobby.
Expand All @@ -128,6 +135,7 @@
rules:
- SpaceTrafficControlFriendlyEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Sandbox
Expand Down Expand Up @@ -155,6 +163,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Deathmatch
Expand Down Expand Up @@ -183,6 +192,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Revolutionary
Expand All @@ -200,6 +210,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Zombie
Expand All @@ -218,6 +229,7 @@
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

- type: gamePreset
id: Zombieteors
Expand All @@ -234,3 +246,4 @@
- KesslerSyndromeScheduler
- SpaceTrafficControlEventScheduler
- BasicRoundstartVariation
- GlimmerEventScheduler # DeltaV

0 comments on commit b4f85c4

Please sign in to comment.