update_map
Update a map's name, display name, BGM, encounters, and other top-level properties without affecting tiles. For resizing the map, use the dedicated resize_map tool.
Instructions
Update a map's top-level properties (name, display name, bgm, encounters, etc.). Does not repaint tiles. Cannot change width/height (that would desync the tile data array) — use resize_map for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | The ID of the map | |
| dryRun | No | Preview only: return a diff of what would change without writing to disk. | |
| updates | Yes | Partial MapData properties to merge |