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

22 lines
954 B
HTML
Raw Normal View History

2020-06-22 10:18:03 +02:00
<form class="skill-roll-dialog">
2021-04-20 23:16:18 +02:00
<h2 class="dialog-roll-title"></h2>
2021-04-20 23:29:20 +02:00
<div class="grid grid-2col">
<div class="flex-group-left">
<div class="flexrow">
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-competences.html"}}
2021-04-20 23:29:20 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-surenc.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-enctotal.html"}}
</div>
2021-04-20 23:29:20 +02:00
<div class="flex-group-left">
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffLibre.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.html"}}
2021-04-20 23:29:20 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
<div class="placeholder-ajustements" class="flexrow"></div>
2021-04-20 23:29:20 +02:00
</div>
</div>
<div class="placeholder-resolution"></div>
2020-06-22 10:18:03 +02:00
</form>