From 58e7e3c8898965c41726f710c76383a8465876c7 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 18 Mar 2024 23:36:06 +0300 Subject: [PATCH] v0.0.1 --- module.json.template | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/module.json.template b/module.json.template index d960bf9..5af5bdd 100644 --- a/module.json.template +++ b/module.json.template @@ -1,7 +1,7 @@ { - "id": "", - "name": "", - "title": "", + "id": "sc-feats", + "name": "sc-feats", + "title": "Shared Compendia Features", "description": "", "authors": [ { @@ -19,5 +19,13 @@ "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", "styles": [], - "packs": [] + "packs": [{ + "name": "sc-feats", + "label": "sc feats", + "path": "packs/sc-feats.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-feats", + "system": "dnd5e" + }] }