2021-02-06 21:53:25 +01:00
|
|
|
<form class="skill-roll-dialog">
|
|
|
|
<div class="form-group">
|
2021-03-16 22:34:03 +01:00
|
|
|
<label>{{tmr.label}} ({{tmr.coord}})</label>
|
|
|
|
<label>Rêve actuel à {{diffLibre}}</label>
|
2021-02-06 21:53:25 +01:00
|
|
|
<span>
|
|
|
|
|
2021-03-16 22:34:03 +01:00
|
|
|
<label>Conditions</label>
|
2021-02-06 21:53:25 +01:00
|
|
|
<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>
|
2021-04-20 23:16:18 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-surenc.html"}}
|
2021-02-06 21:53:25 +01:00
|
|
|
<div id="tableAjustements">
|
|
|
|
</div>
|
|
|
|
<div id="tableResolution">
|
|
|
|
</div>
|
|
|
|
<div id="tableProbaReussite">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
|