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 980da07 commit d726c15Copy full SHA for d726c15
1 file changed
Shared/PlasmaShared/GlobalConst.cs
@@ -168,7 +168,7 @@ public static BasicHttpBinding CreateBasicHttpBinding()
168
169
public const double PlanetMetalPerTurn = 1;
170
public const double PlanetWarsEnergyToMetalRatio = 0.0;
171
- public const double PlanetWarsMaximumIP = 123.0; //maximum IP on each planet
+ public const double PlanetWarsMaximumIP = 100.0; //maximum IP on each planet
172
public const int PlanetWarsVictoryPointsToWin = 100;
173
public const int VictoryPointDecay = 1;
174
public const int BaseInfluencePerBattle = 35;
0 commit comments