create_healing_skill
Create a healing skill for RPG Maker MZ by setting its name, heal formula, MP cost, and target scope. Preview changes with dry run before saving.
Instructions
Create a healing skill (simplified)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| scope | Yes | Target scope (7=ally all, 11=user) | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| mpCost | Yes | MP cost | |
| description | No | Skill description | |
| healFormula | Yes | Heal formula (e.g., "a.mat * 3 + 100") |