forked from GitHub-Mirrors/foundry-sw5e
Big Species Update
All manner of Species updates, as well as some new CSS for journal entries and rollable tables.
This commit is contained in:
parent
60c587024f
commit
ebc70539ff
376 changed files with 5339 additions and 51 deletions
20
system.json
20
system.json
|
@ -50,6 +50,12 @@
|
|||
"path": "./packs/packs/species.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "speciestraits",
|
||||
"label": "Species Traits",
|
||||
"path": "./packs/packs/speciestraits.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "forcepowers",
|
||||
"label": "Force Powers",
|
||||
|
@ -61,7 +67,19 @@
|
|||
"label": "Monsters",
|
||||
"path": "./packs/packs/monsters.db",
|
||||
"entity": "Actor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "journal",
|
||||
"label": "Journal Entries",
|
||||
"path": "./packs/packs/journal.db",
|
||||
"entity": "JournalEntry"
|
||||
},
|
||||
{
|
||||
"name": "tables",
|
||||
"label": "Tables",
|
||||
"path": "./packs/packs/tables.db",
|
||||
"entity": "RollTable"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue