[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 /// The minimum needed amount of players
/// </summary> /// </summary>
[DataField("minPlayers")] [DataField("minPlayers")]
public int MinPlayers = 15; public int MinPlayers = 20;
/// <summary> /// <summary>
/// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative /// This INCLUDES the operatives. So a value of 3 is satisfied by 2 players & 1 operative
/// </summary> /// </summary>
[DataField("playersPerOperative")] [DataField("playersPerOperative")]
public int PlayersPerOperative = 5; public int PlayersPerOperative = 10;
[DataField("maxOps")] [DataField("maxOps")]
public int MaxOperatives = 5; public int MaxOperatives = 5;