Add some compendium data

This commit is contained in:
Oliver-Akins 2024-02-11 14:25:58 -07:00
parent 931b6a96d0
commit 1177ed36aa
62 changed files with 1943 additions and 0 deletions

View file

@ -30,6 +30,43 @@
"path": "langs/en-ca.json"
}
],
"packs": [
{
"name": "untyped",
"label": "Generic Items",
"system": "dotdungeon",
"type": "Item",
"path": "packs/untyped"
},
{
"name": "spells",
"label": "Core Spells",
"system": "dotdungeon",
"type": "Item",
"path": "packs/spells"
},
{
"name": "aspects",
"label": "Core Aspects",
"system": "dotdungeon",
"type": "Item",
"path": "packs/aspects"
},
{
"name": "beastiary",
"label": "Core Beastiary",
"system": "dotdungeon",
"type": "Actor",
"path": "packs/beastiary"
},
{
"name": "rules",
"label": "Core Rules",
"system": "dotdungeon",
"type": "JournalEntry",
"path": "packs/rules"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],