Spot the link / entityClass error!

This commit is contained in:
Professor Bunbury 2020-10-23 12:36:42 -04:00
parent 441342b7e9
commit de52576408
53 changed files with 6102 additions and 223 deletions

View file

@ -20,29 +20,84 @@
"path": "./packs/packs/adventuringgear.db",
"entity": "Item"
},
{
"name": "archetypes.db",
"label": "Archetypes",
"path": "./packs/packs/archetypes.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"path": "./packs/packs/armor.db",
"entity": "Item"
},
{
"name": "backgrounds.db",
"label": "Backgrounds",
"path": "./packs/packs/backgrounds.db",
"entity": "Item"
},
{
<<<<<<< Updated upstream
=======
"name": "classes",
"label": "Classes",
"path": "./packs/packs/classes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features",
"path": "./packs/packs/classfeatures.db",
"entity": "Item"
},
{
>>>>>>> Stashed changes
"name": "enhanceditems",
"label": "Enhanced Items",
"path": "./packs/packs/enhanceditems.db",
"entity": "Item"
},
{
<<<<<<< Updated upstream
=======
"name": "feats",
"label": "Feats",
"path": "./packs/packs/feats.db",
"entity": "Item"
},
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/packs/forcepowers.db",
"entity": "Item"
},
{
>>>>>>> Stashed changes
"name": "gamingset",
"label": "Gaming Sets",
"path": "./packs/packs/gamingset.db",
"entity": "Item"
},
{
<<<<<<< Updated upstream
"name": "classes",
"label": "Classes",
"path": "./packs/packs/classes.db",
"entity": "Item"
=======
"name": "journal",
"label": "Journal Entries",
"path": "./packs/packs/journal.db",
"entity": "JournalEntry"
},
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/packs/monsters.db",
"entity": "Actor"
>>>>>>> Stashed changes
},
{
"name": "species",
@ -56,10 +111,29 @@
"path": "./packs/packs/speciestraits.db",
"entity": "Item"
},
<<<<<<< Updated upstream
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/packs/forcepowers.db",
=======
{
"name": "tables",
"label": "Tables",
"path": "./packs/packs/tables.db",
"entity": "RollTable"
},
{
"name": "techpowers",
"label": "Tech Powers",
"path": "./packs/packs/techpowers.db",
"entity": "Item"
},
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/packs/weapons.db",
>>>>>>> Stashed changes
"entity": "Item"
},
{