From 415cc6bc9c1ec8d403cd5975e7582111c5e57a01 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sat, 26 Apr 2025 21:59:59 +0200 Subject: [PATCH] pop update --- 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 8f6362477..f30701a90 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 + - (1000 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers()); + (1200 / max + 1 / 140) * (0.7 * player.troops() + 1.3 * player.workers()); const adjustedPop = typeof player.adjustedPopulation === "function" ? player.adjustedPopulation()