mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
* Initial rolls working * Fixed reroll * more * More work * Added results section * . * Visual improvements * . * Removed traces of old TagTeamRoll * Added initiator handling * Added updating for other players * Fixed sync start * Completed finish method * Damage reroll * Fixed localization * Fixed crit damage * Fixes * Added visual of advantage and disadvantage dice
11 lines
No EOL
561 B
Handlebars
11 lines
No EOL
561 B
Handlebars
<header class="dialog-header">
|
|
<div class="dialog-header-inner">
|
|
<h1>{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}</h1>
|
|
{{#if showReaction}}
|
|
<div class="reaction-chip {{#if reactionOverride}}selected{{/if}}" data-action="toggleReaction">
|
|
<span><i class="{{ifThen reactionOverride "fa-solid" "fa-regular"}} fa-circle"></i></span>
|
|
<span class="label">{{localize "DAGGERHEART.GENERAL.reactionRoll"}}</span>
|
|
</div>
|
|
{{/if}}
|
|
</div>
|
|
</header> |