mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 23:51:55 +00:00
stronger gold nerf
This commit is contained in:
@@ -631,8 +631,8 @@ export class DefaultConfig implements Config {
|
||||
(adjustedCityPopulation * totalWorkers) / totalPopulation;
|
||||
const ruralWorkers = totalWorkers - cityWorkers;
|
||||
|
||||
const cityGold = cityWorkers / 1100;
|
||||
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 330;
|
||||
const cityGold = cityWorkers / 1300;
|
||||
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 390;
|
||||
|
||||
const totalGold = cityGold + tileGold;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user