Skip to content

Commit

Permalink
Merge pull request Simple-Station#148 from ShatteredSwords/No-Zombies…
Browse files Browse the repository at this point in the history
…-For-Now

No Zombies For Now
  • Loading branch information
Memeji authored Aug 24, 2024
2 parents abf6a57 + e141278 commit bcd5119
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,23 +429,23 @@
- id: MobGiantSpiderVampireAngry
prob: 0.01

- type: entity
id: ZombieOutbreak
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
earliestStart: 60
reoccurrenceDelay: 60
minimumPlayers: 15
weight: 2
duration: 1
- type: ZombieRule
minStartDelay: 0 #let them know immediately
maxStartDelay: 10
maxInitialInfected: 2
minInitialInfectedGrace: 300
maxInitialInfectedGrace: 450
#- type: entity
# id: ZombieOutbreak
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# earliestStart: 60
# reoccurrenceDelay: 60
# minimumPlayers: 15
# weight: 2
# duration: 1
# - type: ZombieRule
# minStartDelay: 0 #let them know immediately
# maxStartDelay: 10
# maxInitialInfected: 2
# minInitialInfectedGrace: 300
# maxInitialInfectedGrace: 450

- type: entity
id: LoneOpsSpawn
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
weights:
Survival: 0.44
Nukeops: 0.14
Zombie: 0.03
# Zombie: 0.03
Traitor: 0.39
#Pirates: 0.15 #ahoy me bucko

0 comments on commit bcd5119

Please sign in to comment.