{{#if canDragToken}}
{{/if}} {{#if linkedActor}}
{{else}}
{{/if}} {{#if isToken}}
{{/if}}
{{actor.mov}}
/{{actor.build}}
{{#if data.system.attribs.armor.localized}}
{{#each data.system.attribs.armor.locations as |location|}}
{{location.name}}
{{/each}}
{{#each data.system.attribs.armor.locations as |location|}}
{{location.value}}
{{/each}}
{{else}}
{{data.system.attribs.armor.value}}
{{/if}}
{{#each properties as |property|}} {{ property }} {{/each}}
{{#if expanded}} {{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Details Tab --}}
{{#if data.system.attribs.armor.localized}}
{{/if}}
{{#if data.system.attribs.armor.localized}} {{#each data.system.attribs.armor.locations as |location i|}}
{{/each}} {{else}}
{{/if}}
{{!-- GM Notes Tab --}}
{{editor enrichedDescriptionNotes target="system.description.notes" engine="prosemirror" button=true owner=owner editable=editable}}
{{/if}}