sc-backgrounds/module.json.template

42 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2023-07-24 17:31:44 +00:00
{
2023-07-24 19:03:28 +00:00
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
2023-07-24 17:31:44 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
2023-09-19 14:51:26 +00:00
"verified": "11",
2023-07-24 17:31:44 +00:00
"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": [
{
2023-07-24 19:01:25 +00:00
"name": "sc-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
2023-07-24 17:31:44 +00:00
"entity": "Item",
"type": "Item",
2023-07-24 19:01:25 +00:00
"module": "shared-compendia-backgrounds",
2023-07-24 17:31:44 +00:00
"system": "dnd5e"
},
{
2023-07-24 19:01:25 +00:00
"name": "sc-background-features",
"label": "sc background features",
"path": "packs/sc-background-features.db",
2023-07-24 17:31:44 +00:00
"entity": "Item",
"type": "Item",
2023-07-24 19:01:25 +00:00
"module": "shared-compendia-backgrounds",
2023-07-24 17:31:44 +00:00
"system": "dnd5e"
}
]
}