mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 21:55:22 +00:00
less gold in game
This commit is contained in:
@@ -639,7 +639,7 @@ export class DefaultConfig implements Config {
|
||||
const cityGold = cityWorkers / 2000;
|
||||
const tileGold = (ruralWorkers ** 0.5 * numTiles ** 0.5) / 600;
|
||||
|
||||
const totalGold = 13 * (cityGold + tileGold) ** 0.8;
|
||||
const totalGold = 10 * (cityGold + tileGold) ** 0.8;
|
||||
|
||||
return Number.isFinite(totalGold) ? totalGold : 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user