2020-06-22 10:18:03 +02:00
|
|
|
<form class="skill-roll-dialog">
|
|
|
|
<h2 class="compdialog" id="compdialogTitle"></h2>
|
|
|
|
<div class="form-group">
|
2020-11-15 02:07:41 +01:00
|
|
|
<label for="categorie">Difficulté libre</label>
|
|
|
|
<select name="diffLibre" id="diffLibre" data-dtype="number">
|
|
|
|
{{#select diffLibre}}
|
|
|
|
{{#each difficultesLibres as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
<label for="categorie">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>
|
2020-06-22 10:18:03 +02:00
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
2020-12-18 23:57:28 +01:00
|
|
|
<label class="diffMoral" for="categorie">Moral: {{#if (gt moral 0)}}+{{/if}}{{moral}}</label>
|
2020-06-22 10:18:03 +02:00
|
|
|
</div>
|
2020-11-27 12:20:13 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
|
2020-12-05 01:10:06 +01:00
|
|
|
<div class="form-group etat-general">
|
2020-06-22 10:18:03 +02:00
|
|
|
<label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2020-12-02 14:00:54 +01:00
|
|
|
<label>Ajustement final : </label><label id="roll-param">10 / 0</label> <label name="addon-message" id="addon-message"></label>
|
2020-06-22 10:18:03 +02:00
|
|
|
</div>
|
2020-12-15 23:54:09 +01:00
|
|
|
<div id="resolutionTable">
|
|
|
|
</div>
|
|
|
|
<div id="resolutionValeurs">
|
2020-06-22 10:18:03 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
</script>
|