#63 Jet d'éthylisme
This commit is contained in:
@ -346,8 +346,13 @@
|
||||
{{#if compteur.isStress}}
|
||||
<a class="item-control stress-test" id="stress-test" title="Faire un jet de Stress">Faire un jet de Stress</a>
|
||||
{{else}}
|
||||
{{#if (eq compteur.label 'Ethylisme')}}
|
||||
<a class="item-control ethylisme-test" id="ethylisme-test" title="Faire un jet d'Ethylisme">Faire un jet d'Ethylisme</a>
|
||||
{{else}}
|
||||
<label></label>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<label></label>
|
||||
{{/if}}
|
||||
<label></label>
|
||||
{{else}}
|
||||
<span class="competence-label">{{compteur.value}}</span>
|
||||
|
27
templates/dialog-roll-ethylisme.html
Normal file
27
templates/dialog-roll-ethylisme.html
Normal file
@ -0,0 +1,27 @@
|
||||
<form class="dialog-roll-sort">
|
||||
<h2 class="compdialog" id="ethylisme-dialog"></h2>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Vie : {{vieValue}}</label>
|
||||
<label for="categorie">Etat Général : {{etat}}</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="div-sort-difficulte">
|
||||
<label for="categorie">Force du breuvage </label>
|
||||
<select name="forceAlcool" id="forceAlcool" data-dtype="number">
|
||||
{{#select forceAlcool}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Ajustement final : </label><label id="roll-param">10 / 0</label> <label name="addon-message" id="addon-message"></label>
|
||||
</div>
|
||||
|
||||
<div id="resolutionTable">
|
||||
</div>
|
||||
|
||||
</form>
|
@ -2,7 +2,7 @@
|
||||
<h2 class="compdialog" id="sort-dialog"></h2>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Rêve : {{selectedCarac.value}}</label>
|
||||
<label for="categorie">Rêve : {{vieValue}}</label>
|
||||
<label for="categorie">TMR : {{coord}} - {{coordLabel}}</label>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user