module: Add compendium folder
We currently only have a macro compendium, but we might have more in the future (items, powers...). All the Fabula Ultima compendium are also in folders. Add a compendium folder and move the macro compendium within.
This commit is contained in:
parent
22dc500801
commit
7cd85468c7
1 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
"scripts/token_ui_adjust.mjs"
|
"scripts/token_ui_adjust.mjs"
|
||||||
],
|
],
|
||||||
"socket": true,
|
"socket": true,
|
||||||
|
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "Macros",
|
"name": "Macros",
|
||||||
|
@ -68,6 +69,14 @@
|
||||||
"flags": {}
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"packFolders": [
|
||||||
|
{
|
||||||
|
"name": "Fabula Moletrina",
|
||||||
|
"sorting": "a",
|
||||||
|
"color": "#d3b719",
|
||||||
|
"packs": ["Macros"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue