Difference between revisions of "Costs"
Jump to navigation
Jump to search
(Increaed readability of Costs page) |
|||
Line 10: | Line 10: | ||
== Workers == | == Workers == | ||
The cost of workers will also scale up with each new employee you hire, representing how harder it is to keep larer staff. | |||
// Calculations still need to be inserted at later date for scaling | |||
[[Category:Management]] | [[Category:Management]] | ||
[[Category: Game Design]] | [[Category: Game Design]] |
Revision as of 14:07, 2 November 2021
This page details the costs of buildings and workers.
Buildings
Calculation
A building has a base price which scales with each purchase. This means every purchase increases the cost of subsequent purchases for the same building. [INSERT CALCULATION HERE]
Display
The game shows all buildings the player can afford and one additional unaffordable building to encourage saving up for it. This means buildings that lie far outside the price range are invisible. The display is updated after each purchase, utilising the money value the player had before they made the purchase.
Workers
The cost of workers will also scale up with each new employee you hire, representing how harder it is to keep larer staff.
// Calculations still need to be inserted at later date for scaling