update_state
Modify a state's properties in RPG Maker MZ projects by shallow-merging updates into the existing record. Optionally preview changes first with a dry run to avoid unintended writes.
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 |