Files
foundryvtt-reve-de-dragon/templates/roll/roll-part-carac.hbs

5 lines
267 B
Handlebars

<select name="select-carac" {{#if (or rollData.mode.retry (eq refs.caracs.length 1))}}disabled{{/if}}>
{{selectOptions refs.caracs selected=current.key valueAttr="key" labelAttr="label"}}
</select>
<selected-numeric-value>{{current.value}}</selected-numeric-value>