Verified:

DerrickICN Game profile

Member
EE Patron
6340

May 18th 2023, 15:36:23

It's also TRUNC() not FLOOR() (not that it probably matters). For example, pop growth:

Min(BioFactor*Trunc(Round((MaxPop-CurrentPop),0)/3,0),BioFactor*Max(40,Round(0.03*(1-Taxrate)*CurrentPop),0))

and loss:

Min(Round(BioFactor*(0.05+0.15*Taxrate)*CurrentPop,0),Trunc(BioFactor*Round((CurrentPop-MaxPop),0)/3,0))

Pang has lots of junk in his Trunc. The NW formula is just =Trunc(NW Formula)

Edited By: DerrickICN on May 18th 2023, 17:03:15
Back To Thread
See Original Post
See Subsequent Edit