v0.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main v0.0.1-main
dmitry.kirdyashkin 2024-03-18 23:36:06 +03:00
parent ee2cedf80a
commit 58e7e3c889
1 changed files with 12 additions and 4 deletions

View File

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