We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ff99c commit 97568ebCopy full SHA for 97568eb
1 file changed
Shared/PlasmaShared/GlobalConst.cs
@@ -161,7 +161,7 @@ static void SetMode(ModeType newMode)
161
public const double PlanetMetalPerTurn = 1;
162
public const double PlanetWarsEnergyToMetalRatio = 0.0;
163
public const double PlanetWarsMaximumIP = 100.0; //maximum IP on each planet
164
- public const int PlanetWarsVictoryPointsToWin = 100;
+ public const int PlanetWarsVictoryPointsToWin = 50;
165
public const int VictoryPointDecay = 1;
166
public const int BaseInfluencePerBattle = 32;
167
public const int InfluencePerAttacker = 1;
0 commit comments