nerfed nations

This commit is contained in:
1brucben
2025-04-26 03:52:49 +02:00
parent af6f60bc2b
commit 5b3688f032
+1 -1
View File
@@ -541,7 +541,7 @@ export class DefaultConfig implements Config {
case Difficulty.Easy:
return 2_500 + 1000 * (playerInfo?.nation?.strength ?? 1);
case Difficulty.Medium:
return 12_000 + 2000 * (playerInfo?.nation?.strength ?? 1);
return 10_000 + 2000 * (playerInfo?.nation?.strength ?? 1);
case Difficulty.Hard:
return 20_000 + 4000 * (playerInfo?.nation?.strength ?? 1);
case Difficulty.Impossible: