{{localize "Effects"}} {{localize "DAGGERHEART.Sheets.Feature.effects.addEffect"}}
{{#each this.document.system.effects as |effect key|}}
{{localize (concat 'DAGGERHEART.Effects.Types.' effect.type '.Name')}} {{#if effect.applyLocationChoices}} {{localize "DAGGERHEART.Sheets.Feature.effects.applyLocation"}} {{/if}} {{#if (eq effect.valueType ../this.effectConfig.valueTypes.numberString.id)}} {{#if (eq effect.type ../this.effectConfig.effectTypes.damage.id) }} {{localize "DAGGERHEART.Sheets.Feature.effects.value"}} {{localize "DAGGERHEART.Sheets.Feature.effects.initiallySelected"}} {{localize "DAGGERHEART.Sheets.Feature.effects.hopeIncrease"}} {{else}} {{localize "DAGGERHEART.Sheets.Feature.effects.value"}} {{/if}} {{/if}} {{#if (eq effect.valueType ../this.effectConfig.valueTypes.select.id)}} {{localize effect.valueData.fromValue}} {{localize effect.valueData.name}} {{/if}}
{{/each}}