{ "id": "combat-spell-timer", "title": "Combat Spell Timer", "description": "Tracks spell durations during combat, showing a per-combatant icon in the combat tracker with the rounds/turns remaining and clearing it automatically when the spell expires.", "version": "1.0.0", "compatibility": { "minimum": "13", "verified": "14", "maximum": "14" }, "authors": [], "relationships": { "systems": [ { "id": "dnd5e", "type": "system", "compatibility": { "minimum": "5.0.0" } } ] }, "esmodules": [ "scripts/combat-spell-timer.mjs" ], "styles": [ "styles/combat-spell-timer.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "socket": true, "manifest": "https://raw.githubusercontent.com/kamcknig/combat-spell-timer/refs/heads/master/module.json", "download": "https://github.com/kamcknig/combat-spell-timer/releases/download/v1.0.0/module.zip" }