extend module.json
This commit is contained in:
parent
7c349c12cf
commit
8969cc32b2
49
module.json
49
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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user