create_skill
Define a new skill for your RPG Maker MZ game, setting its name, description, MP/TP costs, damage formula, and scope.
Instructions
Create a new skill in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| description | Yes | Skill description | |
| mpCost | No | MP cost | |
| tpCost | No | TP cost | |
| iconIndex | No | Icon index | |
| scope | No | Skill scope | |
| damageType | No | Damage type | |
| damageFormula | No | Damage formula | a.atk * 4 - b.def * 2 |