create_weapon
Create a weapon in the RPG Maker MZ database with specified name, description, price, attack power, and optional element type to define its combat properties.
Instructions
Create a new weapon in the database with attack power and optional element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Weapon name | |
| description | Yes | Weapon description | |
| price | Yes | Weapon price | |
| wtypeId | No | Weapon type ID (1=Dagger, 2=Sword, 3=Flail, etc.) | |
| attack | No | Attack power (ATK bonus) | |
| elementId | No | Element ID (1=Physical, 2=Fire, 3=Ice, 4=Thunder, etc.) | |
| iconIndex | No | Icon index from IconSet | |
| animationId | No | Attack animation ID |