Skip to main content

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.

ToolEffectDescription
rpgstats_balance_checkread-onlyCompare simulated peak character stats to an enemy DPS curve and emit a balance verdict.
rpgstats_export_balance_csvwritesRender the per-level attribute + derived stat chart as a CSV file. Default output path:
rpgstats_generate_codewritesEmit StatsDefinition.cs, Character.cs, LevelingCurve.cs, Modifier.cs and FormulaEvaluator.cs into
rpgstats_propose_from_promptread-onlyBuril RPG Stats AI — Build a draft RpgStatsSpec from a brief. Returns the classic D&D STR/DEX/CON/IN…
rpgstats_simulate_progressionread-onlySimulate level 1..N progression and return a table of attribute + derived stat values per level.
rpgstats_validate_specread-onlyValidate an RpgStatsSpec. Returns { ok, errors[] }. Always run this before rpgstats_generate_code,