mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 14:09:09 +00:00
reduce port spawns
This commit is contained in:
@@ -276,7 +276,7 @@ export class DefaultConfig implements Config {
|
||||
return 10000 + 150 * Math.pow(dist, 1.1);
|
||||
}
|
||||
tradeShipSpawnRate(numberOfPorts: number): number {
|
||||
return Math.round(10 * Math.pow(numberOfPorts, 0.3));
|
||||
return Math.round(10 * Math.pow(numberOfPorts, 0.35));
|
||||
}
|
||||
|
||||
unitInfo(type: UnitType): UnitInfo {
|
||||
|
||||
Reference in New Issue
Block a user