Compendia Update

Paths updated. Journal Entries cleaned out.
This commit is contained in:
Kakeman89 2020-11-02 13:38:19 -05:00
parent 2bd79a7603
commit e8d748f9b4
22 changed files with 523 additions and 3494 deletions

File diff suppressed because one or more lines are too long

1174
sw5e.css

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "sw5e",
"title": "Star Wars 5th Edition",
"description": "A comprehensive game system for running games of Star wars 5th Edition in the Foundry VTT environment.",
"title": "SW 5th Edition",
"description": "A comprehensive game system for running games of SW 5th Edition in the Foundry VTT environment.",
"version": 0.98,
"author": "Dev Team",
"scripts": [],
@ -11,115 +11,109 @@
{
"name": "adventuringgear",
"label": "Adventuring Gear",
"path": "./packs/packs/adventuringgear.db",
"path": "./packs/adventuringgear.db",
"entity": "Item"
},
{
"name": "archetypes",
"label": "Archetypes",
"path": "./packs/packs/archetypes.db",
"entity": "Item"
},
{
"name": "archetypes",
"label": "Archetypes",
"path": "./packs/archetypes.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"path": "./packs/packs/armor.db",
"path": "./packs/armor.db",
"entity": "Item"
},
{
"name": "backgrounds",
"label": "Backgrounds",
"path": "./packs/packs/backgrounds.db",
"entity": "Item"
},
{
"name": "backgrounds",
"label": "Backgrounds",
"path": "./packs/backgrounds.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes",
"path": "./packs/packs/classes.db",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features",
"path": "./packs/packs/classfeatures.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features",
"path": "./packs/classfeatures.db",
"entity": "Item"
},
{
"name": "feats",
"label": "Feats",
"path": "./packs/packs/feats.db",
"path": "./packs/feats.db",
"entity": "Item"
},
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/packs/forcepowers.db",
"path": "./packs/forcepowers.db",
"entity": "Item"
},
{
"name": "gamingset",
"label": "Gaming Sets",
"path": "./packs/packs/gamingset.db",
"path": "./packs/gamingset.db",
"entity": "Item"
},
{
"name": "journal",
"label": "Journal Entries",
"path": "./packs/packs/journal.db",
"entity": "JournalEntry"
},
{
"name": "lightsaberform",
"label": "Lightsaber Forms",
"path": "./packs/packs/lightsaberforms.db",
"entity": "Item"
"name": "lightsaberform",
"label": "Lightsaber Forms",
"path": "./packs/lightsaberforms.db",
"entity": "Item"
},
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/packs/monsters.db",
"path": "./packs/monsters.db",
"entity": "Actor"
},
{
"name": "enhanceditems",
"label": "Enhanced Items",
"path": "./packs/packs/enhanceditems.db",
"path": "./packs/enhanceditems.db",
"entity": "Item"
},
{
"name": "feats",
"label": "Feats",
"path": "./packs/packs/feats.db",
"path": "./packs/feats.db",
"entity": "Item"
},
{
"name": "species",
"label": "Species",
"path": "./packs/packs/species.db",
"path": "./packs/species.db",
"entity": "Item"
},
{
"name": "speciestraits",
"label": "Species Traits",
"path": "./packs/packs/speciestraits.db",
"path": "./packs/speciestraits.db",
"entity": "Item"
},
{
"name": "tables",
"label": "Tables",
"path": "./packs/packs/tables.db",
"entity": "RollTable"
{
"name": "tables",
"label": "Tables",
"path": "./packs/tables.db",
"entity": "RollTable"
},
{
"name": "techpowers",
"label": "Tech Powers",
"path": "./packs/packs/techpowers.db",
"path": "./packs/techpowers.db",
"entity": "Item"
},
},
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/packs/weapons.db",
"path": "./packs/weapons.db",
"entity": "Item"
}
],