update_item
Update an existing item's properties such as name, description, price, and icon index in your RPG Maker MZ game database.
Instructions
Update an existing item in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item ID to update | |
| name | No | ||
| description | No | ||
| price | No | ||
| iconIndex | No |