Jump to content

Calculating City Population


Alex
 Share

Recommended Posts

  • Administrators

This topic will server as a collection of relevant formulas for how a city's population is calculated.

 

Base Population

Infrastructure * 100

Base Population Density

Base Population / (Land + 0.001)

Disease Rate

*between 0% and 100%

((( 0.01 * Base Population Density^2 ) -25 ) / 100 ) + (Base Population / 100000) - (Hospital Disease) + (Pollution Index * 0.05)

Commerce Rate

*between 0% and 100%, unless ITC project, then max is 115%

(Supermarkets * 4) + (Banks * 7) + (Malls * 12) + (Stadiums * 18) + (Subways * 7)

Minimum Wage

725 / (National Tax Rate * 1000)

Average Income

((Commerce / 50) * Minimum Wage) + Minimum Wage

Crime Rate

*between 0% and 100%

(((( 103 - Commerce )^2 ) + Base Population ) / 111111 ) - (Police Stations * 2.5)

People Killed by Disease

(Disease Rate / 10) * (Base Population / 10)

People Killed by Crime

*cannot go below 0

(( Crime Rate / 10 ) * Base Population ) - 25

Population

MAX(10, (Base Population - People Killed by Disease - People Killed by Crime) * (1 + (City Days Old / 3000)))
  • Upvote 6

Is there a bug? Report It | Not understanding game mechanics? Ask About It | Got a good idea? Suggest It

Forums Rules | Game Link

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and the Guidelines of the game and community.