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

{{!-- Character Summary --}}
  • {{lookup config.actorSizes data.traits.size}}
  • {{labels.type}}
{{!-- Header Attributes --}}
  • {{ localize "SW5E.Health" }}

    /
  • {{ localize "SW5E.ArmorClass" }}

    {{ localize "SW5E.Proficiency" }} {{numberFormat data.attributes.prof decimals=0 sign=true}}
  • {{ localize "SW5E.Movement" }}

    {{movement.primary}}
    {{movement.special}}
{{!-- NPC Sheet Navigation --}} {{!-- NPC Sheet Body --}}
{{!-- Ability Scores --}}
    {{#each data.abilities as |ability id|}}
  • {{ability.label}}

    {{numberFormat ability.mod decimals=0 sign=true}} {{{ability.icon}}} {{numberFormat ability.save decimals=0 sign=true}}
  • {{/each}}
{{!-- Skills --}}
    {{#each config.skills as |label s|}} {{#with (lookup ../data.skills s) as |skill|}}
  • {{{skill.icon}}}

    {{label}}

    {{skill.ability}} {{numberFormat skill.total decimals=0 sign=true}} ({{skill.passive}})
  • {{/with}} {{/each}}
{{!-- Legendary Actions --}}

{{ localize "SW5E.LegAct" }}

/

{{ localize "SW5E.LegRes" }}

/

{{ localize "SW5E.LairAct" }}

{{!-- Traits --}} {{> "systems/sw5e/templates/actors/oldActor/parts/actor-traits.html"}}
{{!-- Features Tab --}}
{{> "systems/sw5e/templates/actors/oldActor/parts/actor-features.html" sections=features}}
{{!-- Powerbook Tab --}}
{{> "systems/sw5e/templates/actors/oldActor/parts/actor-powerbook.html"}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/parts/active-effects.html"}}
{{!-- Biography Tab --}}
{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable rollData=rollData}}