Minor fixes'

This commit is contained in:
2022-01-18 13:36:27 +01:00
parent baacbf38a9
commit 97c27f43ba
6 changed files with 48 additions and 36 deletions

View File

@@ -11,14 +11,23 @@
<div class="tab" data-group="primary">
<ul>
<li class="flexrow"><label class="generic-label">Related Statistic</label>
<li class="flexrow"><label class="generic-label">Related Attack Statistic</label>
<select class="competence-base flexrow" type="text" name="data.statistic" value="{{data.statistic}}" data-dtype="String">
{{#select data.statistic}}
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=true special=true}}
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=false special=true}}
{{/select}}
</select>
</li>
<li class="flexrow"><label class="generic-label">Damage</label>
<li class="flexrow"><label class="generic-label">Related DMG Statistic</label>
<select class="competence-base flexrow" type="text" name="data.damagestatistic" value="{{data.damagestatistic}}" data-dtype="String">
{{#select data.damagestatistic}}
{{> systems/fvtt-pegasus-rpg/templates/partial-options-statistics.html notapplicable=false special=true}}
{{/select}}
</select>
</li>
<li class="flexrow"><label class="generic-label">Damage (Other Dice pool)</label>
<select class="competence-base flexrow" type="text" name="data.damage" value="{{data.damage}}" data-dtype="String">
{{#select data.damage}}
{{{optionsDiceList}}}