sc-backgrounds/module.json.template

49 lines
1.2 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": {
2024-06-03 15:29:17 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2023-07-24 17:31:44 +00:00
},
"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"
2024-04-03 13:51:34 +00:00
},
{
"name": "sc-backgrounds-journals",
"label": "sc backgrounds list",
"path": "packs/sc-backgrounds-journals.db",
"entity": "JournalEntry",
"type": "JournalEntry"
2023-07-24 17:31:44 +00:00
}
]
}