From a26ffb3cb304aaac67dfbf29143903533367f12a Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Thu, 24 Apr 2025 06:00:09 +0200 Subject: [PATCH] Adjust defense post target ratio for improved gameplay balance --- src/core/execution/FakeHumanExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index dc194be5a..c65930e8c 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -47,7 +47,7 @@ export class FakeHumanExecution implements Execution { private portTargetRatio: number = 0.0003; // desired ports per tile private cityTargetRatio: number = 0.0006; // desired cities per tile private defensePostSpacing: number = 50; // minimum distance between defense posts - private defensePostTargetRatio: number = 0.0004; // desired defense posts per tile + private defensePostTargetRatio: number = 0.0002; // desired defense posts per tile private lastDefensePostTick: number = -9999; constructor(