830f4fde9a
Aucun impact, pas de référence trouvée à cet attribut
28 lines
754 B
HTML
28 lines
754 B
HTML
<form class="skill-roll-dialog">
|
|
<div class="form-group">
|
|
<label>{{tmr.label}} ({{tmr.coord}})</label>
|
|
<label>Rêve actuel à {{diffLibre}}</label>
|
|
<span>
|
|
|
|
<label>Conditions</label>
|
|
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
|
{{#select diffConditions}}
|
|
{{#each ajustementsConditions as |key|}}
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
{{/each}}
|
|
{{/select}}
|
|
</select>
|
|
</span>
|
|
</div>
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
|
|
<div id="tableAjustements">
|
|
</div>
|
|
<div id="tableResolution">
|
|
</div>
|
|
<div id="tableProbaReussite">
|
|
</div>
|
|
</form>
|
|
|
|
<script>
|
|
</script>
|
|
|