create_healing_skill
Create a healing skill that restores HP based on a formula. Specify name, MP cost, target scope, and healing formula.
Instructions
Create a healing skill (simplified). Sets damage type to HP recover automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| mpCost | Yes | MP cost | |
| scope | Yes | Target scope: 7=all allies, 11=user | |
| formula | Yes | Healing formula (e.g. "a.mat * 3 + 100") | |
| animationId | No | Animation ID (default 47) |