mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added a toggle in D20RollDialog for ReactionRolls * DualityRollEnrichment can now use reaction * Added flavor for DualityRollEnrichment
10 lines
No EOL
456 B
Handlebars
10 lines
No EOL
456 B
Handlebars
<header class="dialog-header">
|
|
<h1>
|
|
{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}
|
|
{{#if showReaction}}
|
|
<button class="reaction-roll-controller {{#if reactionOverride}}active{{/if}}" data-action="toggleReaction" data-tooltip-text="{{localize "DAGGERHEART.GENERAL.reactionRoll"}}">
|
|
<i class="fa-solid fa-reply"></i>
|
|
</button>
|
|
{{/if}}
|
|
</h1>
|
|
</header> |