{{#if identified}} {{#if item.system.traits}}
{{#if rarityLabel}} {{localize rarityLabel}} {{/if}} {{#each chatData.traits as |trait|}} {{localize trait.label}} {{/each}} {{#each chatData.properties as |property|}} {{localize property}} {{/each}}
{{/if}} {{#if item.price}}
{{localize "PF2E.LevelN" level=item.level}}
{{localize "PF2E.Item.Physical.PriceLabel" price=item.price.value}}
{{/if}} {{/if}}
{{{description}}} {{#if selfEffect}}

{{{selfEffect}}}

{{/if}}
{{#if (and identified isCreature)}}
{{#if chatData.save}} {{{chatData.save.label}}} {{/if}} {{#unless item.hasVariants}} {{#if chatData.isAttack}} {{/if}} {{#if chatData.hasDamage}} {{/if}} {{/unless}} {{#if (and (eq item.type "consumable") item.uses.max)}} {{/if}}
{{/if}} {{#if (and (eq item.type "condition") item.references)}}
{{#if item.parents.length}}

Applied From: {{#each item.parents as |parent|}} {{{parent.enrichedText}}} {{/each}}

{{/if}} {{#if item.children.length}}

Also Applied:{{#each item.children as |child|}} {{{child.enrichedText}}}{{/each}}

{{/if}} {{#if item.overrides.length}}

Overriding:{{#each item.overrides as |o|}} {{{o.enrichedText}}}{{/each}}

{{/if}} {{#if item.overriddenBy.length}}

Overridden by:{{#each item.overriddenBy as |o|}} {{{o.enrichedText}}}{{/each}}

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