8 Mills
--·(1900+Land)·(1-Min(4·HBuild·----- : 0.8)·RaceB·DCost
21 Land
- HBuild -> Happiness Building Efficiency
- RaceB -> Race Bonus (Halfling: 0.5 / Other: 1.0)
- DCost -> Double Cost (Yes: 2 / No: 1)
- Max(x : y) -> Returns the larger of x and y (Example: Max(1 : 2) = 2)
- Min(x : y) -> Returns the smaller of x and y (Example: Min(1 : 2) = 1)
|