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

33 lines
841 B
Plaintext
Raw Normal View History

2024-06-09 21:15:49 +00:00
{
2024-06-09 21:21:56 +00:00
"id": "adv-warriors-of-sehanine",
2024-06-09 21:15:49 +00:00
"name": "",
2024-06-09 21:21:56 +00:00
"title": "Воины Сеанин",
"description": "Приключение для персонажей 3-5 уровней",
2024-06-09 21:15:49 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
2024-06-09 21:21:56 +00:00
"minimumCoreVersion": "11",
2024-06-09 21:15:49 +00:00
"compatibility": {
2024-06-09 21:21:56 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2024-06-09 21:15:49 +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-06-09 21:21:56 +00:00
"packs": [
{
"name": "warriors-of-sehanine-adventure",
"label": "Warriors of Sehanine",
"path": "/packs/warriors-of-sehanine-adventure.db",
"entity": "Adventure",
"type": "Adventure",
"system": "dnd5e"
}
]
2024-06-09 21:15:49 +00:00
}