Difference between revisions of "Costs"

From Pearhub Wiki
Jump to navigation Jump to search
m
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.
The cost of workers will also scale up from their base price with each new employee you hire, representing how hard it is to keep a larger staff.


// Calculations still need to be inserted at later date for scaling
// Calculations still need to be inserted at later date for scaling
[[Category:Management]]
[[Category:Management]]
[[Category: Game Design]]
[[Category: Game Design]]

Revision as of 15:28, 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 from their base price with each new employee you hire, representing how hard it is to keep a larger staff.

// Calculations still need to be inserted at later date for scaling