sc-spells/module.json.template

33 lines
761 B
Plaintext

{
"id": "sc-spells",
"name": "shared-compendia-spells",
"title": "Shared Compendia Spells",
"description": "List of magic spells",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"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",
"packs": [
{
"name": "sc-spells",
"label": "sc spells",
"path": "packs/sc-spells.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-spells",
"system": "dnd5e"
}
]
}