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:
Professor Bunbury 2021-04-06 16:03:48 -04:00
parent 3297d9bd8c
commit c793949b37
57 changed files with 1682 additions and 70 deletions

View file

@ -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",