ai updates. more balance

This commit is contained in:
1brucben
2025-04-26 18:41:04 +02:00
parent be1d12ec54
commit 5bf012385b
4 changed files with 60 additions and 13 deletions
+2 -2
View File
@@ -577,9 +577,9 @@ export class DefaultConfig implements Config {
case Difficulty.Easy:
return maxPop * 0.4;
case Difficulty.Medium:
return maxPop * 0.7;
return maxPop * 0.6;
case Difficulty.Hard:
return maxPop * 1.2;
return maxPop * 1;
case Difficulty.Impossible:
return maxPop * 2;
}