Update skill sheet
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{{! Spell-specific options }}
|
||||
<fieldSet class="dialog-spell-options">
|
||||
<legend>Spell Options</legend>
|
||||
|
||||
|
||||
<div class="dialog-save" style="font-size: 0.9em; color: #666; margin-bottom: 0.5em;">
|
||||
<span>Casting with: {{rollTarget.mentalCharacteristic}} ({{rollTarget.mentalCharValue}}, +{{rollTarget.value}})</span>
|
||||
<br><span>Base Cost: {{rollTarget.system.manaCost}} Mana, {{rollTarget.system.apc}} APC</span>
|
||||
@@ -117,6 +117,26 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{! Skill Options }}
|
||||
{{#if (eq rollType "skill")}}
|
||||
<fieldSet class="dialog-skill-options">
|
||||
<legend>Skill Options</legend>
|
||||
|
||||
{{! Choose which sub-attribute to use }}
|
||||
<div class="dialog-save">
|
||||
<label>Use Sub-Attribute:</label>
|
||||
<select name="skillSubAttribute" data-tooltip-direction="UP">
|
||||
<option value="{{rollTarget.subAttribute1}}" selected>
|
||||
{{rollTarget.subAttribute1Label}} (+{{rollTarget.subAttribute1Value}})
|
||||
</option>
|
||||
<option value="{{rollTarget.subAttribute2}}">
|
||||
{{rollTarget.subAttribute2Label}} (+{{rollTarget.subAttribute2Value}})
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
</fieldSet>
|
||||
{{/if}}
|
||||
|
||||
{{#if hasAdvantage}}
|
||||
<fieldSet class="dialog-advantage">
|
||||
<legend>{{localize "PRISMRPG.Roll.advantageDisadvantage"}}</legend>
|
||||
|
||||
Reference in New Issue
Block a user