There was an error while loading. Please reload this page.
1 parent dcb79e0 commit 4e41b60Copy full SHA for 4e41b60
1 file changed
logic/Preparation/Utility/GameData.cs
@@ -50,7 +50,7 @@ public static class GameData
50
public const int FactoryRobust = 20;
51
public const int FactoryEfficiency = 1;
52
// initial computing power for newly created factories
53
- public const int FactoryInitialComputingPower = 1000;
+ public const int FactoryInitialComputingPower = 100;
54
55
public const int FactoryEfficiencyMax = 2; // maximum efficiency for factory
56
public const int FactoryInitialSource = 0; // initial source stored in factory
0 commit comments