From d77429b0798360a95776ab2bff3fe8e0792bf386 Mon Sep 17 00:00:00 2001 From: V <97265903+formlessnameless@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:43:03 -0500 Subject: [PATCH] Modify secret weights to add up to 100 while keeping basically the same weight as previous ratios --- Resources/Prototypes/secret_weights.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index 5e838982a0ea..407365b7bcae 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -1,12 +1,12 @@ - type: weightedRandom id: Secret weights: - Nukeops: 0.20 - Traitor: 0.60 - SpyVsSpy: 0.10 - Changeling: 0.20 - Zombie: 0.04 - Zombieteors: 0.01 - Survival: 0.09 - KesslerSyndrome: 0.01 - Revolutionary: 0.05 + Nukeops: 0.15 + Traitor: 0.50 + SpyVsSpy: 0.07 + Changeling: 0.15 + Zombie: 0.03 + Zombieteors: 0.005 + Survival: 0.06 + KesslerSyndrome: 0.005 + Revolutionary: 0.03