{ "id": "fog-weaver", "title": "Fog Weaver", "description": "Gives the GM full manual control over fog of war. When enabled, token movement no longer reveals fog — the GM paints revealed and hidden areas with circle, rectangle, line, and freehand drawing tools. Supports erase mode (Alt), center-origin and constrain modifiers (Shift/Ctrl), undo, and per-client fog opacity and tint controls.", "version": "1.0.2", "manifest": "https://raw.githubusercontent.com/kamcknig/foundry-fog-weaver/master/module.json", "download": "https://github.com/kamcknig/foundry-fog-weaver/releases/download/v1.0.2/module.zip", "compatibility": { "minimum": "13", "verified": "14" }, "authors": [], "esmodules": [ "scripts/fogweaver.mjs", "scripts/layer.mjs" ], "styles": [ "styles/fogweaver.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "socket": false, "relationships": { "requires": [ { "id": "lib-wrapper", "type": "module", "compatibility": { "minimum": "1.12" } } ] } }