From d5c7e0bda3a0dc1cbd9f6bf3476a3be4df2cec08 Mon Sep 17 00:00:00 2001 From: Dmitry Kirdyashkin Date: Mon, 28 Aug 2023 14:18:11 +0300 Subject: [PATCH] v1.0.14 --- module.json.template | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 module.json.template diff --git a/module.json.template b/module.json.template new file mode 100644 index 0000000..e2b047a --- /dev/null +++ b/module.json.template @@ -0,0 +1,41 @@ +{ + "id": "sc-items", + "name": "shared-compendia-items", + "title": "Shared Compendia Items", + "description": "Item list", + "authors": [ + { + "name": "leego neit" + } + ], + "version": "$RELEASE_TAG", + "minimumCoreVersion": "9", + "compatibility": { + "minimum": "9", + "verified": "10", + "maximum": "11" + }, + "url": "${DRONE_REPO_LINK}", + "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", + "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/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" + } + ] +}