adventure-troubles-in-otari/module.json.template

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-06-07 13:06:25 +00:00
{
2024-06-07 13:16:56 +00:00
"id": "adv-troubles-in-otari",
2024-06-07 13:06:25 +00:00
"name": "",
2024-06-07 13:16:56 +00:00
"title": "Неприятности в Отари",
"description": "Продолжение приключения 'Угроза под Отари'. Приключение для персонажей 2-5 уровней",
2024-06-07 13:06:25 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
2024-06-07 13:16:56 +00:00
"minimumCoreVersion": "11",
2024-06-07 13:06:25 +00:00
"compatibility": {
2024-06-07 13:16:56 +00:00
"minimum": "11",
"verified": "12",
"maximum": "12"
2024-06-07 13:06:25 +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-07 13:16:56 +00:00
"packs": [
{
2024-06-07 15:57:52 +00:00
"name": "troubles-in-otari-adventure",
2024-06-07 16:37:50 +00:00
"label": "Troubles in Otari",
2024-06-07 15:57:52 +00:00
"path": "/packs/troubles-in-otari-adventure.db",
2024-06-07 13:16:56 +00:00
"entity": "Adventure",
"type": "Adventure",
"system": "pf2e"
2024-06-07 15:57:52 +00:00
},
{
"name": "troubles-in-otari-actors",
2024-06-07 16:37:50 +00:00
"label": "Troubles in Otari actors",
2024-06-07 15:57:52 +00:00
"path": "packs/troubles-in-otari-actors.db",
"entity": "Actor",
"type": "Actor",
"system": "pf2e"
2024-06-07 13:16:56 +00:00
}
]
2024-06-07 13:06:25 +00:00
}