RpgStatsAi
6 tools in this family (folder Editor/Tools/RpgStatsAi/ 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 |
|---|---|---|
rpgstats_balance_check | read-only | Compare simulated peak character stats to an enemy DPS curve and emit a balance verdict. |
rpgstats_export_balance_csv | writes | Render the per-level attribute + derived stat chart as a CSV file. Default output path: |
rpgstats_generate_code | writes | Emit StatsDefinition.cs, Character.cs, LevelingCurve.cs, Modifier.cs and FormulaEvaluator.cs into |
rpgstats_propose_from_prompt | read-only | Buril RPG Stats AI — Build a draft RpgStatsSpec from a brief. Returns the classic D&D STR/DEX/CON/IN… |
rpgstats_simulate_progression | read-only | Simulate level 1..N progression and return a table of attribute + derived stat values per level. |
rpgstats_validate_spec | read-only | Validate an RpgStatsSpec. Returns { ok, errors[] }. Always run this before rpgstats_generate_code, |