create-drawings
Place annotation shapes (rectangles, ellipses, circles, polygons) on a scene with customizable stroke, fill, and text labels. Supports GM-only hidden drawings and interface layer overlays.
Instructions
Place one or more DRAWINGS (GM annotation shapes: secret-area boxes, trap outlines, zone labels) on a scene. x/y are the TOP-LEFT origin in absolute canvas pixels; pick a shapeType — rectangle/ellipse (width+height), circle (radius), or polygon (flat relative points list). Style with stroke (width/color/alpha), fill (fillType 1 solid / 2 pattern + fillTexture), and an optional centered text label (fontSize/textColor). hidden:true keeps it GM-only; interface:true floats it above fog. The default stroke makes a bare shape visible as an outline. Per-drawing error isolation. Returns created ids. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawings | Yes | One or more drawings (annotation shapes / labels) to place. | |
| sceneIdentifier | Yes | Scene id or exact name holding the placeables. |