update_state
Merge property updates into an existing state record in RPG Maker MZ. Provide state ID and update object to change specific fields while preserving others.
Instructions
Update a state'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. | |
| stateId | Yes | The ID of the state to update | |
| updates | Yes | Object containing state properties to update |