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

@ -15,7 +15,7 @@
</div>
<ul class="summary flexrow">
<li>
<li style="flex-basis: 80px;">
{{lookup config.weaponTypes data.weaponType }}
</li>
<li>
@ -56,7 +56,20 @@
{{/select}}
</select>
</div>
{{!-- Starship Weapon Size --}}
<!-- <div class="form-group">
<label>{{ localize "SW5E.ItemWeaponSize" }}</label>
<select name="data.weaponSize">
<option value="" selected disabled>Select Size</option>
{{#select data.weaponSize}}
{{#each config.weaponSizes as |name size|}}
<option value="{{size}}">{{name}}</option>
{{/each}}
{{/select}}
</select>
</div> -->
{{#unless isMountable}}
<div class="form-group">
<label>{{localize "SW5E.Attunement"}}</label>