update-note
Update a map-note pin by moving, relabeling, resizing, toggling fog, or re-pointing to another journal page. Requires scene and note ID. GM only.
Instructions
Nudge ONE existing map-note pin by id (the legend→pins review loop): move it (x/y), relabel it, resize/restyle its icon, toggle fog global, or re-point it to a different journal/page. Patches only the fields you pass; at least one is required. Strict scene + note-id resolution. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New pin X in absolute canvas pixels. | |
| y | No | New pin Y in absolute canvas pixels. | |
| icon | No | New Data-relative icon image src. | |
| page | No | Page id or exact name within the (re-pointed) journal; only used with `journal`. | |
| label | No | New text shown on the pin. | |
| global | No | Render the pin through fog/vision occlusion (NOT a permission control). | |
| noteId | Yes | The Note id to update (from create-scene-notes). | |
| journal | No | Re-point the pin to a different JournalEntry (id or exact name, strict resolve). | |
| iconSize | No | New icon size in px (min 32). | |
| sceneIdentifier | Yes | Scene id or exact name holding the pin. |