update_item
Change an item's stats and other properties in an RPG Maker MZ project. Provide the item's ID and a partial object of updates to merge into the existing record.
Instructions
Update an item's properties (shallow merge into the existing record)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| itemId | Yes | The ID of the item to update | |
| updates | Yes | Object containing item properties to update |