{{!-- ITEM SHEET HEADER --}}
{{!-- Source image in case of change during data preparation --}}
{{!-- Likewise with source name --}} {{#if item.actionCost~}} {{{actionGlyph item.actionCost}}} {{~else if item.actionGlyph~}} {{item.actionGlyph}} {{~/if}} {{#if itemType}} {{#if adjustedLevelHint}}{{/if}} {{itemType}} {{/if}} {{#if showTraits}} {{else if rarity}}
{{/if}}
{{!-- ITEM SHEET CONTENT --}}
{{!-- ITEM SHEET SIDEBAR --}} {{#if sidebarTemplate}} {{/if}} {{!-- ITEM SHEET BODY --}}
{{!-- Item Description --}}
{{#if user.isGM}}
{{editor enrichedContent.gmNotes target="system.description.gm" button=true owner=owner editable=editable engine="prosemirror"}}
{{/if}}
{{#if (not isVariant)}} {{editor enrichedContent.description target="system.description.value" button=true owner=owner editable=editable engine="prosemirror"}} {{else}}
{{{enrichedContent.description}}}
{{/if}}
{{> (lookup . "detailsTemplate")}}
{{localize "PF2E.Publication.Label"}}
{{> (resolvePath "templates/partials/publication-data.hbs") path="system.publication" data=data.publication}}
{{#if (and isPhysical user.isGM)}} {{> (resolvePath "templates/items/mystify-panel.hbs")}} {{/if}} {{#if (not isVariant)}}
{{!-- Use ~ so that text areas don't add further indentation --}} {{~> (resolvePath "templates/items/rules-panel.hbs") item=item}}
{{/if}}