Update system.json

This commit is contained in:
CK 2020-09-01 11:18:03 -04:00 committed by GitHub
parent 93b5ff1612
commit 9ebeca92b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,17 +3,11 @@
"title": "Star Wars 5th Edition", "title": "Star Wars 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 Star wars 5th Edition in the Foundry VTT environment.",
"version": 0.89, "version": 0.89,
"author": "Kakeman89", "author": "Dev Team",
"scripts": [], "scripts": [],
"esmodules": ["sw5e.js"], "esmodules": ["sw5e.js"],
"styles": ["sw5e.css"], "styles": ["sw5e.css"],
"packs": [ "packs": [
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/packs/weapons.db",
"entity": "Item"
},
{ {
"name": "adventuringgear", "name": "adventuringgear",
"label": "Adventuring Gear", "label": "Adventuring Gear",
@ -26,12 +20,30 @@
"path": "./packs/packs/armor.db", "path": "./packs/packs/armor.db",
"entity": "Item" "entity": "Item"
}, },
{
"name": "classes",
"label": "Classes",
"path": "./packs/packs/classes.db",
"entity": "Item"
},
{ {
"name": "enhanceditems", "name": "enhanceditems",
"label": "Enhanced Items", "label": "Enhanced Items",
"path": "./packs/packs/enhanceditems.db", "path": "./packs/packs/enhanceditems.db",
"entity": "Item" "entity": "Item"
}, },
{
"name": "feats",
"label": "Feats",
"path": "./packs/packs/featss.db",
"entity": "Item"
},
{
"name": "forcepowers",
"label": "Force Powers",
"path": "./packs/packs/forcepowers.db",
"entity": "Item"
},
{ {
"name": "gamingset", "name": "gamingset",
"label": "Gaming Sets", "label": "Gaming Sets",
@ -39,11 +51,17 @@
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "classes", "name": "journal",
"label": "Classes", "label": "Journal Entries",
"path": "./packs/packs/classes.db", "path": "./packs/packs/journal.db",
"entity": "Item" "entity": "JournalEntry"
}, },
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/packs/monsters.db",
"entity": "Actor"
},
{ {
"name": "species", "name": "species",
"label": "Species", "label": "Species",
@ -57,29 +75,17 @@
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "forcepowers", "name": "tables",
"label": "Force Powers", "label": "Tables",
"path": "./packs/packs/forcepowers.db", "path": "./packs/packs/tables.db",
"entity": "RollTable"
},
{
"name": "weapons",
"label": "Weapons",
"path": "./packs/packs/weapons.db",
"entity": "Item" "entity": "Item"
}, }
{
"name": "monsters",
"label": "Monsters",
"path": "./packs/packs/monsters.db",
"entity": "Actor"
},
{
"name": "journal",
"label": "Journal Entries",
"path": "./packs/packs/journal.db",
"entity": "JournalEntry"
},
{
"name": "tables",
"label": "Tables",
"path": "./packs/packs/tables.db",
"entity": "RollTable"
}
], ],
"languages": [ "languages": [
{ {