sc-backgrounds/module.json.template

42 lines
1.0 KiB
Plaintext

{
"id": "sc-items",
"name": "shared-compendia-items",
"title": "Shared Compendia Items",
"description": "Item list",
"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-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
},
{
"name": "sc-background-features",
"label": "sc background features",
"path": "packs/sc-background-features.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
}
]
}