create-lights
Add ambient lights like torches or magical glows to a Foundry VTT scene. Define position, radii, tint, animation, and darkness activation for each light.
Instructions
Place one or more AMBIENT LIGHTS (torches, braziers, magical glows) on a scene. x/y are the light CENTER in absolute canvas pixels; dim/bright are radii in grid-distance units (feet), NOT pixels. Set color, alpha (tint intensity), angle (cone), luminosity, attenuation (edge softness), an animation (animationType "torch"/"flame"/"pulse" + speed/intensity for flicker), and a darkness activation range (darknessMin ~0.1 so a torch only lights once the scene dims). walls confines it, vision lets it grant sight. Per-light error isolation. Returns created ids. GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lights | Yes | One or more ambient lights (torches, glows, magical light) to place. | |
| sceneIdentifier | Yes | Scene id or exact name holding the placeables. |