diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4782a55 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "helper-scripts"] + path = helper-scripts + url = https://gitea.kdiva.ru/modules/helper-scripts.git diff --git a/helper-scripts b/helper-scripts new file mode 160000 index 0000000..8b107d9 --- /dev/null +++ b/helper-scripts @@ -0,0 +1 @@ +Subproject commit 8b107d9c5a63e456383d1d97e8356554bfe80711 diff --git a/module.json.template b/module.json.template new file mode 100644 index 0000000..d951117 --- /dev/null +++ b/module.json.template @@ -0,0 +1,32 @@ +{ + "id": "sc-spells", + "name": "shared-compendia-spells", + "title": "Shared Compendia Spells", + "description": "List of magic spells", + "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-spells", + "label": "sc spells", + "path": "packs/sc-spells.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-spells", + "system": "dnd5e" + } + ] +}