create_damage_skill
Create a damage-dealing skill for RPG Maker MZ by specifying formula, MP cost, target scope, and element. Preview changes with dry run before applying.
Instructions
Create a damage-dealing skill (simplified)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| scope | Yes | Target scope (1=enemy single, 2=enemy all) | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| mpCost | Yes | MP cost | |
| elementId | No | Element ID (0=none, 2=fire, 3=ice, 4=thunder) | |
| description | No | Skill description | |
| damageFormula | Yes | Damage formula (e.g., "a.mat * 4") |