Skip to content

Commit

Permalink
чуть больше веселья
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Mar 8, 2024
1 parent 77a2a60 commit cd0dfba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public static readonly CVarDef<bool>
CVarDef.Create("traitor.max_traitors", 4); // Assuming average server maxes somewhere from like 50-80 people

public static readonly CVarDef<int> TraitorPlayersPerTraitor =
CVarDef.Create("traitor.players_per_traitor", 15);
CVarDef.Create("traitor.players_per_traitor", 12);

public static readonly CVarDef<int> TraitorCodewordCount =
CVarDef.Create("traitor.codeword_count", 4);
Expand Down Expand Up @@ -496,7 +496,7 @@ public static readonly CVarDef<bool>

public static readonly CVarDef<int> ChangelingMinPlayers =

CVarDef.Create("changeling.min_players", 20);
CVarDef.Create("changeling.min_players", 5);

public static readonly CVarDef<int> ChangelingMaxChangelings =
CVarDef.Create("changeling.max_lings", 2); // Assuming average server maxes somewhere from like 50-80 people. Upd: У нас генокрады вместе с предателями, куда бля! Порезал в 2 раза лимит.
Expand Down
9 changes: 4 additions & 5 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
- type: weightedRandom
id: Secret
weights:
Nukeops: 0.1
Traitor: 0.60
Zombie: 0.075
Nukeops: 0.15
Traitor: 0.6
Zombie: 0.1
Survival: 0.05
Extended: 0.10
Revolutionary: 0.075
Revolutionary: 0.1

0 comments on commit cd0dfba

Please sign in to comment.