Compare commits

..

2 Commits

Author SHA1 Message Date
dmitry.kirdyashkin 58e7e3c889 v0.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2024-03-18 23:36:06 +03:00
dmitry.kirdyashkin ee2cedf80a v0.0.1 2024-03-18 23:35:56 +03:00
2 changed files with 13 additions and 4 deletions

1
helper-scripts 160000

@ -0,0 +1 @@
Subproject commit 383c6e975d82def8b66e888c03d2959bc4d30061

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