foundryvtt-reve-de-dragon/templates/dialog-roll-ethylisme.html

20 lines
760 B
HTML

<form class="rdd-roll-dialog">
<h2>Boire</h2>
<img class="chat-icon" src="systems/foundryvtt-reve-de-dragon/icons/objets/chope_gres.webp" alt="Chope d'alcool"/>
<div class="grid grid-2col">
<label>Vie</label><label class="flexrow"> {{vie}}</label>
<label>Etat général</label><label class="flexrow">{{etat}}</label>
<label>Déjà bu</label><label class="flexrow">{{diffNbDoses}}</label>
<label>Force du breuvage</label>
<select class="force-alcool" data-dtype="number">
{{#select forceAlcool}}
{{#each ajustementsForce as |key|}}
<option value={{key}}>{{key}}</option>
{{/each}}
{{/select}}
</select>
<label>Ajustement final</label><label class="roll-ethylisme">10 / 0</label>
</div>
</form>