gold nerf again

This commit is contained in:
1brucben
2025-04-24 19:23:27 +02:00
parent c70f314f5b
commit b1ada159f9
+2 -2
View File
@@ -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;