daggerheart/templates/ui/chat/foundryRoll.hbs
Dapoulp f62e51c4f6
Fix/857 generic roll buttons (#866)
* Action Macro working again

* Remove buttons from generic roll for non-gm
2025-08-12 16:47:59 +02:00

14 lines
No EOL
574 B
Handlebars

<div class="dice-roll" data-action="expandRoll">
{{#if flavor}}
<div class="dice-flavor">{{flavor}}</div>
{{/if}}
<div class="dice-result">
<div class="dice-formula">{{formula}}</div>
{{{tooltip}}}
<h4 class="dice-total">{{total}}</h4>
</div>
</div>
<div class="roll-buttons apply-buttons">
<button class="simple-roll-button">{{localize "DAGGERHEART.UI.Chat.damageRoll.dealDamage"}}</button>
<button class="simple-roll-button" data-type="healing">{{localize "DAGGERHEART.UI.Chat.healingRoll.applyHealing"}}</button>
</div>