{{actor.name}}
{{!-- Armor Class --}}
{{#with data.attributes.ac as |ac|}}
{{/with}}
{{#if hasShield}} {{!-- Shield --}}
/
{{data.attributes.shield.hp.max}}
{{/if}} {{!-- Hit Points --}}
{{#with data.attributes.hp as |hp|}} / {{/with}}
{{!-- Temp HP --}}
{{#if hp.thresholds}} {{!-- Troop Thresholds --}}
{{/if}} {{!-- INITIATIVE --}}
{{> (resolvePath "templates/actors/character/icons/d20.hbs")}} {{numberFormat data.initiative.totalModifier sign=true}}
{{!-- Resources and Mythic Points --}} {{#if specialResources}}
    {{#each specialResources as |resource|}}
  1. {{resource.label}} {{#if (eq resource.slug "mythic-points")}} {{#times resource.max as |idx|}} {{#if (gt resource.value idx)}} {{else}} {{/if}} {{/times}} {{else}} / {{resource.max}} {{/if}}
  2. {{/each}}
{{/if}} {{!-- IWR --}}
{{localize "PF2E.ImmunitiesLabel"}} {{#if editable}}
{{/if}}
{{localize "PF2E.WeaknessesLabel"}} {{#if editable}}
{{/if}}
{{localize "PF2E.ResistancesLabel"}} {{#if editable}}
{{/if}}
{{!--SAVES --}}
{{!-- SPEEDS --}}
{{#if editable}}
{{/if}}