{ "id": "daggerheart-store", "title": "Daggerheart: Store", "version": "0.1.1", "compatibility": { "minimum": "13", "verified": "13" }, "authors": [ { "name": "Mestre Digital", "flags": {} } ], "description": "A dynamic, interactive, and fully configurable store for the Daggerheart system in Foundry VTT. Allow your players to purchase weapons, armor, potions, and miscellaneous items directly from an elegant visual interface, while the GM maintains full control over prices and what is displayed.", "relationships": { "systems": [ { "id": "daggerheart", "type": "system", "compatibility": {} } ] }, "media": [{ "type": "setup", "url": "modules/daggerheart-store/assets/images/thumbnail.webp", "thumbnail": "modules/daggerheart-store/assets/images/thumbnail.webp" }], "esmodules": [ "scripts/module.js" ], "styles": [ "styles/store.css" ], "packs": [ { "label": "General Items", "type": "Item", "name": "general-items", "path": "packs/general-items", "system": "daggerheart", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {}, "banner": "modules/daggerheart-store/assets/images/banner.webp" }, { "label": "Macros", "type": "Macro", "name": "macros", "path": "packs/macros", "system": "daggerheart", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {}, "banner": "modules/daggerheart-store/assets/images/banner.webp" }, { "label": "Journals", "type": "JournalEntry", "name": "journals", "path": "packs/journals", "system": "daggerheart", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" }, "flags": {}, "banner": "modules/daggerheart-store/assets/images/banner.webp" } ], "packFolders": [ { "name": "Daggerheart: Store", "sorting": "a", "color": "#ad0000", "packs": [ "general-items", "journals", "macros" ], "folders": [] } ], "url": "https://github.com/brunocalado/daggerheart-store", "manifest": "https://raw.githubusercontent.com/brunocalado/daggerheart-store/main/module.json", "download": "https://codeload.github.com/brunocalado/daggerheart-store/zip/main" }