{{!-- HEALTH --}}

{{localize "PF2E.HitPointsHeader"}}

{{localize "PF2E.MaxHitPointsShortLabel"}}

{{~data.attributes.hp.max~}} {{~#if data.attributes.hp.unrecoverable~}} * {{~/if~}}

{{> (resolvePath "templates/actors/character/icons/d20.hbs")}} {{localize "PF2E.condition.dying.name"}} {{> (resolvePath "templates/actors/partials/dying-pips.hbs")}} {{localize "PF2E.condition.wounded.name"}} {{#times data.attributes.wounded.value}}{{/times}} {{#times dying.remainingWounded}}{{/times}}
{{#with data.attributes.hp}} {{> (resolvePath "templates/actors/partials/modifiers-tooltip.hbs") title="PF2E.HitPointsHeader"}} {{/with}} {{!-- STAMINA (if enabled) --}} {{#if hasStamina}}

{{localize "PF2E.StaminaPointsHeader"}}

  1. /
  2. /
{{/if}} {{!-- ARMOR CLASS --}}

{{localize "PF2E.ArmorClassLabel"}}

{{data.attributes.ac.value}}

{{localize "PF2E.ArmorClassShortLabel"}}
{{#if data.attributes.shield.hp.max}} {{else}} {{/if}}
{{#if data.attributes.shield.hp.max}}
{{/if}}
{{#if data.attributes.shield.hp.max}}{{data.attributes.shield.hp.max}}{{else}}—{{/if}}
{{#if data.attributes.shield.destroyed}} {{localize "PF2E.Item.Physical.Destroyed"}} {{else}} {{localize "PF2E.Item.Physical.Broken"}} {{#if data.attributes.shield.broken}}{{else}}{{/if}} {{/if}}
{{#with data.attributes.ac}} {{> (resolvePath "templates/actors/partials/modifiers-tooltip.hbs") title="PF2E.ArmorClassLabel"}} {{/with}} {{#if specialResources}}

{{localize "PF2E.Actor.Resources"}}

    {{#each specialResources as |resource|}}
  1. {{resource.label}} / {{resource.max}}
  2. {{/each}}
{{/if}} {{!-- Perception --}}

{{localize "PF2E.PerceptionHeader"}}

{{> (resolvePath "templates/actors/character/icons/d20.hbs")}} {{numberFormat data.perception.value decimals=0 sign=true}} {{lookup @root.numberToRank data.perception.rank}}
{{#if senses.length}}
    {{#each senses as |sense slug|}} {{#if sense.label}}
  1. {{sense.label}}
  2. {{/if}} {{/each}}
{{/if}}
{{#with data.perception}} {{> (resolvePath "templates/actors/partials/modifiers-tooltip.hbs") title="PF2E.PerceptionHeader"}} {{/with}} {{!-- Initiative --}}

{{localize "PF2E.InitiativeLabel"}}

{{> (resolvePath "templates/actors/character/icons/d20.hbs")}} {{numberFormat data.initiative.totalModifier decimals=0 sign=true}}
{{#with data.initiative}} {{> (resolvePath "templates/actors/partials/modifiers-tooltip.hbs") title=label}} {{/with}} {{!-- Saves --}}

{{localize "PF2E.SavesHeader"}}

{{!-- Immunities --}}

{{localize "PF2E.ImmunitiesLabel"}}

{{#if editable}}
    {{#each data.attributes.immunities as |immunity|}}
  1. {{immunity.label}}
  2. {{/each}}
{{!-- Weaknesses --}}

{{localize "PF2E.WeaknessesLabel"}}

{{#if editable}} {{/if}}
    {{#each data.attributes.weaknesses as |weakness|}}
  1. {{weakness.label}}
  2. {{/each}}
{{!-- Resistances --}}

{{localize "PF2E.ResistancesLabel"}}

{{#if editable}} {{/if}}
    {{#each data.attributes.resistances as |resistance|}}
  1. {{resistance.label}}
  2. {{/each}}