{{localize "DAGGERHEART.GENERAL.Effect.plural"}}
{{#each effects}}

{{this.name}}

{{{this.description}}}
{{/each}}
{{#if targets}}
{{localize "DAGGERHEART.UI.Chat.appliedTo"}}
{{#each targets}}

{{this.token.name}}

{{#if this.conditionImmunities}} {{this.conditionImmunities}} {{/if}}
{{/each}}
{{/if}}