Уменьшил минимально количество игроков для режимов
This commit is contained in:
@@ -18,7 +18,7 @@ public sealed partial class WizardRuleComponent : Component
|
|||||||
public EntityUid? TargetStation;
|
public EntityUid? TargetStation;
|
||||||
|
|
||||||
[DataField("minPlayers")]
|
[DataField("minPlayers")]
|
||||||
public int MinPlayers = 20;
|
public int MinPlayers = 15;
|
||||||
|
|
||||||
[DataField("announcementOnWizardDeath")]
|
[DataField("announcementOnWizardDeath")]
|
||||||
public bool AnnouncementOnWizardDeath = true;
|
public bool AnnouncementOnWizardDeath = true;
|
||||||
|
|||||||
@@ -478,7 +478,7 @@ namespace Content.Shared.CCVar
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<int> ZombieMinPlayers =
|
public static readonly CVarDef<int> ZombieMinPlayers =
|
||||||
CVarDef.Create("zombie.min_players", 20);
|
CVarDef.Create("zombie.min_players", 15);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Pirates
|
* Pirates
|
||||||
|
|||||||
@@ -367,7 +367,7 @@ public sealed class WhiteCVars
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static readonly CVarDef<int> CultMinPlayers =
|
public static readonly CVarDef<int> CultMinPlayers =
|
||||||
CVarDef.Create("white.cult_min_players", 20, CVar.SERVERONLY | CVar.ARCHIVE);
|
CVarDef.Create("white.cult_min_players", 15, CVar.SERVERONLY | CVar.ARCHIVE);
|
||||||
|
|
||||||
public static readonly CVarDef<int> CultMaxStartingPlayers =
|
public static readonly CVarDef<int> CultMaxStartingPlayers =
|
||||||
CVarDef.Create("white.cult_max_starting_players", 4, CVar.SERVERONLY | CVar.ARCHIVE);
|
CVarDef.Create("white.cult_max_starting_players", 4, CVar.SERVERONLY | CVar.ARCHIVE);
|
||||||
|
|||||||
@@ -126,6 +126,7 @@
|
|||||||
name: nukeops-title
|
name: nukeops-title
|
||||||
description: nukeops-description
|
description: nukeops-description
|
||||||
showInVote: true
|
showInVote: true
|
||||||
|
minPlayers: 15
|
||||||
rules:
|
rules:
|
||||||
- Nukeops
|
- Nukeops
|
||||||
- SubGamemodesRule
|
- SubGamemodesRule
|
||||||
@@ -142,6 +143,7 @@
|
|||||||
name: rev-title
|
name: rev-title
|
||||||
description: rev-description
|
description: rev-description
|
||||||
showInVote: true
|
showInVote: true
|
||||||
|
minPlayers: 15
|
||||||
rules:
|
rules:
|
||||||
- Revolutionary
|
- Revolutionary
|
||||||
- SubGamemodesRule
|
- SubGamemodesRule
|
||||||
@@ -160,6 +162,7 @@
|
|||||||
name: zombie-title
|
name: zombie-title
|
||||||
description: zombie-description
|
description: zombie-description
|
||||||
showInVote: true
|
showInVote: true
|
||||||
|
minPlayers: 15
|
||||||
rules:
|
rules:
|
||||||
- Zombie
|
- Zombie
|
||||||
- BasicStationEventScheduler
|
- BasicStationEventScheduler
|
||||||
@@ -187,7 +190,7 @@
|
|||||||
name: cult-title
|
name: cult-title
|
||||||
description: cult-description
|
description: cult-description
|
||||||
showInVote: true
|
showInVote: true
|
||||||
minPlayers: 20
|
minPlayers: 15
|
||||||
rules:
|
rules:
|
||||||
- Cult
|
- Cult
|
||||||
- SubGamemodesRule
|
- SubGamemodesRule
|
||||||
@@ -218,7 +221,7 @@
|
|||||||
name: wizard-title
|
name: wizard-title
|
||||||
description: wizard-description
|
description: wizard-description
|
||||||
showInVote: true
|
showInVote: true
|
||||||
minPlayers: 20
|
minPlayers: 15
|
||||||
rules:
|
rules:
|
||||||
- Wizard
|
- Wizard
|
||||||
- SubGamemodesRule
|
- SubGamemodesRule
|
||||||
|
|||||||
Reference in New Issue
Block a user