update_armor
Modify armor data in RPG Maker MZ projects by merging property updates into an existing record. Use dry run to preview changes before writing.
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 |