forked from GitHub-Mirrors/foundry-sw5e
fix pack path pt 3(return of the fixed path)
This commit is contained in:
parent
7b0f0b22e9
commit
2466f21413
1 changed files with 7 additions and 7 deletions
14
system.json
14
system.json
|
@ -11,43 +11,43 @@
|
|||
{
|
||||
"name": "weapons",
|
||||
"label": "Weapons",
|
||||
"path": "./packs/packs/weapons.db",
|
||||
"path": "/packs/packs/weapons.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "adventuringgear",
|
||||
"label": "Adventuring Gear",
|
||||
"path": "./packs/packs/adventuringgear.db",
|
||||
"path": "/packs/packs/adventuringgear.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "armor",
|
||||
"label": "Armor",
|
||||
"path": "./packs/packs/armor.db",
|
||||
"path": "/packs/packs/armor.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
"path": "./packs/packs/enhanceditems.db",
|
||||
"path": "/packs/packs/enhanceditems.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "gamingset",
|
||||
"label": "Gaming Sets",
|
||||
"path": "./packs/packs/gamingset.db",
|
||||
"path": "/packs/packs/gamingset.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "classes",
|
||||
"label": "Classes",
|
||||
"path": "./packs/packs/classes.db",
|
||||
"path": "/packs/packs/classes.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "species",
|
||||
"label": "Species",
|
||||
"path": "./packs/packs/species.db",
|
||||
"path": "/packs/packs/species.db",
|
||||
"entity": "Item"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue