EconomySim
6 tools in this family (folder Editor/Tools/EconomySim/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
economy_apply_default_template | writes | Materialise one of three preset EconomySpec templates: 'f2p_mobile' (soft+hard+premium with daily |
economy_export_balance_csv | writes | Render the per-day mean price index for every currency + the cumulative faucet/sink totals as a |
economy_generate_code | writes | Emit CurrencyDefinition.cs (ScriptableObject + catalog), CurrencyLedger.cs (multi-currency wallet + |
economy_propose_from_prompt | read-only | Free-text intent → JSON EconomySpec via the configured LLM. Buril prompts the active |
economy_simulate_one_year | read-only | Run a 365-day Monte Carlo with N runs (default 16, max 256). Headlessly ticks the same OU + |
economy_validate_spec | read-only | Validate an EconomySpec. Returns { ok, errors[] }. Always run this before economy_generate_code, |