Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

чуть больше веселья #471

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading