forked from GitHub-Mirrors/foundry-sw5e
0.7.x Updates for Archetypes, Backgrounds, Classes, Lightsaber Forms, and Species
Tons of updates to relect recent changes to PHB and EC source materials. AC minimum for "Hide" species trait currently does not working using DAE.
This commit is contained in:
parent
d392b568db
commit
18a28217c1
189 changed files with 340 additions and 232 deletions
10
system.json
10
system.json
|
@ -15,7 +15,7 @@
|
|||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "archetypes.db",
|
||||
"name": "archetypes",
|
||||
"label": "Archetypes",
|
||||
"path": "./packs/packs/archetypes.db",
|
||||
"entity": "Item"
|
||||
|
@ -27,7 +27,7 @@
|
|||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "backgrounds.db",
|
||||
"name": "backgrounds",
|
||||
"label": "Backgrounds",
|
||||
"path": "./packs/packs/backgrounds.db",
|
||||
"entity": "Item"
|
||||
|
@ -73,6 +73,12 @@
|
|||
"label": "Journal Entries",
|
||||
"path": "./packs/packs/journal.db",
|
||||
"entity": "JournalEntry"
|
||||
},
|
||||
{
|
||||
"name": "lightsaberform",
|
||||
"label": "Lightsaber Forms",
|
||||
"path": "./packs/packs/lightsaberforms.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "monsters",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue