sc-adventures/module.json.template

39 lines
983 B
Plaintext
Raw Normal View History

2023-10-23 20:45:47 +00:00
{
"id": "sc-adventures",
"name": "shared-compendia-adventures",
"title": "Shared Compendia Adventures",
"description": "Adventures to play",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
2023-12-07 20:02:38 +00:00
"manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json",
"download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip",
2023-10-27 15:52:41 +00:00
"styles": [
2023-10-28 20:40:49 +00:00
"styles/common.css",
"styles/core.css",
2023-10-27 15:52:41 +00:00
"styles/rime-of-the-frostmaiden.css",
"styles/warriors-of-seanine.css"
],
2023-10-23 20:45:47 +00:00
"packs": [
{
"name": "sc-adventures",
"label": "sc adventures",
"path": "packs/sc-adventures.db",
"entity": "Adventure",
"type": "Adventure",
"module": "shared-compendia-adventures",
"system": "dnd5e"
}
]
}