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

{{!-- Character Summary --}}
  • {{lookup config.actorSizes system.traits.size}}
  • {{labels.type}}
{{!-- Header Attributes --}}
  • {{ localize "DND5E.HitPoints" }}

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

    {{system.attributes.ac.value}}
    {{labels.armorType}}
  • {{ localize "DND5E.Movement" }}

    {{movement.primary}}
    {{movement.special}}
{{!-- NPC Sheet Navigation --}} {{!-- NPC 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}}
{{!-- Legendary Actions --}}

{{ localize "DND5E.LegAct" }}

/ {{numberInput system.resources.legact.max name="system.resources.legact.max" min=0 step=1 placeholder=0}}

{{ localize "DND5E.LegRes" }}

/ {{numberInput system.resources.legres.max name="system.resources.legres.max" min=0 step=1 placeholder=0}}

{{ localize "DND5E.LairAct" }}

{{!-- Traits --}} {{> "dnd5e.actor-traits"}}
{{!-- 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}}