mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 00:41:58 +00:00
gold nerf again
This commit is contained in:
@@ -631,8 +631,8 @@ export class DefaultConfig implements Config {
|
||||
(adjustedCityPopulation * totalWorkers) / totalPopulation;
|
||||
const ruralWorkers = totalWorkers - cityWorkers;
|
||||
|
||||
const cityGold = cityWorkers / 2000;
|
||||
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 600;
|
||||
const cityGold = cityWorkers / 2500;
|
||||
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 750;
|
||||
|
||||
const totalGold = cityGold + tileGold;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user