Organize compendium packs into folders
This commit is contained in:
49
module.json
49
module.json
@@ -2,7 +2,7 @@
|
|||||||
"id": "dnd-beyond",
|
"id": "dnd-beyond",
|
||||||
"title": "DnD-Beyond",
|
"title": "DnD-Beyond",
|
||||||
"description": "<p>Compendium Module for imported DnD Beyond content.</p>",
|
"description": "<p>Compendium Module for imported DnD Beyond content.</p>",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"manifest": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/raw/branch/main/module.json",
|
"manifest": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/raw/branch/main/module.json",
|
||||||
"download": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/archive/main.zip",
|
"download": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/archive/main.zip",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
@@ -172,6 +172,53 @@
|
|||||||
"flags": {}
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "DnD-Beyond",
|
||||||
|
"sorting": "m",
|
||||||
|
"color": "#9300f5",
|
||||||
|
"packs": [],
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Character Options",
|
||||||
|
"sorting": "m",
|
||||||
|
"color": "#570011",
|
||||||
|
"packs": [
|
||||||
|
"beyond-species",
|
||||||
|
"beyond-classes",
|
||||||
|
"beyond-backgrounds",
|
||||||
|
"beyond-feats"
|
||||||
|
],
|
||||||
|
"folders": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Items, Monsters, & Spells",
|
||||||
|
"sorting": "m",
|
||||||
|
"color": "#7a4e00",
|
||||||
|
"packs": [
|
||||||
|
"beyond-items",
|
||||||
|
"beyond-vehicles",
|
||||||
|
"beyond-monsters",
|
||||||
|
"beyond-spells",
|
||||||
|
"beyond-summons"
|
||||||
|
],
|
||||||
|
"folders": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DM Tools",
|
||||||
|
"sorting": "m",
|
||||||
|
"color": "#8a7e00",
|
||||||
|
"packs": [
|
||||||
|
"beyond-adventures",
|
||||||
|
"beyond-journals",
|
||||||
|
"beyond-tables",
|
||||||
|
"beyond-override"
|
||||||
|
],
|
||||||
|
"folders": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond",
|
"url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond",
|
||||||
"flags": {}
|
"flags": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user