update_item
Update an existing item, weapon, or armor by ID with specified fields. Supports partial modification for RPG Maker MV projects.
Instructions
Update an existing item, weapon, or armor by ID (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The item/weapon/armor ID to update | |
| type | Yes | Type: "item", "weapon", or "armor" | |
| fields | Yes | Fields to update |