Update skill sheet
This commit is contained in:
@@ -149,6 +149,29 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{! Skill Options }}
|
||||
{{#if (eq rollType "skill")}}
|
||||
<div class="option-section skill-section">
|
||||
<div class="section-title">
|
||||
<i class="fas fa-dice-d20"></i>
|
||||
<span>Skill Options</span>
|
||||
</div>
|
||||
|
||||
{{! Choose which sub-attribute to use }}
|
||||
<div class="option-row">
|
||||
<label>Use Sub-Attribute:</label>
|
||||
<select name="skillSubAttribute" class="styled-select">
|
||||
<option value="{{rollTarget.subAttribute1}}" selected>
|
||||
{{rollTarget.subAttribute1Label}} (+{{rollTarget.subAttribute1Value}})
|
||||
</option>
|
||||
<option value="{{rollTarget.subAttribute2}}">
|
||||
{{rollTarget.subAttribute2Label}} (+{{rollTarget.subAttribute2Value}})
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{! Advantage/Disadvantage }}
|
||||
{{#if hasAdvantage}}
|
||||
<div class="option-section">
|
||||
|
||||
Reference in New Issue
Block a user