add syndies+nukies gamemode (#18991)

This commit is contained in:
Ilya246
2023-08-12 13:54:46 +04:00
committed by GitHub
parent d7cb3a0b42
commit e435f983ee
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
nukeops-traitor-title = Traitors and Nuclear Operatives
nukeops-traitor-description = Both Syndicate agents and Nuclear Operatives have targeted the station. Will they fight or cooperate?

View File

@@ -73,6 +73,19 @@
- Nukeops - Nukeops
- BasicStationEventScheduler - BasicStationEventScheduler
- type: gamePreset
id: NukeopsTraitor
alias:
- nukeopstraitor
- syndinukies
name: nukeops-traitor-title
description: nukeops-traitor-description
showInVote: false
rules:
- Nukeops
- Traitor
- BasicStationEventScheduler
- type: gamePreset - type: gamePreset
id: Zombie id: Zombie
alias: alias:

View File

@@ -1,6 +1,8 @@
- type: weightedRandom - type: weightedRandom
id: Secret id: Secret
weights: weights:
Nukeops: 0.25 Nukeops: 0.15
Traitor: 0.65 Traitor: 0.65
# TODO: remove when dynamic is a thing
NukeopsTraitor: 0.10
Zombie: 0.10 Zombie: 0.10