From c4942a8f1d5a17f88b7a3c1127e3bf9fadc1041d Mon Sep 17 00:00:00 2001 From: Dmitry Kirdyashkin Date: Sat, 22 Jul 2023 22:17:32 +0000 Subject: [PATCH] update --- module.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..9877ef0 --- /dev/null +++ b/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": "-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/-dev/module.json", + "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/-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" + } + ] +}