meta: increase alt/current attackerTroopLoss to 60/40

This commit is contained in:
evanpelle
2026-05-02 09:44:34 -06:00
parent ba57da35e2
commit 22dbc4fbb8
+1 -1
View File
@@ -724,7 +724,7 @@ export class DefaultConfig implements Config {
const altAttackerLoss =
1.3 * defenderTroopLoss * (mag / 100) * traitorMod;
const attackerTroopLoss =
0.7 * currentAttackerLoss + 0.3 * altAttackerLoss;
0.6 * currentAttackerLoss + 0.4 * altAttackerLoss;
return {
attackerTroopLoss,