Init/progression dice

This commit is contained in:
2025-01-18 00:00:25 +01:00
parent e12476d64f
commit 4e673913a1
45 changed files with 660 additions and 504 deletions

View 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>