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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user