File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,14 +209,14 @@ static void SetMode(ModeType newMode)
209209 public const int MinNetKarmaToVote = - 30 ;
210210 public const int PostVoteHideThreshold = - 6 ;
211211 public const bool OnlyAdminsSeePostVoters = false ;
212- public const int PlanetWarsMinutesToAttackIfNoOption = 1 ;
213- public const int PlanetWarsMinutesToAttack = 1 ;
214- public const int PlanetWarsMinutesToAccept = 2 ;
212+ public const int PlanetWarsMinutesToAttackIfNoOption = 2 ;
213+ public const int PlanetWarsMinutesToAttack = 5 ;
214+ public const int PlanetWarsMinutesToAccept = 10 ;
215215 public const int PlanetWarsDropshipsStayForMinutes = 2 * 60 ;
216216 public const int PlanetWarsMaxTeamsize = 4 ;
217217 public const double PlanetWarsDefenderWinKillCcMultiplier = 0.2 ;
218218 public const double PlanetWarsAttackerWinLoseCcMultiplier = 0.5 ;
219- public const int MinPlanetWarsLevel = 0 ;
219+ public const int MinPlanetWarsLevel = 5 ;
220220 public const int MinPlanetWarsElo = - 1000 ;
221221
222222 public const int WikiEditLevel = 20 ;
You can’t perform that action at this time.
0 commit comments