foundryvtt-reve-de-dragon/templates/partial-roll-competences.hbs

10 lines
340 B
Handlebars
Raw Permalink Normal View History

{{#if @root.competences}}
<div class="form-group">
2025-01-11 17:32:43 +01:00
<label for="roll-text">Compétence</label>
<select name="roll-text" class="roll-text" data-dtype="String">
{{#select ''}}<option value="">Sans compétence</option>
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.hbs"}}
{{/select}}
</select>
</div>
{{/if}}