sc-common/module.json.template

33 lines
783 B
Plaintext

{
"id": "sc-common",
"name": "shared-compendia-common",
"title": "Shared Compendia Common",
"description": "Supplement info: deseases, conditions, etc",
"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-common",
"label": "sc common",
"path": "packs/sc-common.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-common",
"system": "dnd5e"
}
]
}