forked from GitHub-Mirrors/foundry-sw5e
fix pack path
This commit is contained in:
parent
ca25c53a74
commit
4947a8c8c1
1 changed files with 8 additions and 8 deletions
16
system.json
16
system.json
|
@ -11,43 +11,43 @@
|
||||||
{
|
{
|
||||||
"name": "weapons",
|
"name": "weapons",
|
||||||
"label": "Weapons",
|
"label": "Weapons",
|
||||||
"path": "/packs/weapons.db",
|
"path": "./packs/weapons.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "adventuringgear",
|
"name": "adventuringgear",
|
||||||
"label": "Adventuring Gear",
|
"label": "Adventuring Gear",
|
||||||
"path": "/packs/adventuringgear.db",
|
"path": "./packs/adventuringgear.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "armor",
|
"name": "armor",
|
||||||
"label": "Armor",
|
"label": "Armor",
|
||||||
"path": "/packs/armor.db",
|
"path": "./packs/armor.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "enhanceditems",
|
"name": "enhanceditems",
|
||||||
"label": "Enhanced Items",
|
"label": "Enhanced Items",
|
||||||
"path": "/packs/enhanceditems.db",
|
"path": "./packs/enhanceditems.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gamingset",
|
"name": "gamingset",
|
||||||
"label": "Gaming Sets",
|
"label": "Gaming Sets",
|
||||||
"path": "/packs/gamingset.db",
|
"path": "./packs/gamingset.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "classes",
|
"name": "classes",
|
||||||
"label": "Classes",
|
"label": "Classes",
|
||||||
"path": "/packs/classes.db",
|
"path": "./packs/classes.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "species",
|
"name": "species",
|
||||||
"label": "Species",
|
"label": "Species",
|
||||||
"path": "/packs/species.db",
|
"path": "./packs/species.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
"minimumCoreVersion": "0.5.2",
|
"minimumCoreVersion": "0.5.2",
|
||||||
"compatibleCoreVersion": "0.6.8",
|
"compatibleCoreVersion": "0.6.8",
|
||||||
"url": "https://github.com/unrealkakeman89/sw5e",
|
"url": "https://github.com/unrealkakeman89/sw5e",
|
||||||
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json",
|
"manifest": "https://raw.githubusercontent.com/unrealkakeman89/sw5e/magicjedi90/system.json",
|
||||||
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"
|
"download": "https://github.com/unrealkakeman89/sw5e/archive/master.zip"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue