create-walls
Add wall segments to a Foundry VTT scene, including doors and configurable blocking for movement, light, sight, and sound.
Instructions
Create one or more WALL segments on a scene — surgical additions (block a corridor, add a door/secret door) to walls normally drawn in the app or shipped by a map pack. Each wall is a segment x0,y0→x1,y1 (or c:[4]) in absolute canvas pixels. Channels: move (0/20), light/sight/sound (0 none / 10 limited / 20 normal / 30 proximity / 40 distance — omitted channels default to 20 blocking), dir (one-way), door (1 door / 2 secret) + ds (state) + doorSound, and proximity thresholds. Per-wall error isolation. Returns created ids. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walls | Yes | One or more wall segments to create (omitted channels default to blocking). | |
| sceneIdentifier | Yes | Scene id or exact name holding the placeables. |