forked from GitHub-Mirrors/foundry-sw5e
SotG Update #1
+ Adds compendia for Deployments, Deployment Features, Starship Armor, Starship Equipment, Starship Weapons, and Ventures and associated artwork + Adds Starship actor sheet (very, very rough draft, somewhat unpredictable, not fully functional) + Adds function to Character sheet to collapse/expand Feature tab rows (major assist from Cyr) + Adds function to Character sheet to increment/decrement class levels directly from character sheet (another major assist from Cyr)
This commit is contained in:
parent
3297d9bd8c
commit
c793949b37
57 changed files with 1682 additions and 70 deletions
56
system.json
56
system.json
|
@ -49,7 +49,19 @@
|
|||
"label": "Conditions",
|
||||
"path": "./packs/packs/conditions.db",
|
||||
"entity": "JournalEntry"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "deployments",
|
||||
"label": "Deployments",
|
||||
"path": "./packs/packs/deployments.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "deploymentfeatures",
|
||||
"label": "Deployment Features",
|
||||
"path": "./packs/packs/deploymentfeatures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "enhanceditems",
|
||||
"label": "Enhanced Items",
|
||||
|
@ -110,18 +122,48 @@
|
|||
"path": "./packs/packs/speciestraits.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "tables",
|
||||
"label": "Tables",
|
||||
"path": "./packs/packs/tables.db",
|
||||
"entity": "RollTable"
|
||||
{
|
||||
"name": "starshiparmor",
|
||||
"label": "Starship Armor",
|
||||
"path": "./packs/packs/starshiparmor.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipequipment",
|
||||
"label": "Starship Equipment",
|
||||
"path": "./packs/packs/starshipequipment.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipmodifications",
|
||||
"label": "Starship Modifications",
|
||||
"path": "./packs/packs/starshipmodifications.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "starshipweapons",
|
||||
"label": "Starship Weapons",
|
||||
"path": "./packs/packs/starshipweapons.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "tables",
|
||||
"label": "Tables",
|
||||
"path": "./packs/packs/tables.db",
|
||||
"entity": "RollTable"
|
||||
},
|
||||
{
|
||||
"name": "techpowers",
|
||||
"label": "Tech Powers",
|
||||
"path": "./packs/packs/techpowers.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "ventures",
|
||||
"label": "Ventures",
|
||||
"path": "./packs/packs/ventures.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "weapons",
|
||||
"label": "Weapons",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue