CharacterCreatorAi
6 tools in this family (folder Editor/Tools/CharacterCreatorAi/ 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 |
|---|---|---|
chargen_create_starter_presets | writes | Ship the canonical 5-preset starter pack (Hero, Villain, Wizard, Scout, Citizen) as JSON files under… |
chargen_export_preset_to_json | writes | Write a preset JObject to disk as a pretty-printed JSON file. Pair with |
chargen_generate_code | writes | Lower a CharCreatorSpec into the full Character Creator suite: writes |
chargen_import_preset_from_image_describe | read-only | Translate a free-text character description (typically produced by a vision tool from an image) into… |
chargen_propose_from_prompt | read-only | Free-text designer prompt → CharCreatorSpec (morph_groups, color_slots, clothing_layers, save_kind).… |
chargen_validate_spec | read-only | Run validation rules on a CharCreatorSpec JObject — checks namespace is a valid dotted identifier, |