[Tweak] One nukeop per Ten people (#16353)

This commit is contained in:
OctoRocket
2023-05-12 17:55:47 -05:00
committed by GitHub
parent 6e9bef327c
commit 84c00de6bc

View File

@@ -18,13 +18,13 @@ public sealed class NukeopsRuleComponent : Component
/// The minimum needed amount of players
/// </summary>
[DataField("minPlayers")]
public int MinPlayers = 15;
public int MinPlayers = 20;
/// <summary>
/// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative
/// </summary>
[DataField("playersPerOperative")]
public int PlayersPerOperative = 5;
public int PlayersPerOperative = 10;
[DataField("maxOps")]
public int MaxOperatives = 5;