{{title}}

{{#if hasSelectedEffects}}
{{localize "DAGGERHEART.GENERAL.Effect.plural"}} {{#each selectedEffects as |effect id|}}
{{effect.name}}
{{/each}}
{{/if}} {{#each @root.formula}}
{{localize "DAGGERHEART.GENERAL.formula"}}: {{roll.formula}} {{#with (lookup @root.config.GENERAL.healingTypes applyTo)}} {{localize label}} {{/with}} {{#unless @root.hasHealing}} {{#if damageTypes}} {{#each damageTypes as | type | }} {{#with (lookup @root.config.GENERAL.damageTypes type)}} {{/with}} {{/each}} {{/if}} {{/unless}}
{{/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}}