update_item
Modify RPG Maker MZ item properties by ID, merging updates into existing data so only specified fields change.
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 |