extend module.json
This commit is contained in:
parent
7c349c12cf
commit
8969cc32b2
49
module.json
49
module.json
@ -14,12 +14,44 @@
|
|||||||
],
|
],
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "actors",
|
"name": "cos-actors",
|
||||||
"label": "Blutige Hochzeit - Akteure",
|
"label": "CoS - Akteure",
|
||||||
"path": "/packs/actors.db",
|
"path": "/packs/cosactors.db",
|
||||||
"entity": "Actor",
|
"entity": "Actor",
|
||||||
"type": "Actor",
|
"type": "Actor",
|
||||||
"system": "dnd5e"
|
"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": [
|
"packFolders": [
|
||||||
@ -29,12 +61,11 @@
|
|||||||
"color": "#e10e0e",
|
"color": "#e10e0e",
|
||||||
"packs":
|
"packs":
|
||||||
[
|
[
|
||||||
"actors",
|
"cos-actors",
|
||||||
"adventure",
|
"cos-playlists",
|
||||||
"journals",
|
"cos-tarokka-deck",
|
||||||
"maps",
|
"cos-items",
|
||||||
"rolltables",
|
"cos-scenes"
|
||||||
"macros"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user