{{actor.name}}
{{> detailItem item=ancestry type="ancestry" compendium="pf2e.ancestries" }}
{{> detailItem item=heritage type="heritage" compendium="pf2e.heritages" }}
{{> detailItem item=background type="background" compendium="pf2e.backgrounds" }}
{{> detailItem item=class type="class" compendium="pf2e.classes" }}
{{> detailItem item=deity type="deity" compendium="pf2e.deities" }}
{{#if deity}} {{deity.name}} {{/if}}


{{localize "PF2E.Speed"}}

{{data.attributes.speed.total}} {{localize "PF2E.TravelSpeed.FeetAcronym"}}

{{localize "PF2E.Size"}}

{{localize (lookup actorSizes data.traits.size.value)}}

{{localize "PF2E.SpeedTypes"}}
    {{#each data.attributes.speed.otherSpeeds as |speed|}}
  1. {{speed.label}} ({{speed.total}})
  2. {{/each}} {{#if @root.options.editable}}
  3. {{> "systems/pf2e/templates/actors/character/icons/plus.hbs"}}
  4. {{/if}}
{{localize "PF2E.Senses"}}
    {{#each data.traits.senses as |sense slug|}} {{#if sense.label}}
  1. {{sense.label}}
  2. {{/if}} {{/each}} {{#if @root.options.editable}}
  3. {{> "systems/pf2e/templates/actors/character/icons/plus.hbs"}}
  4. {{/if}}
{{localize "PF2E.Languages"}}
{{localize "PF2E.Traits"}}
{{localize "PF2E.Actor.Creature.AttributeModifiers"}}
    {{#each data.abilities as |attribute abbrev|}}
  1. {{#if (eq ../data.details.keyability.value abbrev)}} {{/if}} {{localize (concat "PF2E.AbilityId." abbrev)}} {{#if (eq ../data.build.attributes.apex abbrev)}} {{else if (and ../editable (includes ../apexAttributeOptions abbrev))}} {{/if}}

    {{numberFormat attribute.mod decimals=0 sign=true}}

    {{localize attribute.label}}
  2. {{/each}}
{{#*inline "detailItem"}} {{localize (concat "TYPES.Item." type)}}

{{item.name}} {{#if @root.options.editable}} {{#if item}} {{else}} {{/if}} {{/if}}

{{/inline}}