{{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 effect.system.stacking.enabled}}
{{localize "Stacks"}}
{{localize "Current"}} {{effect.system.stacking.value}}
{{#if effect.system.stacking.max}}
{{localize "Max"}} {{effect.system.stacking.max}}
{{/if}}
{{/if}} {{#unless effect.isLockedCondition}}
{{#if effect.system.stacking.enabled}}

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

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

{{else}}

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

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