add_skill
Add new skills to your RPG Maker MZ game database by specifying skill ID and name, enabling character abilities and combat mechanics development.
Instructions
Add a new skill to the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Skill ID | |
| name | Yes | Skill name | |
| project_path | Yes | Path to the RPG Maker MZ project directory |