Update DefaultConfig.ts

test commit
This commit is contained in:
Restart2008
2025-10-23 16:33:23 -07:00
parent c36a4b4e60
commit 661d5b3fc7
+1 -1
View File
@@ -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;