create_armor
Create a new armor for RPG Maker MV projects. Define name, stats, traits, and equip type to generate a complete armor object.
Instructions
Create a new armor. Generates a complete RPG Maker MV armor object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Armor name | |
| description | No | Armor description | |
| atypeId | No | Armor 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} | |
| etypeId | No | Equip type: 2=shield, 3=head, 4=body, 5=accessory | |
| note | No | Note field | |
| iconIndex | No | Icon index |