daggerheart/templates/dialogs/dice-roll/resourceDice.hbs
2025-07-13 13:18:49 +02:00

10 lines
No EOL
487 B
Handlebars

<div>
<div class="reroll-confirmation">
<div>{{localize 'DAGGERHEART.APPLICATIONS.ResourceDice.rerollRecoveryInfo' name=name recovery=recovery }}</div>
<div>{{localize 'DAGGERHEART.APPLICATIONS.ResourceDice.rerollConfirmation' name=name }}</div>
</div>
<footer>
<button data-action="close">{{localize 'No'}}</button>
<button data-action="rerollDice">{{localize "DAGGERHEART.APPLICATIONS.ResourceDice.rerollDice"}}</button>
</footer>
</div>