From 43129c66e2326ca6ab87827387b62dcb5ca866e6 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 24 Jul 2023 23:07:37 +0300 Subject: [PATCH] v1.0.1 --- .gitmodules | 3 +++ helper-scripts | 1 + module.json.template | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 160000 helper-scripts create mode 100644 module.json.template 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..7507f59 --- /dev/null +++ b/module.json.template @@ -0,0 +1,32 @@ +{ + "id": "sc-creatures", + "name": "shared-compendia-creatures", + "title": "Shared Compendia Creatures", + "description": "Monster manual", + "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-creatures", + "label": "sc creatures", + "path": "packs/sc-creatures.db", + "entity": "Actor", + "type": "Actor", + "module": "shared-compendia-creatures", + "system": "dnd5e" + } + ] +}