diff --git a/styles/less/dialog/damage-selection/sheet.less b/styles/less/dialog/damage-selection/sheet.less
index 9f8cfc8a..cb2c14e5 100644
--- a/styles/less/dialog/damage-selection/sheet.less
+++ b/styles/less/dialog/damage-selection/sheet.less
@@ -17,6 +17,12 @@
}
}
+ .section-header {
+ font-size: var(--font-size-20);
+ color: light-dark(@dark, @beige);
+ text-align: center;
+ }
+
.bonuses {
gap: 4px;
.critical-chip {
diff --git a/templates/dialogs/dice-roll/damageSelection.hbs b/templates/dialogs/dice-roll/damageSelection.hbs
index b12b78cb..117df634 100644
--- a/templates/dialogs/dice-roll/damageSelection.hbs
+++ b/templates/dialogs/dice-roll/damageSelection.hbs
@@ -15,14 +15,53 @@
{{/each}}
{{/if}}
-
+
{{#if @root.damageFormula}}
- {{> formula @root.damageFormula path="damageFormula"}}
+ {{#with @root.damageFormula}}
+
+ {{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}}
+
+ {{#with (lookup @root.config.GENERAL.healingTypes applyTo)}}
+ {{localize label}}
+ {{/with}}
+ {{#if damageTypes}}
+ {{#each damageTypes as | type | }}
+ {{#with (lookup @root.config.GENERAL.damageTypes type)}}
+
+ {{/with}}
+ {{/each}}
+ {{/if}}
+
+
+
+
+
+
+ {{/with}}
{{/if}}
- {{#each @root.resourceFormulas}}
- {{> formula path=(concat "resourceFormulas." @key)}}
- {{/each}}
+
+ {{#unless (empty @root.resourceFormulas)}}
+
+ {{/unless}}
+
+ {{#each @root.resourceFormulas}}
+
+ {{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}}
+
+ {{#with (lookup @root.config.GENERAL.healingTypes applyTo)}}
+ {{localize label}}
+ {{/with}}
+
+
+
+
+
+ {{/each}}
+
{{#if damageOptions.groupAttack}}