Building costs tooltip does not list full price, only gold not prestige & piety
Buildings can cost gold, prestige, and piety to build, the price being deducted when the build order is given and returned if the order is rescinded.
However, the tooltip only displays the gold cost, which means that the player will be unaware of the additional costs.
Two buildings currently cost piety to produce, theatres and moneylenders, at 50 piety each. There is no excuse whatsoever for only listing their gold cost in the tooltip, given that a lack of piety will prevent the player from building the building given a sufficiency of gold but a lack of piety: The player will see the red "cannot build" outline without ANY sort of feedback as to what is wrong.
Should be a simple case of sprintf'ing two extra %d's with appropriate captions in the tooltip.
Buildings can cost gold, prestige, and piety to build, the price being deducted when the build order is given and returned if the order is rescinded.
However, the tooltip only displays the gold cost, which means that the player will be unaware of the additional costs.
Two buildings currently cost piety to produce, theatres and moneylenders, at 50 piety each. There is no excuse whatsoever for only listing their gold cost in the tooltip, given that a lack of piety will prevent the player from building the building given a sufficiency of gold but a lack of piety: The player will see the red "cannot build" outline without ANY sort of feedback as to what is wrong.
Should be a simple case of sprintf'ing two extra %d's with appropriate captions in the tooltip.
Upvote
0