{{effect.name}} {{#if (or (ne effect.type "condition") (eq effect.slug "persistent-damage"))}} {{/if}}

{{#if (or (eq effect.type "effect") effect.breakdown)}}
{{#if (and effect.system.duration.sustained (not effect.system.expired))}}
{{localize "PF2E.Item.Spell.Sustained.Label"}}
{{/if}} {{#unless effect.isIdentified}}
{{localize "PF2E.EffectPanel.Unidentified"}}
{{/unless}} {{#if effect.breakdown}}
{{effect.breakdown}}
{{/if}} {{#if remaining}}
{{remaining}}
{{/if}}
{{/if}} {{#if (eq effect.slug "persistent-damage")}} {{localize "PF2E.Item.Condition.PersistentDamage.AssistedRecovery"}} {{/if}}
{{#if (nor effect.isLocked effect.inMemoryOnly)}} {{#if (eq effect.badge.type "formula")}}
{{localize "PF2E.EffectPanel.RollDamageToolTip"}}
{{/if}} {{#if (eq effect.badge.type "counter")}}
{{localize "PF2E.EffectPanel.IncrementToolTip"}}
{{localize "PF2E.EffectPanel.DecrementToolTip"}}
{{else}}
{{localize "PF2E.EffectPanel.RemoveToolTip"}}
{{/if}} {{/if}}
{{{description}}}