update_armor
Update armor properties in RPG Maker MZ by providing the armor ID and a changes object. Preview the diff with dry run before committing changes.
Instructions
Update an armor'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. | |
| armorId | Yes | The ID of the armor to update | |
| updates | Yes | Object containing armor properties to update |