{{effect.name}}

{{#if effect.appliedBy}}

{{localize "DAGGERHEART.UI.EffectsDisplay.appliedBy" by=effect.appliedBy}}

{{/if}}
{{#if effect.description}}
{{{effect.description}}}
{{else if effect.parent.system.description}}
{{{effect.parent.system.description}}}
{{/if}} {{#if effect.system.duration.type}}
{{localize "EFFECT.DURATION.Label"}}: {{localize (concat "DAGGERHEART.CONFIG.ActiveEffectDuration." effect.system.duration.type )}}
{{/if}} {{#if (and effect.system.stacking.enabled effect.system.stacking.max)}}
{{localize "Stacks"}}
{{localize "Current"}} {{effect.system.stacking.value}}
{{localize "Max"}} {{effect.system.stacking.max}}
{{/if}} {{#unless effect.isLockedCondition}}
{{#if effect.system.stacking.enabled}}

{{localize "DAGGERHEART.UI.EffectsDisplay.increaseStacks"}}

{{#if (gt effect.system.stacking.value 1)}}

{{localize "DAGGERHEART.UI.EffectsDisplay.decreaseStacks"}}

{{else}}

{{localize "DAGGERHEART.UI.EffectsDisplay.removeThing" thing=(localize "DAGGERHEART.GENERAL.Effect.single")}}

{{/if}} {{else}}

{{localize "DAGGERHEART.UI.EffectsDisplay.removeThing" thing=(localize "DAGGERHEART.GENERAL.Effect.single")}}

{{/if}}
{{/unless}}