add packs and packFolder structure

This commit is contained in:
Ammerhai 2024-10-19 18:21:20 +02:00
parent 08c4ca6a6b
commit 7c349c12cf

View File

@ -11,5 +11,31 @@
"name": "Holgorgrim",
"flags": {}
}
],
"packs": [
{
"name": "actors",
"label": "Blutige Hochzeit - Akteure",
"path": "/packs/actors.db",
"entity": "Actor",
"type": "Actor",
"system": "dnd5e"
}
],
"packFolders": [
{
"name": "Curse of Strahd",
"sorting": "a",
"color": "#e10e0e",
"packs":
[
"actors",
"adventure",
"journals",
"maps",
"rolltables",
"macros"
]
}
]
}