]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make midround zombie outbreaks much rarer (#30266)
authorAlzore <140123969+Blackern5000@users.noreply.github.com>
Wed, 4 Sep 2024 15:57:41 +0000 (10:57 -0500)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 15:57:41 +0000 (01:57 +1000)
* 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>
Resources/Prototypes/GameRules/events.yml

index 901fd299e8c7b828dfe98508f1ba56f690d725f2..a89f26ccd8dd2e3c24688aeedaaade5abca9a803 100644 (file)
   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