foundryvtt-reve-de-dragon/templates/dialog-roll-resolution.html
Vincent Vandemeulebrouck d376ba1c26 Ajout partial-select-carac
2021-04-21 00:59:45 +02:00

17 lines
535 B
HTML

<form class="resolution-roll-dialog">
<div class="grid grid-4col">
<div class="flexrow">
<label>Caractéristique</label>
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-select-carac.html"}}
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffLibre.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
<button id="lancer" type="button">Lancer les dés</button>
</div>
<div id="tableResolution">
</div>
<div id="tableProbaReussite">
</div>
</form>