mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 07:43:24 +00:00
flag fix and speed up
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user