mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 13:49:09 +00:00
Update DefaultConfig.ts
test commit
This commit is contained in:
@@ -644,7 +644,7 @@ largeAttackerSpeedThresholdDebuff(attacker: Player, totalLandTiles: number): num
|
||||
{ max: 75, value: 0.01 },
|
||||
{ max: 80, value: 0.007 },
|
||||
];
|
||||
|
||||
//
|
||||
for (const threshold of thresholds) {
|
||||
if (territoryPercentage < threshold.max) {
|
||||
return threshold.value;
|
||||
|
||||
Reference in New Issue
Block a user