Merge pull request #37 from unrealkakeman89/Kakeman89

Kakeman89
This commit is contained in:
CK 2020-11-02 18:42:46 +00:00 committed by GitHub
commit f3c834e661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 523 additions and 3494 deletions

File diff suppressed because one or more lines are too long

1172
sw5e.css

File diff suppressed because it is too large Load diff

View file

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