From 8969cc32b2b7ca53bb215d0099ec6003378aa20b Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Sat, 19 Oct 2024 18:37:00 +0200 Subject: [PATCH] extend module.json --- module.json | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/module.json b/module.json index e0843f9..8dfb625 100644 --- a/module.json +++ b/module.json @@ -14,12 +14,44 @@ ], "packs": [ { - "name": "actors", - "label": "Blutige Hochzeit - Akteure", - "path": "/packs/actors.db", + "name": "cos-actors", + "label": "CoS - Akteure", + "path": "/packs/cosactors.db", "entity": "Actor", "type": "Actor", "system": "dnd5e" + }, + { + "name": "cos-playlists", + "label": "CoS - Playlists", + "path": "/packs/cosplaylists.db", + "entity": "Playlist", + "type": "Playlist", + "system": "dnd5e" + }, + { + "name": "cos-tarokka-deck", + "label": "CoS - Tarokka Deck", + "path": "/packs/costarokkadeck.db", + "entity": "Playlist", + "type": "Actor", + "system": "dnd5e" + }, + { + "name": "cos-items", + "label": "CoS - Items", + "path": "/packs/cositems.db", + "entity": "Item", + "type": "Item", + "system": "dnd5e" + }, + { + "name": "cos-scenes", + "label": "CoS - Scenes", + "path": "/packs/cosscenes.db", + "entity": "Scene", + "type": "Scene", + "system": "dnd5e" } ], "packFolders": [ @@ -29,12 +61,11 @@ "color": "#e10e0e", "packs": [ - "actors", - "adventure", - "journals", - "maps", - "rolltables", - "macros" + "cos-actors", + "cos-playlists", + "cos-tarokka-deck", + "cos-items", + "cos-scenes" ] } ]