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" ] } ]