mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:30:45 +00:00
meta: increase alt/current attackerTroopLoss to 60/40
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user