increase short range tradeship gold debuff from 200=>300 to discourage cheesing

This commit is contained in:
evanpelle
2025-11-04 11:53:54 -08:00
parent 4470c3d58a
commit d6f5ae7350
+1 -1
View File
@@ -779,7 +779,7 @@ export class DefaultConfig implements Config {
}
tradeShipShortRangeDebuff(): number {
return 200;
return 300;
}
proximityBonusPortsNb(totalPorts: number) {