nerf trade (1/500 => 1/700)

Now everyone trade with everyone trade is OP we nerf it
This commit is contained in:
ilan schemoul
2025-03-08 17:47:21 +01:00
parent 2b8cc2cf28
commit c5151b4594
+1 -1
View File
@@ -130,7 +130,7 @@ export class DefaultConfig implements Config {
return 10000 + 100 * Math.pow(dist, 1.1);
}
tradeShipSpawnRate(): number {
return 500;
return 700;
}
unitInfo(type: UnitType): UnitInfo {