City Building Tips: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
(Added a picture for fun, maybe another picture would be better.)
(→‎Important Numbers: Added Apartment calculation to important numbers.)
Line 10: Line 10:
* Homes
* Homes
* Jobs
* Jobs
* [[Apartment]] homes


These numbers should always be as follows:
These numbers should always be as follows:
Line 15: Line 16:
* Jobs < Homes
* Jobs < Homes
* (Homes - Jobs) / Homes) =< 0.2
* (Homes - Jobs) / Homes) =< 0.2
* Apartment homes <= (Homes / 2)


In other words, don't let the number of homes exceed the population limit of the city's [[Resource_Zone|resource zone]].
In other words, don't let the number of homes exceed the population limit of the city's [[Resource_Zone|resource zone]].

Revision as of 08:15, 16 April 2018

This section is in need of revision.
Please help improve it or discuss these issues on the talk page.
The reason given is: WIP, maybe another picture?
A neatly built downtown area of a city.

When building a city, there are a lot of things to watch out for and things to keep track of. Here we try to go through the very basic rules to watch for and which numbers are the most important.

Important Numbers

The most important numbers to keep track of while building a new city is:

These numbers should always be as follows:

  • Homes =< Population limit
  • Jobs < Homes
  • (Homes - Jobs) / Homes) =< 0.2
  • Apartment homes <= (Homes / 2)

In other words, don't let the number of homes exceed the population limit of the city's resource zone. Don't let number of jobs equal or exceed the number of homes. And don't let number of homes exceed the number of jobs by more than 20%.

Morale Buildings

Depending on the number of homes, a number of morale buildings are required in order to keep up morale in the city.

This table shows each morale building and the math for finding the required amount.

Building Threshold Math
Church 45 Required = floor(Homes / 45) + 2
Cantina 50 Required = floor(Homes / 50) + 1
Retail Store 55 Required = floor(Homes / 55)
Police Station 60 Required = floor(Homes / 60)
University 70 Required = floor(Homes / 70)
Hospital 80 Required = floor(Homes / 80)
Park 90 Required = floor(Homes / 90)
Grocery 100 Required = floor(Homes / 100)
Zoo 150 Required = floor(Homes / 150)
Arena 175 Required = floor(Homes / 175)
Casino 200 Required = floor(Homes / 200)

It is important to note that having two extra levels of church and one extra level of cantina will give morale bonuses.

TL;DR

Most Important rules of city building:

  • Don't build more homes than the population limit allows.
  • Get all the required morale buildings for the amount of population.
  • Build the extra levels of church and cantina necessary to get the morale bonuses.
  • The total amount of jobs must not exceed the number of homes, but also must not be lower than 5%.