Add D30, spells, miracles and ranged defense roll
This commit is contained in:
35
templates/range-defense-dialog.hbs
Normal file
35
templates/range-defense-dialog.hbs
Normal file
@ -0,0 +1,35 @@
|
||||
<div class="lethalfantasy-range-defense-dialog">
|
||||
|
||||
<fieldSet class="">
|
||||
<legend>{{localize "LETHALFANTASY.Label.rangeDefenseDialog"}}</legend>
|
||||
|
||||
<select name="movement" data-tooltip-direction="UP">
|
||||
{{selectOptions movementChoices selected=movement}}
|
||||
</select>
|
||||
|
||||
<select name="moveDirection" data-tooltip-direction="UP">
|
||||
{{selectOptions moveDirectionChoices selected=moveDirection}}
|
||||
</select>
|
||||
|
||||
<select name="size" data-tooltip-direction="UP">
|
||||
{{selectOptions sizeChoices selected=size}}
|
||||
</select>
|
||||
|
||||
<select name="range" data-tooltip-direction="UP">
|
||||
{{selectOptions rangeChoices selected=range}}
|
||||
</select>
|
||||
|
||||
<select name="attackerAim" data-tooltip-direction="UP">
|
||||
{{selectOptions attackerAimChoices selected=attackerAim}}
|
||||
</select>
|
||||
|
||||
</fieldSet>
|
||||
|
||||
<fieldSet>
|
||||
<legend>{{localize "LETHALFANTASY.Roll.visibility"}}</legend>
|
||||
<select name="visibility">
|
||||
{{selectOptions rollModes selected=visibility}}
|
||||
</select>
|
||||
</fieldSet>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user