mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-26 18:42:43 +00:00
nerfed nations
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user