Init/progression dice
This commit is contained in:
20
templates/roll-progression-dice-dialog.hbs
Normal file
20
templates/roll-progression-dice-dialog.hbs
Normal file
@ -0,0 +1,20 @@
|
||||
<div class="lethalfantasy-roll-progression-dice-dialog">
|
||||
|
||||
<fieldSet class="">
|
||||
<legend>{{localize "LETHALFANTASY.Label.progressionDice"}}</legend>
|
||||
|
||||
<select name="progressionDiceId" data-tooltip-direction="UP">
|
||||
{{selectOptions weaponsChoices selected=progressionDiceId valueAttr="id" labelAttr="name"}}
|
||||
</select>
|
||||
|
||||
<label>{{localize "LETHALFANTASY.Label.rollProgressionCount"}} : {{rollProgressionCount}}</label>
|
||||
</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