From 5228371e9f4785ec660b1b638b9327a80add0263 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Mon, 28 Apr 2025 00:19:40 +0200 Subject: [PATCH] slowed attack speed --- 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 912518259..9b7880224 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -488,7 +488,7 @@ export class DefaultConfig implements Config { (defender.isTraitor() ? this.traitorDefenseDebuff() : 1), defenderTroopLoss: defenderdensity, tilesPerTickUsed: - 7 * + 9 * within(defenderdensity, 3, 100) ** 0.5 * (10_000 / attackTroops) ** 0.1 * speed *