sc-adventures-pf2e/module.json.template

33 lines
805 B
Plaintext
Raw Permalink Normal View History

2024-04-16 20:50:38 +00:00
{
2024-04-16 20:57:09 +00:00
"id": "sc-adventures-pf2e",
"name": "shared-compendia-adventures-pf2e",
"title": "Shared Compendia Adventures for pf2e",
"description": "Adventures to play",
2024-04-16 20:50:38 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
2024-06-03 15:29:00 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2024-04-16 20:50:38 +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",
"styles": [],
2024-04-16 20:57:09 +00:00
"packs": [
{
"name": "sc-adventures-pf2e",
"label": "new adventure template",
"path": "/packs/sc-adventures-pf2e.db",
"entity": "Adventure",
"type": "Adventure",
"system": "pf2e"
}
]
2024-04-16 20:50:38 +00:00
}