sc-common/module.json.template

42 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2023-07-24 20:13:55 +00:00
{
"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": {
2024-05-24 07:01:02 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2023-07-24 20:13:55 +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": [
{
"name": "sc-common",
"label": "sc common",
"path": "packs/sc-common.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-common",
"system": "dnd5e"
2024-03-12 21:09:02 +00:00
},
{
"name": "sc-common-new",
"label": "sc common new",
"path": "packs/sc-common-new.db",
2024-03-12 21:12:53 +00:00
"entity": "JournalEntry",
"type": "JournalEntry",
2024-03-12 21:09:02 +00:00
"module": "shared-compendia-common",
"system": "dnd5e"
2023-07-24 20:13:55 +00:00
}
]
}