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