nerf gold production by 10%

This commit is contained in:
1brucben
2025-04-24 13:33:15 +02:00
parent 58b8a94b2e
commit ce4d9e97cd
+2 -2
View File
@@ -642,8 +642,8 @@ export class DefaultConfig implements Config {
(adjustedCityPopulation * totalWorkers) / totalPopulation;
const ruralWorkers = totalWorkers - cityWorkers;
const cityGold = cityWorkers / 2500;
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 300;
const cityGold = cityWorkers / 1100;
const tileGold = (Math.sqrt(ruralWorkers) * Math.sqrt(numTiles)) / 330;
const totalGold = cityGold + tileGold;