diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 851b23744..0b0c9284d 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -514,9 +514,9 @@ export class DefaultConfig implements Config { (defender.isTraitor() ? this.traitorDefenseDebuff() : 1), defenderTroopLoss: defenderdensity, tilesPerTickUsed: - 8.6 * - within(defenderdensity, 3, 100) ** 0.5 * - (10_000 / attackTroops) ** 0.2 * + 15.5 * + within(defenderdensity, 3, 100) ** 0.3 * + (10_000 / attackTroops) ** 0.15 * speed * within(attackratio, 0.3, 20) ** 0.3, };