{{!-- Sheet Header --}}

{{!-- Character Summary --}}
  • {{ localize "SW5E.Proficiency" }} {{numberFormat data.attributes.prof decimals=0 sign=true}}
{{!-- Header Attributes --}}
  • {{ localize "SW5E.Health" }}

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

  • {{ localize "SW5E.ArmorClass" }}

    {{localize "SW5E.PowerDC"}} {{data.attributes.powerdc}}
  • {{ localize "SW5E.Movement" }}

    {{movement.primary}}
    {{movement.special}}
  • {{ localize "SW5E.Initiative" }}

    {{numberFormat data.attributes.init.total decimals=0 sign=true}}
    {{ localize "SW5E.Modifier" }}
{{!-- Character Sheet Navigation --}} {{!-- Character 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}}
{{!-- Body Attributes --}}
    {{#each resources as |res|}}
  • /
  • {{/each}}
{{!-- Counters --}}

{{ localize "SW5E.DeathSave" }}

{{ localize "SW5E.Exhaustion" }}

{{ localize "SW5E.Inspiration" }}

{{!-- Traits --}} {{> "systems/sw5e/templates/actors/oldActor/parts/actor-traits.html"}}
{{!-- Inventory Tab --}}
{{> "systems/sw5e/templates/actors/oldActor/parts/actor-inventory.html" sections=inventory}}
{{!-- 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}}
{{!-- Notes Tab --}}
{{> "systems/sw5e/templates/actors/oldActor/parts/actor-notes.html"}}