update-scene
Update a Foundry VTT scene's properties: rename, change background, grid, lighting, navigation, and more. GM-only; does not modify placeables or activate scene.
Instructions
Update an existing Scene document — rename, swap its background image (Data-relative path), toggle navigation, set the navigation label, change dimensions/grid (size/type/distance/units)/padding, token vision, fog mode, lighting (darkness, global light), weather, a nav thumbnail, or the linked playlist/journal ("" clears a link). Scene-document only: never touches placeables (walls/lights/tokens) and never activates the scene. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New scene name. | |
| thumb | No | Data-relative path to a pre-rendered navigation thumbnail (e.g. an uploaded <id>-thumb.webp shipped by a map pack). Foundry may regenerate it on a later in-app edit, so treat it as a nice-to-have, not load-bearing. | |
| width | No | Scene width in pixels. | |
| height | No | Scene height in pixels. | |
| fogMode | No | Fog of war: disabled | individual (classic per-player) | shared (party-wide). | |
| journal | No | JournalEntry id or exact name to attach as scene notes. "" clears it. | |
| navName | No | Navigation label shown in the scene nav bar. | |
| padding | No | Scene padding fraction (0–0.5). | |
| weather | No | Weather effect key (e.g. rain, snow, fog, leaves, rainStorm, blizzard). "" = none. | |
| darkness | No | Darkness/day-night level: 0 = full daylight, 1 = full night. | |
| gridSize | No | Grid size in pixels. | |
| gridType | No | Foundry grid type (0 gridless, 1 square, 2+ hex). | |
| playlist | No | Playlist id or exact name to auto-play on scene activation. "" clears it. | |
| gridAlpha | No | Grid line opacity 0–1 (e.g. 0.2 for a faint grid). | |
| gridColor | No | Grid line color as a hex string, e.g. "#000000". | |
| gridUnits | No | Distance unit label per cell, e.g. "ft" (dnd5e default). | |
| navigation | No | Whether the scene appears in the navigation bar. | |
| globalLight | No | Globally illuminate the whole scene (turn the lights on). | |
| tokenVision | No | Require token line-of-sight to see the scene. Turn OFF for overland/illustration maps. | |
| gridDistance | No | Real-world distance per grid cell (dnd5e default 5). | |
| backgroundPath | No | Data-relative path to a new background/map image. | |
| sceneIdentifier | Yes | Scene id or exact name. |