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

10 lines
400 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">
2021-05-19 09:36:39 +02:00
<img class="icon-appel-moral small-button-container" src="/systems/foundryvtt-reve-de-dragon/icons/moral-neutre.svg">
</a>
2021-04-20 23:16:18 +02:00
<span class="tooltipAppelAuMoralText">Sans appel au moral</span>
</div>
</div>