sc-characters/module.json.template

33 lines
800 B
Plaintext

{
"id": "sc-characters",
"name": "shared-compendia-characters",
"title": "Shared Compendia Characters",
"description": "Pregenerated characters list",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"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-characters",
"label": "sc characters",
"path": "packs/sc-characters.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-characters",
"system": "dnd5e"
}
]
}