From 7c349c12cf2072768658eb439668b547108694a8 Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Sat, 19 Oct 2024 18:21:20 +0200 Subject: [PATCH] add packs and packFolder structure --- module.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/module.json b/module.json index f95cf04..e0843f9 100644 --- a/module.json +++ b/module.json @@ -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" + ] + } ] } \ No newline at end of file