Add newer CoalGov update
This commit is contained in:
@@ -14,6 +14,12 @@ CoalGov uses Coal Cents for sub-coal transactions. Balances are stored as intege
|
||||
|
||||
Each player has one balance stored by UUID in SQLite. A player row is created automatically when they join the server.
|
||||
|
||||
Players can estimate their CoalGov wealth with:
|
||||
|
||||
/coal networth
|
||||
|
||||
The estimate includes current balance, configured market value for appraised inventory items, and claim purchase value. It is an estimate, not a guaranteed sale price.
|
||||
|
||||
===== Deposits =====
|
||||
|
||||
Players run:
|
||||
@@ -58,13 +64,29 @@ The market lets players sell configured resources for coal or Coal Cents and buy
|
||||
|
||||
Market purchases and sales can charge a configured government tax. Tax-exempt players do not pay transaction tax.
|
||||
|
||||
Same-day buyback protection records recent market purchases. If a player sells the same material back within the configured window, those protected units are paid back at the recorded purchase unit price instead of the current dynamic sell price.
|
||||
|
||||
===== Lottery =====
|
||||
|
||||
Players can buy lottery tickets with coal:
|
||||
|
||||
/coal lottery status
|
||||
/coal lottery buy
|
||||
/coal lottery buy <tickets>
|
||||
|
||||
Admins draw the current round with:
|
||||
|
||||
/coal lottery draw
|
||||
|
||||
The lottery has a built-in house edge. The configured payout defaults to 90%, is capped in code at 95%, and always leaves at least 1 Coal Cent for the treasury when tickets were sold.
|
||||
|
||||
===== Treasury =====
|
||||
|
||||
The treasury receives market transaction tax and paid fines. Admins can inspect the treasury and issue treasury-funded grants.
|
||||
|
||||
===== NPC Economic Agents =====
|
||||
|
||||
CoalGov NPCs have their own coal accounts and inventory. Trader NPCs buy and sell from their own stock and balance. Worker NPCs move inside an assigned polygon zone and periodically produce configured goods into their own inventory.
|
||||
CoalGov NPCs have their own coal accounts and inventory. Trader NPCs buy and sell from their own stock and balance. Worker NPCs move between home and work, consume food, buy food if funded, request supplies from same-zone NPCs, and periodically produce configured goods into their own inventory. Hungry workers stop working and return home until fed.
|
||||
|
||||
===== Transactions =====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user