pop adjust

This commit is contained in:
1brucben
2025-05-13 19:07:12 +02:00
parent 523233d2d6
commit 8597732452
+1 -1
View File
@@ -617,7 +617,7 @@ export class DefaultConfig implements Config {
let toAdd =
10 +
(840 / max + 1 / 210) * (0.8 * player.troops() + 1.2 * player.workers());
(1300 / max + 1 / 140) * (0.8 * player.troops() + 1.2 * player.workers());
const adjustedPop = player.adjustedPopulation();
const ratio = 1 - adjustedPop / max;