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" + }] }