Add Skills to Starships

Added skills to the starship sheets and made them rollable.

Sorry about the direct commit to Develop, but I forgot to branch it off...
This commit is contained in:
supervj 2021-04-13 23:01:03 -04:00
parent a28cbc5a8a
commit fa7b03109f
7 changed files with 95 additions and 90 deletions

View file

@ -123,7 +123,7 @@
<section class="skills">
<h1>{{localize "SW5E.Skills"}}</h1>
<ol>
{{#each CONFIG.starshipSkills as |skill s|}}
{{#each data.skills as |skill s|}}
<li class="skill {{#if skill.value}}proficient{{/if}}" data-skill="{{s}}">
<input type="hidden" name="data.skills.{{s}}.value" value="{{skill.value}}"
data-dtype="Number" />