attack adjust

This commit is contained in:
1brucben
2025-05-13 19:11:49 +02:00
parent 8bf2d20958
commit 8ad236371a
+1 -1
View File
@@ -511,7 +511,7 @@ export class DefaultConfig implements Config {
const attackratio = defenderTroops / attackTroops;
return {
attackerTroopLoss:
mag * 12 +
mag * 16 +
defenderdensity *
mag *
(defender.isTraitor() ? this.traitorDefenseDebuff() : 1),