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

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

{{ localize "SW5E.ArmorClass" }}

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

{{ localize "SW5E.Health" }}

/

{{ localize "SW5E.Movement" }}

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

{{localize "SW5E.AbilityScores" }}

    {{#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 --}}

{{localize "SW5E.Skills"}}

    {{#each config.skills as |label s|}} {{#with (lookup ../data.skills s) as |skill|}}
  1. {{label}} {{skill.ability}} {{numberFormat skill.total decimals=0 sign=true}} {{!-- --}} {{!-- ({{skill.passive}}) --}}
  2. {{/with}} {{/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 Tabs --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-force-powerbook.html"}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-tech-powerbook.html"}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html"}}
{{!-- Biography Tab --}}

{{localize "SW5E.Biography"}}

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