{{!-- Sheet Header --}}
{{> "dnd5e.actor-warnings"}}

{{!-- Character Summary --}}
  • {{#if labels.background}} {{labels.background}} {{else}} {{/if}}
  • {{ localize "DND5E.Proficiency" }} {{labels.proficiency}}
{{!-- Header Attributes --}}
  • {{localize "DND5E.HitPoints"}}

    / {{hp.max}}
  • {{ localize "DND5E.HitDice" }}

  • {{ localize "DND5E.ArmorClass" }}

    {{system.attributes.ac.value}}
    {{localize "DND5E.SpellDC"}} {{system.attributes.spelldc}}
  • {{ localize "DND5E.Movement" }}

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

    {{numberFormat system.attributes.init.total decimals=0 sign=true}}
{{!-- Character Sheet Navigation --}} {{!-- Character Sheet Body --}}
{{!-- Ability Scores --}}
    {{#each 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 |obj s|}} {{#with (lookup ../skills s) as |skill|}}
  • {{{skill.icon}}}

    {{skill.label}}

    {{skill.abbreviation}} {{numberFormat skill.total decimals=0 sign=true}} ({{skill.passive}})
  • {{/with}} {{/each}}
{{!-- Body Attributes --}}
    {{#each resources as |res|}}
  • /
  • {{/each}}
{{!-- Counters --}}

{{ localize "DND5E.DeathSave" }}

{{ localize "DND5E.Exhaustion" }}

{{ localize "DND5E.Inspiration" }}

{{!-- Traits --}} {{> "dnd5e.actor-traits"}}
{{!-- Inventory Tab --}}
{{> "dnd5e.actor-inventory" sections=inventory}}
{{!-- Features Tab --}}
{{> "dnd5e.actor-features" sections=features}}
{{!-- Spellbook Tab --}}
{{> "dnd5e.actor-spellbook"}}
{{!-- Effects Tab --}}
{{> "dnd5e.active-effects"}}
{{!-- Biography Tab --}}
{{editor biographyHTML target="system.details.biography.value" button=true editable=editable engine="prosemirror" collaborate=false}}