create_buff_skill
Create a buff skill in RPG Maker MZ, specifying stat, duration, MP cost, and target scope. Preview the changes without saving them.
Instructions
Create a buff skill (simplified)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| scope | Yes | Target scope (7=ally all, 11=user) | |
| turns | Yes | Number of turns the buff lasts | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| mpCost | Yes | MP cost | |
| buffType | Yes | Buff type (2=ATK, 3=DEF, 4=MAT, 5=MDF, 6=AGI) | |
| description | No | Skill description |