From a98e1cef909f1b9825b8e5b8f276911c38e492bd Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 18 Jul 2026 22:29:07 +0200 Subject: [PATCH] Improved DamageDialog --- .../dialogs/dice-roll/damageSelection.hbs | 39 +++++++++---------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/templates/dialogs/dice-roll/damageSelection.hbs b/templates/dialogs/dice-roll/damageSelection.hbs index 1f03ea07..e865ebe6 100644 --- a/templates/dialogs/dice-roll/damageSelection.hbs +++ b/templates/dialogs/dice-roll/damageSelection.hbs @@ -16,6 +16,23 @@ {{/if}} + {{#if damageOptions.groupAttack}} +
+ {{localize "DAGGERHEART.ACTIONS.Settings.groupAttack.label"}} + +
+ + +
+ + +
+
+
+ {{/if}} + {{#if @root.damageFormula}} {{#with @root.damageFormula}}
@@ -41,10 +58,6 @@ {{/with}} {{/if}} - {{#unless (empty @root.resourceFormulas)}} -
{{localize "Resource Drain"}}
- {{/unless}} - {{#each @root.resourceFormulas}}
{{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}} @@ -59,23 +72,6 @@
{{/each}} - {{#if damageOptions.groupAttack}} -
- {{localize "DAGGERHEART.ACTIONS.Settings.groupAttack.label"}} - -
- - -
- - -
-
-
- {{/if}} - {{#unless (empty @root.modifiers)}}
{{localize "DAGGERHEART.GENERAL.Modifier.plural"}} @@ -92,6 +88,7 @@ {{/each}}
{{/unless}} +
{{#if directDamage}}