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