forked from GitHub-Mirrors/foundry-sw5e
Merge branch 'professorbunbury-sw5e' into Develop
This commit is contained in:
commit
22564df6a0
63 changed files with 413 additions and 125 deletions
32
system.json
32
system.json
|
@ -44,12 +44,30 @@
|
|||
"path": "./packs/classfeatures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
"path": "./packs/packs/enhanceditems.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "feats",
|
||||
"label": "Feats",
|
||||
"path": "./packs/feats.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "fightingstyles",
|
||||
"label": "Fighting Styles",
|
||||
"path": "./packs/packs/fightingstyles.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "fightingmasteries",
|
||||
"label": "Fighting Masteries",
|
||||
"path": "./packs/packs/fightingmasteries.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "forcepowers",
|
||||
"label": "Force Powers",
|
||||
|
@ -74,18 +92,6 @@
|
|||
"path": "./packs/monsters.db",
|
||||
"entity": "Actor"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
"path": "./packs/enhanceditems.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "feats",
|
||||
"label": "Feats",
|
||||
"path": "./packs/feats.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "species",
|
||||
"label": "Species",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue