edit the building and resource catalog for every player, without a terminal
This account doesn't have admin access. Ask whoever runs this server to grant it with
python3 catalog_cli.py make-admin <your email>.
Buildings
Add a new building
New buildings start with no inputs or outputs -- edit it afterward (below) to give it something to consume or produce. Cost factor is any positive number, in 0.1 increments (higher = more complex/expensive); it directly multiplies the cash cost of upgrading this building. Industry is a free-text label carried through for reference/filtering only -- no game formula reads it.
Editing building
Inputs (consumed)
Outputs (produced)
Resources
Add a new resource
Editing resource
Game Settings
Every constant driving the game's own formulas -- upgrade and real estate cost curves, loan interest, State of the Economy and Rain Fall's own distributions, the credit rating formula, and more -- edited here directly rather than in Python. A change here takes effect on the very next tick or calculation that reads it; no restart needed. "Reset" restores a setting's shipped-with-the-game default.
Who Has Admin Access
Every account that can currently reach this page. Read-only --
granting or revoking admin access only ever happens from the
server's own command line (catalog_cli.py make-admin
<email> / revoke-admin <email>),
never from here, so there's nothing to click below.
Catalog Audit Log
Every edit made to a building or resource on this page, newest
first -- who made it, what it was, and what actually changed.
Read-only and permanent; there's no way to edit or clear an
entry from here or anywhere else. Does not cover Game Settings
below, which already shows its own "customized" flag against
each setting's shipped default.