Generic roll and update items
This commit is contained in:
@ -51,8 +51,6 @@
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
{{#if (eq data.genre "positive")}}
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Affected Stat</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.stataffected" value="{{data.stataffected}}" data-dtype="String">
|
||||
{{#select data.stataffected}}
|
||||
@ -61,6 +59,9 @@
|
||||
</select>
|
||||
</li>
|
||||
|
||||
{{#if (eq data.genre "positive")}}
|
||||
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Stat Dice ?</label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="data.statdice" {{checked data.statdice}}/></label>
|
||||
</li>
|
||||
@ -75,14 +76,6 @@
|
||||
|
||||
{{else}}
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Affected Stat</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.stataffected" value="{{data.stataffected}}" data-dtype="String">
|
||||
{{#select data.stataffected}}
|
||||
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=true mr=true all=true}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<li class="flexrow"><label class="generic-label">Reduce Dice Value ?</label>
|
||||
<label class="attribute-value checkbox"><input type="checkbox" name="data.reducedicevalue" {{checked data.reducedicevalue}}/></label>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user