diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index be7fc8479..a57ab7970 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -301,8 +301,8 @@ export class DefaultConfig implements Config { } let largeModifier = 1; - if (attacker.numTilesOwned() > 35_000) { - largeModifier = Math.sqrt(35_000 / attacker.numTilesOwned()); + if (attacker.numTilesOwned() > 50_000) { + largeModifier = Math.sqrt(50_000 / attacker.numTilesOwned()); } if (defender.isPlayer()) {