2020-06-22 10:18:03 +02:00
|
|
|
<form class="skill-roll-dialog">
|
2021-03-16 21:49:21 +01:00
|
|
|
<h2 class="compdialog" id="compdialogTitle"></h2>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Difficulté libre</label>
|
|
|
|
<select name="diffLibre" id="diffLibre" data-dtype="number">
|
2020-11-15 02:07:41 +01:00
|
|
|
{{#select diffLibre}}
|
|
|
|
{{#each difficultesLibres as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
2021-03-16 21:49:21 +01:00
|
|
|
</select>
|
|
|
|
<label>conditions</label>
|
|
|
|
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
2020-11-15 02:07:41 +01:00
|
|
|
{{#select diffConditions}}
|
|
|
|
{{#each ajustementsConditions as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
2020-06-22 10:18:03 +02:00
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
2021-03-16 21:49:21 +01:00
|
|
|
</select>
|
|
|
|
<label class="diffMoral">Moral: {{#if (gt moral 0)}}+{{/if}}{{moral}}</label>
|
|
|
|
<div class="tooltipAppelAuMoral divAppelAuMoral">
|
|
|
|
<img class="imgAppelAuMoral small-button-container"
|
|
|
|
src="/systems/foundryvtt-reve-de-dragon/icons/moral-neutre.svg">
|
|
|
|
<span class="tooltipAppelAuMoralText">Sans appel au moral</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
|
|
|
|
<div id="tableAjustements">
|
|
|
|
</div>
|
|
|
|
<div id="tableResolution">
|
|
|
|
</div>
|
|
|
|
<div id="tableProbaReussite">
|
|
|
|
</div>
|
2020-06-22 10:18:03 +02:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
2021-03-16 21:49:21 +01:00
|
|
|
</script>
|