Updating package via script

This commit is contained in:
Peach
2022-07-05 22:50:02 +02:00
parent 055d9bce83
commit 18d7ce0844
11 changed files with 291 additions and 254 deletions

View File

@@ -3,12 +3,12 @@
"title": "SharedData - Deutsche Kompendien",
"description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt",
"author": "Nibur",
"version": "1.1.34",
"version": "1.1.36",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.9.5",
"url": "https://gitlab.j-linn.de/Yoshi/germandndcompendium",
"manifest": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json",
"download": "http://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.34/germandndcompendium-v1.1.34.zip",
"download": "http://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.36/germandndcompendium-v1.1.36.zip",
"changelog": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/blob/master/changelog.md",
"packs": [
{
@@ -87,6 +87,13 @@
"path": "packs/Regelwerk.db",
"entity": "JournalEntry",
"module": "SharedData_global"
},
{
"name": "Subclass",
"label": "Deutsch - Subclass",
"path": "packs/Subclass.db",
"entity": "Item",
"module": "SharedData_global"
}
]
}