mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 10:06:05 +00:00
Merge pull request #174 from ilan-schemoul/trade-decrease
nerf trade (1/500 => 1/700)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user