create-region
Creates one or more regions on an existing scene in Foundry VTT, supporting shapes, color, visibility, and behaviors. Requires GM permissions.
Instructions
Create one or more Regions on an EXISTING scene (the general primitive behind create-teleporter). Each region carries its v14 shapes whole (rectangle/ellipse/polygon in canvas px) plus optional color/visibility/behaviors. Behaviors pass through verbatim: a teleportToken here must already have system.destinations = ["Scene..Region."] (use create-teleporter for the two-new-region convenience). Returns the created region ids. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regions | Yes | One or more regions to create. | |
| sceneIdentifier | Yes | Scene id or exact name to add the region(s) to. |