foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html

11 lines
358 B
HTML
Raw Normal View History

2021-04-20 23:16:18 +02:00
<div class="flexrow">
2021-04-21 00:59:10 +02:00
<label for="diffConditions">Conditions</label>
<select name="diffConditions" data-dtype="number" {{#unless use.conditions}}disabled{{/unless}}>
2021-04-20 23:16:18 +02:00
{{#select diffConditions}}
2023-11-11 00:03:14 +01:00
{{#each ajustementsConditions as |key|}}
<option value={{key}}>{{plusMoins key}}</option>
2021-04-20 23:16:18 +02:00
{{/each}}
{{/select}}
</select>
</div>