fvtt-lethal-fantasy/templates/roll-initiative-dialog.hbs
LeRatierBretonnien b4d6616cb4
All checks were successful
Release Creation / build (release) Successful in 58s
Foundry v13 migration
2025-05-14 10:02:08 +02:00

20 lines
640 B
Handlebars

<div class="lethalfantasy-roll-initiative-dialog">
<fieldSet class="">
<legend>{{localize "LETHALFANTASY.Label.initiative"}}</legend>
<select name="initiativeDice" data-tooltip-direction="UP">
{{selectOptions initiativeDiceChoice selected=initiativeDice valueAttr="value" labelAttr="name"}}
</select>
<label>{{localize "LETHALFANTASY.Label.maxInitiativeWisdom"}} : {{maxInit}}</label>
</fieldSet>
<fieldSet>
<legend>{{localize "LETHALFANTASY.Roll.visibility"}}</legend>
<select name="visibility">
{{selectOptions rollModes selected=visibility localize=true}}
</select>
</fieldSet>
</div>