diff --git a/module.json b/module.json index 1e4f0c0..779bed3 100644 --- a/module.json +++ b/module.json @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "", + "version": "v1.0.0-dev", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -16,8 +16,8 @@ "maximum": "10" }, "url": "https://gitea.kdiva.ru/modules/sc-items", - "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download//module.json", - "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download//module.zip", + "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/v1.0.0-dev/module.json", + "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/v1.0.0-dev/module.zip", "packs": [ { "name": "sc-items", diff --git a/src/module.json b/src/module.json new file mode 100644 index 0000000..779bed3 --- /dev/null +++ b/src/module.json @@ -0,0 +1,41 @@ +{ + "id": "sc-items", + "name": "shared-compendia-items", + "title": "Shared Compendia Items", + "description": "Item list", + "authors": [ + { + "name": "leego neit" + } + ], + "version": "v1.0.0-dev", + "minimumCoreVersion": "9", + "compatibility": { + "minimum": "9", + "verified": "10", + "maximum": "10" + }, + "url": "https://gitea.kdiva.ru/modules/sc-items", + "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/v1.0.0-dev/module.json", + "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/v1.0.0-dev/module.zip", + "packs": [ + { + "name": "sc-items", + "label": "sc items", + "path": "packs/sc-items.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-items", + "system": "dnd5e" + }, + { + "name": "sc-items-aota", + "label": "arcana of the ancients items", + "path": "packs/sc-items-aota.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-items", + "system": "dnd5e" + } + ] +}