create_weapon
Add a new weapon to your RPG Maker MV project with customizable parameters, traits, and animations.
Instructions
Create a new weapon. Generates a complete RPG Maker MV weapon object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Weapon name | |
| description | No | Weapon description | |
| wtypeId | No | Weapon type ID | |
| price | No | Shop price | |
| params | No | Parameter bonuses [mhp, mmp, atk, def, mat, mdf, agi, luk] | |
| traits | No | Array of trait objects {code, dataId, value} | |
| note | No | Note field | |
| iconIndex | No | Icon index | |
| etypeId | No | Equip type ID | |
| animationId | No | Animation ID |