]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Event scheduler setting tweaks (#31018)
authorIProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
Thu, 15 Aug 2024 19:33:17 +0000 (15:33 -0400)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 19:33:17 +0000 (13:33 -0600)
tweaks

Content.Server/StationEvents/Components/RampingStationEventSchedulerComponent.cs
Resources/Prototypes/GameRules/meteorswarms.yml

index 8bf433144c7f9cc243962078954aea545da672d7..db6ae3b75a14df1e0e18da43706567e213350721 100644 (file)
@@ -10,14 +10,14 @@ public sealed partial class RampingStationEventSchedulerComponent : Component
     ///     Max chaos chosen for a round will deviate from this
     /// </summary>
     [DataField]
-    public float AverageChaos = 6f;
+    public float AverageChaos = 12f;
 
     /// <summary>
     ///     Average time (in minutes) for when the ramping event scheduler should stop increasing the chaos modifier.
     ///     Close to how long you expect a round to last, so you'll probably have to tweak this on downstreams.
     /// </summary>
     [DataField]
-    public float AverageEndTime = 40f;
+    public float AverageEndTime = 90f;
 
     [DataField]
     public float EndTime;
index d69fd9700b93bac73865aea0de5835cb332dc177..799b353eab5bb5643963283549630953de6d5861 100644 (file)
@@ -95,6 +95,7 @@
   components:
   - type: GameRule
   - type: StationEvent
+    reoccurrenceDelay: 1
     earliestStart: 12
     minimumPlayers: 25
   - type: MeteorSwarm
     startAudio:
       path: /Audio/Announcements/attention.ogg
     weight: 3.5
+    reoccurrenceDelay: 1
     duration: 1
     earliestStart: 30
     minimumPlayers: 25