Skip to main content

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.

ToolEffectDescription
economy_apply_default_templatewritesMaterialise one of three preset EconomySpec templates: 'f2p_mobile' (soft+hard+premium with daily
economy_export_balance_csvwritesRender the per-day mean price index for every currency + the cumulative faucet/sink totals as a
economy_generate_codewritesEmit CurrencyDefinition.cs (ScriptableObject + catalog), CurrencyLedger.cs (multi-currency wallet +
economy_propose_from_promptread-onlyFree-text intent → JSON EconomySpec via the configured LLM. Buril prompts the active
economy_simulate_one_yearread-onlyRun a 365-day Monte Carlo with N runs (default 16, max 256). Headlessly ticks the same OU +
economy_validate_specread-onlyValidate an EconomySpec. Returns { ok, errors[] }. Always run this before economy_generate_code,