add packs and packFolder structure
This commit is contained in:
parent
08c4ca6a6b
commit
7c349c12cf
26
module.json
26
module.json
@ -11,5 +11,31 @@
|
|||||||
"name": "Holgorgrim",
|
"name": "Holgorgrim",
|
||||||
"flags": {}
|
"flags": {}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "actors",
|
||||||
|
"label": "Blutige Hochzeit - Akteure",
|
||||||
|
"path": "/packs/actors.db",
|
||||||
|
"entity": "Actor",
|
||||||
|
"type": "Actor",
|
||||||
|
"system": "dnd5e"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "Curse of Strahd",
|
||||||
|
"sorting": "a",
|
||||||
|
"color": "#e10e0e",
|
||||||
|
"packs":
|
||||||
|
[
|
||||||
|
"actors",
|
||||||
|
"adventure",
|
||||||
|
"journals",
|
||||||
|
"maps",
|
||||||
|
"rolltables",
|
||||||
|
"macros"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user