sc-feats/module.json.template

32 lines
729 B
Plaintext
Raw Permalink Normal View History

2024-03-18 20:33:05 +00:00
{
2024-03-18 20:36:06 +00:00
"id": "sc-feats",
"name": "sc-feats",
"title": "Shared Compendia Features",
2024-03-18 20:33:05 +00:00
"description": "",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"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",
"styles": [],
2024-03-18 20:36:06 +00:00
"packs": [{
"name": "sc-feats",
"label": "sc feats",
"path": "packs/sc-feats.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-feats",
"system": "dnd5e"
}]
2024-03-18 20:33:05 +00:00
}