create_damage_skill
Create a damage-dealing skill with automatic HP damage type. Specify name, MP cost, scope, damage formula, element ID, and animation.
Instructions
Create a damage-dealing skill (simplified). Sets damage type to HP damage automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| mpCost | Yes | MP cost | |
| scope | Yes | Target scope: 1=single enemy, 2=all enemies | |
| formula | Yes | Damage formula (e.g. "a.mat * 4 - b.mdf * 2") | |
| element | No | Element ID: 0=none, 2=fire, 3=ice, 4=thunder (default 0) | |
| animationId | No | Animation ID (default 1) |