adventure-warriors-of-sehanine/module.json.template

33 lines
841 B
Plaintext

{
"id": "adv-warriors-of-sehanine",
"name": "",
"title": "Воины Сеанин",
"description": "Приключение для персонажей 3-5 уровней",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "11",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [],
"packs": [
{
"name": "warriors-of-sehanine-adventure",
"label": "Warriors of Sehanine",
"path": "/packs/warriors-of-sehanine-adventure.db",
"entity": "Adventure",
"type": "Adventure",
"system": "dnd5e"
}
]
}