{{title}}

{{#if hasSelectedEffects}}
{{localize "DAGGERHEART.GENERAL.Effect.plural"}} {{#each selectedEffects as |effect id|}}
{{effect.name}}
{{/each}}
{{/if}} {{#if damageOptions.groupAttack}}
{{localize "DAGGERHEART.ACTIONS.Settings.groupAttack.label"}}
{{/if}} {{#if @root.damageFormula}} {{#with @root.damageFormula}}
{{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}} {{localize "DAGGERHEART.GENERAL.damage"}} {{#if damageTypes}} {{#each damageTypes as | type | }} {{#with (lookup @root.config.GENERAL.damageTypes type)}} {{/with}} {{/each}} {{/if}}
{{/with}} {{/if}} {{#each @root.resourceFormulas}}
{{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}} {{#with (lookup @root.config.GENERAL.healingTypes applyTo)}} {{localize label}} {{/with}}
{{/each}} {{#unless (empty @root.modifiers)}}
{{localize "DAGGERHEART.GENERAL.Modifier.plural"}} {{#each @root.modifiers}} {{ localize label }} {{#if (hasProperty this "values")}} {{/if}} {{#if (hasProperty this "enabled")}} {{/if}} {{/each}}
{{/unless}}
{{#if directDamage}} {{/if}}