create_healing_skill
Add a healing skill to your RPG Maker MZ game by defining its heal formula, MP cost, and target scope.
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") |