]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Extends the minimum round time for meteor swarm events (#32876)
authorAugust Sun <45527070+august-sun@users.noreply.github.com>
Mon, 28 Oct 2024 21:25:33 +0000 (15:25 -0600)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 21:25:33 +0000 (22:25 +0100)
* adjusted minimum timers in meteorswarms.yml

* Updated timer minimum from 20 to 15 minutes

* Reduced minimum timer to 10 minutes as a result of other meteor changes

---------

Co-authored-by: august-sun <45527070+august.sun@users.noreply.github.com>
Resources/Prototypes/GameRules/meteorswarms.yml

index 6cfcc536bd3ea1e474da6305b0d8f74d7489edd0..8edee88627ce92a3ea5e9122bae9e6f4c9cc119d 100644 (file)
@@ -57,7 +57,7 @@
   components:
   - type: GameRule
   - type: BasicStationEventScheduler
-    minimumTimeUntilFirstEvent: 300 # 5 min
+    minimumTimeUntilFirstEvent: 600 # 10 min
     minMaxEventTiming:
       min: 750 # 12.5 min
       max: 930 # 17.5 min
@@ -70,7 +70,7 @@
   components:
   - type: GameRule
   - type: BasicStationEventScheduler
-    minimumTimeUntilFirstEvent: 300 # 5 min 
+    minimumTimeUntilFirstEvent: 600 # 10 min 
     minMaxEventTiming:
       min: 750 # 12.5 min
       max: 930 # 17.5 min