update_weapon
Update weapon properties in RPG Maker MZ by merging changes into the existing record. Use dry run to preview diffs before writing.
Instructions
Update a weapon'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. | |
| updates | Yes | Object containing weapon properties to update | |
| weaponId | Yes | The ID of the weapon to update |