From 7b6939506145f99df038f14dd77e6c26402853d6 Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:38:22 -0500 Subject: [PATCH] Blindy changes a bunch of event spawnrates in hopes that it does something. (#19803) * blindly changes some event rates in hopes it does something cool * emergent game play --- Resources/Prototypes/GameRules/events.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 820b9fbf2e..8668a0193c 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -26,7 +26,7 @@ noSpawn: true components: - type: StationEvent - weight: 0 + weight: 1 reoccurrenceDelay: 5 earliestStart: 1 duration: 1 @@ -61,7 +61,7 @@ noSpawn: true components: - type: StationEvent - weight: 1 + weight: 5 duration: 1 earliestStart: 45 minimumPlayers: 20 @@ -74,7 +74,7 @@ noSpawn: true components: - type: StationEvent - weight: 5 + weight: 7.5 duration: 1 earliestStart: 45 minimumPlayers: 20 @@ -127,8 +127,8 @@ components: - type: StationEvent earliestStart: 30 - weight: 5 - minimumPlayers: 20 + weight: 7.5 + minimumPlayers: 10 #Enough to hopefully have at least one engineering guy startAnnouncement: station-event-meteor-swarm-start-announcement endAnnouncement: station-event-meteor-swarm-end-announcement startAudio: @@ -176,7 +176,7 @@ path: /Audio/Announcements/power_off.ogg params: volume: -4 - startDelay: 12 + startDelay: 24 duration: 60 maxDuration: 120 - type: PowerGridCheckRule @@ -300,7 +300,7 @@ - type: StationEvent earliestStart: 20 minimumPlayers: 15 - weight: 2 + weight: 1 duration: 60 - type: VentCrittersRule entries: @@ -314,7 +314,7 @@ components: - type: StationEvent earliestStart: 50 - weight: 2.5 + weight: 5 duration: 1 - type: ZombieRule minStartDelay: 0 #let them know immediately @@ -361,7 +361,7 @@ startAnnouncement: station-event-immovable-rod-start-announcement startAudio: path: /Audio/Announcements/attention.ogg - weight: 1 + weight: 5 duration: 1 earliestStart: 45 minimumPlayers: 20