forked from GitHub-Mirrors/foundry-sw5e
see if changes click
This commit is contained in:
parent
e8c778d9e9
commit
e86183ff00
243 changed files with 8 additions and 8 deletions
16
system.json
16
system.json
|
@ -2,7 +2,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.",
|
||||
"version": 0.88,
|
||||
"version": 0.89,
|
||||
"author": "Kakeman89",
|
||||
"scripts": [],
|
||||
"esmodules": ["sw5e.js"],
|
||||
|
@ -11,43 +11,43 @@
|
|||
{
|
||||
"name": "weapons",
|
||||
"label": "Weapons",
|
||||
"path": "./packs/weapons.db",
|
||||
"path": "./packs/packs/weapons.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "adventuringgear",
|
||||
"label": "Adventuring Gear",
|
||||
"path": "./packs/adventuringgear.db",
|
||||
"path": "./packs/packs/adventuringgear.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "armor",
|
||||
"label": "Armor",
|
||||
"path": "./packs/armor.db",
|
||||
"path": "./packs/packs/armor.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
"path": "./packs/enhanceditems.db",
|
||||
"path": "./packs/packs/enhanceditems.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "gamingset",
|
||||
"label": "Gaming Sets",
|
||||
"path": "./packs/gamingset.db",
|
||||
"path": "./packs/packs/gamingset.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "classes",
|
||||
"label": "Classes",
|
||||
"path": "./packs/classes.db",
|
||||
"path": "./packs/packs/classes.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "species",
|
||||
"label": "Species",
|
||||
"path": "./packs/species.db",
|
||||
"path": "./packs/packs/species.db",
|
||||
"entity": "Item"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue