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

13 lines
542 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 class="lancer-table-resolution" type="button">Lancer les dés</button>
</div>
<div class="placeholder-resolution"></div>
</form>