Compare commits

..

No commits in common. "v0.0.1.1-dev" and "main" have entirely different histories.

14 changed files with 92 additions and 27 deletions

View File

@ -1,7 +0,0 @@
## v0.0.1.1
* исправлены таблицы
## v0.0.1.0
* удалены ненужные БД
* добавлены случайные таблицы
## v0.0.0.1
* создан репозиторий

View File

@ -1 +1,84 @@
# Кампания: Нисхождение в Аверно
# Файл шаблона для новых репозиториев
Для дальнейшей работы необходимо:
* добавить субмодуль со скриптами: git submodule add https://gitea.kdiva.ru/modules/helper-scripts.git
* заполнить поля в `module.json.template`
```json
"id": "",
"name": "",
"title": "",
"description": "",
...
"packs": []
```
`packs` может включать в себя следующие элементы:
```json
{
"name": "actors",
"label": "new adventure template",
"path": "/packs/actors.db",
"entity": "Actor",
"type": "Actor",
"system": "dnd5e"
},
{
"name": "adventure",
"label": "new adventure template",
"path": "/packs/adventure.db",
"entity": "Adventure",
"type": "Adventure",
"system": "dnd5e"
},
{
"name": "cards",
"label": "new adventure template",
"path": "/packs/cards.db",
"entity": "Cards",
"type": "Cards"
},
{
"name": "items",
"label": "new adventure template",
"path": "/packs/items.db",
"entity": "Item",
"type": "Item",
"system": "dnd5e"
},
{
"name": "journals",
"label": "new adventure template",
"path": "/packs/journals.db",
"entity": "JournalEntry",
"type": "JournalEntry"
},
{
"name": "macros",
"label": "new adventure template",
"path": "/packs/macros.db",
"entity": "Macro",
"type": "Macro"
},
{
"name": "maps",
"label": "new adventure template",
"path": "/packs/maps.db",
"entity": "Scene",
"type": "Scene"
},
{
"name": "playlists",
"label": "new adventure template",
"path": "/packs/playlists.db",
"entity": "Playlist",
"type": "Playlist"
},
{
"name": "rolltables",
"label": "new adventure template",
"path": "/packs/rolltables.db",
"entity": "RollTable",
"type": "RollTable"
}
```

@ -1 +0,0 @@
Subproject commit 709df8cc268343b8db85a61d83678511b4cb5d3d

View File

@ -1,8 +1,8 @@
{
"id": "adventure-descent-into-avernus",
"name": "Нисхождение в Аверно",
"title": "Нисхождение в Аверно",
"description": "Приключение для персонажей 1-13 уровней",
"id": "",
"name": "",
"title": "",
"description": "",
"authors": [
{
"name": "leego neit"
@ -11,22 +11,13 @@
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
"minimum": "9",
"verified": "11",
"maximum": "11"
},
"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": "adventure-descent-into-avernus",
"label": "Descent into Avernus",
"path": "/packs/adventure-descent-into-avernus.db",
"entity": "Adventure",
"type": "Adventure",
"system": "dnd5e"
}
]
"packs": []
}

View File

File diff suppressed because one or more lines are too long

View File

View File

View File

View File

View File

View File

View File

View File