From c14e2d939365a179cbcaed848663b989f09ac90b Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sat, 26 Apr 2025 20:37:25 +0200 Subject: [PATCH] calibration --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 38a9641c8..5b37fdaff 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -590,7 +590,7 @@ export class DefaultConfig implements Config { let toAdd = 10 + - (800 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers()); + (1000 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers()); const adjustedPop = typeof player.adjustedPopulation === "function" ? player.adjustedPopulation()