forked from townforge/townforge
13 lines
806 B
Plaintext
13 lines
806 B
Plaintext
Every city has a treasury, which holds the [gold](Gold) the city earns via tax, subsidy, various fees, etc.
|
|
|
|
Every game tick, land tax and game subsidy gets paid to the treasury, and part of the treasury is paid out
|
|
to buildings in proportion to their size, economic power, age, etc.
|
|
|
|
In particular, the town treasury pays 0.25% to the [game account](Game) and 0.1% to its [mayor](Mayor).
|
|
Other payouts are to the owners of various buildings, currently totalling around 8% in total (it is planned
|
|
that new building types will appear over the course of the game, some of which may also receive subsidy).
|
|
|
|
The treasury is an automated account, created at the time the city is founded. This account is controlled
|
|
entirely by the game rules, and has no public key, ensuring that noone can access it manually.
|
|
|