mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 07:44:41 +00:00
update gold formula
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user