extend module.json

This commit is contained in:
Ammerhai 2024-10-19 18:37:00 +02:00
parent 7c349c12cf
commit 8969cc32b2

View File

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