stronger gold nerf

This commit is contained in:
1brucben
2025-04-24 19:18:51 +02:00
parent 26a8bf888d
commit a79fca0654
+2 -2
View File
@@ -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;