From 490bce2020ff2bae958932c42c8e9eded931095c Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Tue, 6 May 2025 06:51:11 +0200 Subject: [PATCH] another adjustment --- src/core/configuration/DefaultConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 3fdcd29d1..751254d81 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -514,8 +514,8 @@ export class DefaultConfig implements Config { (defender.isTraitor() ? this.traitorDefenseDebuff() : 1), defenderTroopLoss: defenderdensity, tilesPerTickUsed: - 16 * - within(defenderdensity, 3, 100) ** 0.3 * + 21.6 * + within(defenderdensity, 3, 100) ** 0.2 * (10_000 / attackTroops) ** 0.1 * speed * within(attackratio, 0.3, 20) ** 0.3,