This commit is contained in:
Kakeman89 2020-11-05 16:57:54 -05:00
parent 22564df6a0
commit 36719a08c6
20 changed files with 16 additions and 16 deletions

View file

@ -11,37 +11,37 @@
{
"name": "adventuringgear",
"label": "Adventuring Gear",
"path": "./packs/adventuringgear.db",
"path": "./packs/packs/adventuringgear.db",
"entity": "Item"
},
{
"name": "archetypes",
"label": "Archetypes",
"path": "./packs/archetypes.db",
"path": "./packs/packs/archetypes.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"path": "./packs/armor.db",
"path": "./packs/packs/armor.db",
"entity": "Item"
},
{
"name": "backgrounds",
"label": "Backgrounds",
"path": "./packs/backgrounds.db",
"path": "./packs/packs/backgrounds.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes",
"path": "./packs/classes.db",
"path": "./packs/packs/classes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features",
"path": "./packs/classfeatures.db",
"path": "./packs/packs/classfeatures.db",
"entity": "Item"
},
{
@ -53,7 +53,7 @@
{
"name": "feats",
"label": "Feats",
"path": "./packs/feats.db",
"path": "./packs/packs/feats.db",
"entity": "Item"
},
{
@ -71,55 +71,55 @@
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/forcepowers.db",
"path": "./packs/packs/forcepowers.db",
"entity": "Item"
},
{
"name": "gamingset",
"label": "Gaming Sets",
"path": "./packs/gamingset.db",
"path": "./packs/packs/gamingset.db",
"entity": "Item"
},
{
"name": "lightsaberform",
"label": "Lightsaber Forms",
"path": "./packs/lightsaberforms.db",
"path": "./packs/packs/lightsaberforms.db",
"entity": "Item"
},
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/monsters.db",
"path": "./packs/packs/monsters.db",
"entity": "Actor"
},
{
"name": "species",
"label": "Species",
"path": "./packs/species.db",
"path": "./packs/packs/species.db",
"entity": "Item"
},
{
"name": "speciestraits",
"label": "Species Traits",
"path": "./packs/speciestraits.db",
"path": "./packs/packs/speciestraits.db",
"entity": "Item"
},
{
"name": "tables",
"label": "Tables",
"path": "./packs/tables.db",
"path": "./packs/packs/tables.db",
"entity": "RollTable"
},
{
"name": "techpowers",
"label": "Tech Powers",
"path": "./packs/techpowers.db",
"path": "./packs/packs/techpowers.db",
"entity": "Item"
},
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/weapons.db",
"path": "./packs/packs/weapons.db",
"entity": "Item"
}
],