MountSystem
6 tools in this family (folder Editor/Tools/MountSystem/ 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 |
|---|---|---|
mount_apply_default_template | writes | Apply a preset: 'wow_classic_horse' (1 ground mount, 14 sprint speed) | 'monster_hunter_palamute' (… |
mount_export_mount_catalog_md | writes | Export designer-readable mount catalog as Markdown. |
mount_generate_code | writes | Emit MountManager + MountController + ZoneRestrictionResolver + StaminaTracker + SummonHotkeyHandler… |
mount_propose_from_prompt | read-only | Validate and normalize a MountSpec that YOU write: mounts |
mount_simulate_traversal | read-only | Compute time-from-A-to-B with each mount vs walking, accounting for sprint speed. |
mount_validate_spec | read-only | Validate a MountSpec JSON: namespace shape, mount kind enum, speed/stamina bounds, zone references. |