foundryvtt-reve-de-dragon/templates/partial-roll-diffLibre.html
Vincent Vandemeulebrouck a20037698b Rework chant danse jeu
2021-04-21 00:59:45 +02:00

11 lines
370 B
HTML

<div class="flexrow">
<label for="diffLibre">Difficulté libre</label>
<select name="diffLibre" id="diffLibre" data-dtype="number" {{#unless use.libre}}disabled{{/unless}}>
{{#select diffLibre}}
{{#each difficultesLibres as |key|}}
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
{{/each}}
{{/select}}
</select>
</div>