{ "id": "daggerheart-death-moves", "title": "Daggerheart: Death Moves", "description": "Enhances the Death Move moment with immersive audio, visual effects, and a dramatic interface for choosing between Avoid Death, Blaze of Glory, or Risk it All.", "version": "1.0", "compatibility": { "minimum": "13", "verified": "13" }, "url": "https://github.com/brunocalado/daggerheart-death-moves", "manifest": "https://raw.githubusercontent.com/brunocalado/daggerheart-death-moves/main/module.json", "download": "https://codeload.github.com/brunocalado/daggerheart-death-moves/zip/main", "relationships": { "systems": [ { "id": "daggerheart", "type": "system", "compatibility": {} } ] }, "esmodules": [ "scripts/main.js" ], "styles": [ "styles/style.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" } ], "socket": true, "packs": [ { "label": "Death Moves - Macros", "type": "Macro", "name": "death-moves-macros", "path": "packs/death-moves-macros", "system": "daggerheart", "ownership": { "PLAYER": "NONE", "ASSISTANT": "OWNER" } } ] }