main
dmitry kirdyashkin 2024-04-01 14:49:47 +03:00
parent 82faa765a2
commit 315df58257
2 changed files with 18 additions and 6 deletions

View File

@ -1 +1,4 @@
# Файл шаблона для новых репозиториев
# Приключение: Угроза под Отари
v0.0.1.0
* initial commit

View File

@ -1,8 +1,8 @@
{
"id": "",
"name": "",
"title": "",
"description": "",
"id": "adv-pf2-menace-under-otari",
"name": "Угроза под Отари",
"title": "Угроза под Отари",
"description": "Приключение: Угроза под Отари",
"authors": [
{
"name": "leego neit"
@ -19,5 +19,14 @@
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [],
"packs": []
"packs": [
{
"name": "muo-actors",
"label": "Угроза под Отари (Бестиарий)",
"path": "/packs/muo-actors.db",
"entity": "Actor",
"type": "Actor",
"system": "pf2e"
}
]
}