faster attack (#260)

This commit is contained in:
Ilan Schemoul
2025-03-19 04:38:26 +01:00
committed by GitHub
parent 26bfb84b7b
commit 3c17e09fee
+1 -1
View File
@@ -409,7 +409,7 @@ export class DefaultConfig implements Config {
(defender.isTraitor() ? this.traitorDefenseDebuff() : 1),
defenderTroopLoss: defender.troops() / defender.numTilesOwned(),
tilesPerTickUsed:
within(defender.troops() / (4 * attackTroops), 0.2, 1.5) *
within(defender.troops() / (5 * attackTroops), 0.2, 1.5) *
speed *
largeModifier,
};