flag fix and speed up

This commit is contained in:
1brucben
2025-05-06 00:09:22 +02:00
parent fe27f0f106
commit f676a6e0f7
8 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -488,9 +488,9 @@ export class DefaultConfig implements Config {
(defender.isTraitor() ? this.traitorDefenseDebuff() : 1),
defenderTroopLoss: defenderdensity,
tilesPerTickUsed:
8 *
8.6 *
within(defenderdensity, 3, 100) ** 0.5 *
(10_000 / attackTroops) ** 0.1 *
(10_000 / attackTroops) ** 0.2 *
speed *
within(attackratio, 0.3, 20) ** 0.3,
};