update gold formula

This commit is contained in:
1brucben
2025-04-26 02:13:45 +02:00
parent 7fb180e7dc
commit a8a7a61c8b
+1 -1
View File
@@ -637,7 +637,7 @@ export class DefaultConfig implements Config {
const ruralWorkers = totalWorkers - cityWorkers;
const cityGold = cityWorkers / 2000;
const tileGold = (ruralWorkers ** 0.45 * numTiles ** 0.45) / 150;
const tileGold = (ruralWorkers ** 0.4 * numTiles ** 0.4) / 44;
const totalGold = cityGold + tileGold;