From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:57:41 +0000 (-0500) Subject: Make midround zombie outbreaks much rarer (#30266) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c78b9a89052f1b9f694aac8afb8e7dcc27ef7f3d;p=space-station-14.git Make midround zombie outbreaks much rarer (#30266) * Remove midround zombies * super rare, like, 1/651 chance every few minutes. * weight to 1 --------- Co-authored-by: Ubaser <134914314+UbaserB@users.noreply.github.com> --- diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 901fd299e8..a89f26ccd8 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -497,9 +497,9 @@ parent: BaseGameRule components: - type: StationEvent - earliestStart: 50 - minimumPlayers: 30 - weight: 2 + earliestStart: 90 + minimumPlayers: 40 + weight: 1 # Zombies was happening basically every single survival round, so now it's super rare duration: 1 - type: ZombieRule - type: AntagSelection