mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 03:45:40 +00:00
pop adjust
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user