diff --git a/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl b/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl new file mode 100644 index 0000000000..5e7398a499 --- /dev/null +++ b/Resources/Locale/en-US/game-ticking/game-presets/preset-nukeops-traitor.ftl @@ -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? diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index c732e6c250..e6a2f49aa8 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -72,6 +72,19 @@ rules: - Nukeops - BasicStationEventScheduler + +- type: gamePreset + id: NukeopsTraitor + alias: + - nukeopstraitor + - syndinukies + name: nukeops-traitor-title + description: nukeops-traitor-description + showInVote: false + rules: + - Nukeops + - Traitor + - BasicStationEventScheduler - type: gamePreset id: Zombie diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index b23daa2a4e..e9670ad818 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,6 +1,8 @@ - type: weightedRandom id: Secret weights: - Nukeops: 0.25 + Nukeops: 0.15 Traitor: 0.65 + # TODO: remove when dynamic is a thing + NukeopsTraitor: 0.10 Zombie: 0.10