foundryvtt-reve-de-dragon/templates/partial-roll-moral.html

10 lines
326 B
HTML
Raw Normal View History

2021-04-20 23:16:18 +02:00
<div class="flexrow">
<label class="diffMoral">Moral: {{#if (gt moral 0)}}+{{/if}}{{moral}}</label>
<div class="tooltipAppelAuMoral divAppelAuMoral">
<a class="appel-moral">
<i class="far fa-meh icon-appel-moral"></i>
</a>
2021-04-20 23:16:18 +02:00
<span class="tooltipAppelAuMoralText">Sans appel au moral</span>
</div>
</div>