
Headquarters
The Headquarters contains no necessary features. It acts as a Settings menu and can display various information such as the player Leaderboard and current city's Building Permits costs.
Player Customization
The current customizable features are the player display name (used in chat and the Leaderboard) and player flag (displayed next to chat messages).
Achievements
The full list of Achievements can be viewed on the Achievements Wiki Page.
Leaderboard
The Leaderboard contains tables of players with the highest statistics in each category. Players who have Opted-Out of the Leaderboard are not displayed.
Building Permits
To build a new structure a building permit is required, however they are automatically purchased if a building is placed that exceeds the build permit amount. At the start of a new city there are 20 free building permits given. The exponential formula for building permit costs per permit number is:
initialPermitCost * 1.05 ^ ( permitNumber - 20) / permitDividerMultiplier
The initialPermitCost
is calculated from the average market value of raw resources of the city, meaning that the base permit cost changes per city and per market reset.
An table of examples of building permit costs of various initial building permit costs:
Permit # | $35k | $50k | $65k | $80k |
---|---|---|---|---|
21 | $36.8k | $52.5k | $68.3k | $84.0k |
25 | $44.7k | $63.8k | $82.9k | $102k |
35 | $72.8k | $104k | $135k | $166k |
70 | $401k | $537k | $746k | $918k |
120 | $4.6m | $6.6m | $8.6m | $10.5m |
220 | $606m | $866m | $1.1b | $1.4b |
Expansion Packs
There is currently 1 Expansion Pack DLC available:
- Unlocks exclusive Cities, Production Facilities, and Policies
- Increases the limit of active Player Trades at one time from 2 to 4
- Reduces Player Trade cooldown from every 10 seconds to 5 seconds
- Adds a few color theme presets
- Allows hiding of Headquarters' Discord banner link
Tips
- As Building Permits fluctuate with market resets, sometimes it can be ideal to bulk purchase Building Permits when the
initialPermitCost
is determined to be minimal.
Trivia
- Building Permits used to not be automatically purchased and were required to be manually purchased if all permits were used.