{{!-- NPC Sheet Header --}}

{{ localize "SW5E.AbbreviationCR" }}
{{data.details.xp.value}} XP
{{lookup config.actorSizes data.traits.size}}
{{!-- ARMOR CLASS --}}

{{ localize "SW5E.ArmorClass" }}

{{ localize "SW5E.Proficiency" }} {{numberFormat data.attributes.prof decimals=0 sign=true}}
{{!-- HIT POINTS --}}

Hit Points

{{ localize "SW5E.Health" }}

/

{{ localize "SW5E.Movement" }}

{{movement.primary}}
{{movement.special}}
{{!-- NPC Sheet Navigation --}} {{!-- NPC Sheet Body --}}
{{!-- Ability Scores --}}

Ability Scores

    {{#each data.abilities as |ability id|}}
  1. {{ability.label}}

    {{numberFormat ability.mod decimals=0 sign=true}} {{numberFormat ability.save decimals=0 sign=true}}
  2. {{/each}}
{{!-- Skills --}}

Skills

    {{#each data.skills as |skill s|}}
  1. {{skill.label}} {{skill.ability}} {{numberFormat skill.total decimals=0 sign=true}} {{!-- --}} {{!-- ({{skill.passive}}) --}}
  2. {{/each}}
{{!-- Legendary Actions --}}
{{ localize "SW5E.LegAct" }}
/
{{ localize "SW5E.LegRes" }}
/
{{ localize "SW5E.LairAct" }}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-traits.html"}}
{{!-- Features Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-features.html" sections=features}}
{{!-- Powerbook Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-powerbook.html"}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html"}}
{{!-- Biography Tab --}}

Biography

{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}