Fix ranged dialog roll
This commit is contained in:
@ -3,25 +3,42 @@
|
||||
<fieldSet class="">
|
||||
<legend>{{localize "LETHALFANTASY.Label.rangeDefenseDialog"}}</legend>
|
||||
|
||||
<select name="movement" data-tooltip-direction="UP">
|
||||
{{selectOptions movementChoices selected=movement}}
|
||||
</select>
|
||||
<div class="field-section">
|
||||
<span class="field-name">Movement :</span>
|
||||
<select name="movement" data-tooltip-direction="UP">
|
||||
{{selectOptions movementChoices selected=movement}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<select name="moveDirection" data-tooltip-direction="UP">
|
||||
{{selectOptions moveDirectionChoices selected=moveDirection}}
|
||||
</select>
|
||||
<div class="field-section">
|
||||
<span class="field-name">Direction :</span>
|
||||
<select name="moveDirection" data-tooltip-direction="UP">
|
||||
{{selectOptions moveDirectionChoices selected=moveDirection}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<select name="size" data-tooltip-direction="UP">
|
||||
{{selectOptions sizeChoices selected=size}}
|
||||
</select>
|
||||
<div class="field-section">
|
||||
<span class="field-name">Size :</span>
|
||||
<select name="size" data-tooltip-direction="UP">
|
||||
{{selectOptions sizeChoices selected=size}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<select name="range" data-tooltip-direction="UP">
|
||||
{{selectOptions rangeChoices selected=range}}
|
||||
</select>
|
||||
<div class="field-section">
|
||||
<span class="field-name">Direction :</span>
|
||||
|
||||
<select name="range" data-tooltip-direction="UP">
|
||||
{{selectOptions rangeChoices selected=range}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<select name="attackerAim" data-tooltip-direction="UP">
|
||||
{{selectOptions attackerAimChoices selected=attackerAim}}
|
||||
</select>
|
||||
<div class="field-section">
|
||||
<span class="field-name">Aim :</span>
|
||||
|
||||
<select name="attackerAim" data-tooltip-direction="UP">
|
||||
{{selectOptions attackerAimChoices selected=attackerAim}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</fieldSet>
|
||||
|
||||
@ -31,5 +48,5 @@
|
||||
{{selectOptions rollModes selected=visibility}}
|
||||
</select>
|
||||
</fieldSet>
|
||||
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user