// Property
Property Taxes
Property tax
Tax accrues once per in-game month, computed from the
deed's tax basis points and the zone's price multiplier:
monthly tax = base_price * zone_mult * tax_bp / 10000
Default is 100 bp (1.00%).
property taxes see what you owe
property pay <#> pay this month's tax;
resets the due date.
property autopay <#> on|off auto-deduct from your
chip when due.
If you miss a payment, your property transitions:
current -> delinquent
(auto-listed at the deed's base price; you can
still pay to recover and de-list)
delinquent -> evicted
(after 1 in-game month; interior wiped, owner
cleared)
evicted -> destroyed
(after 3 in-game months total without a buyer)
// Property