{{!-- Item Info Card --}}

X {{localize "TIDY5E.ItemCardsKeyHint"}}

{{localize "TIDY5E.ItemCardsMouseHint"}}

{{!-- NPC Sheet Header --}}
{{!-- Portrait --}} {{!-- HP Overlay --}}
{{!-- Resting --}}
{{ localize 'TIDY5E.RestHint' }}
{{!-- Hit Points --}}
/
{{!-- Temp Hit Points --}}
{{!-- Character Details --}}

{{actor.name}}

{{data.details.xp.value}} XP
{{ localize "DND5E.AbbreviationCR" }} {{labels.cr}}
{{!-- Character Summary --}} {{!-- Character Movement --}}
  • {{ localize 'DND5E.Speed' }}

  • {{#if movement.primary}}
  • {{movement.primary}}
  • {{/if}} {{#if movement.special}}
  • {{movement.special}}
  • {{/if}}
{{!-- Header Attributes --}}
  • Ini

    {{numberFormat data.attributes.init.total decimals=0 sign=true}}
{{!-- Ability Scores --}}
    {{#each data.abilities as |ability id|}}
  • {{ability.abbr}}

    {{ localize 'TIDY5E.AbbrMod' }} {{ localize 'TIDY5E.AbbrSavingThrow' }}
  • {{/each}}
{{!-- NPC Sheet Navigation --}} {{!-- NPC Sheet Body --}}
{{!-- Skills --}}
    {{#each data.skills as |skill s|}}
  • {{{skill.icon}}}

    {{skill.label}}

    {{skill.ability}} {{numberFormat skill.total decimals=0 sign=true}} ({{skill.passive}})
  • {{/each}}
  • {{ localize "DND5E.NotProficient" }}
{{!-- Traits --}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-traits.html"}}
{{!-- Legendary Actions --}}

{{ localize "DND5E.LegAct" }}

/

{{ localize "DND5E.LegRes" }}

/

{{ localize "DND5E.LairAct" }}

{{!-- Alternative Trait Position --}}
{{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-features.html" sections=features}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-npc-spellbook.html"}}
{{!-- Effects Tab --}}
{{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-effects.html"}}
{{!-- Biography Tab --}}
  • {{ localize "TIDY5E.Gender" }}:{{data.details.gender}}
  • {{ localize "TIDY5E.Age" }}:{{data.details.age}}
  • {{ localize "TIDY5E.Height" }}:{{data.details.height}}
  • {{ localize "TIDY5E.Weight" }}:{{data.details.weight}}
  • {{ localize "TIDY5E.Eyes" }}:{{data.details.eyes}}
  • {{ localize "TIDY5E.Skin" }}:{{data.details.skin}}
  • {{ localize "TIDY5E.Hair" }}:{{data.details.hair}}
{{#if actor.flags.tidy5e-sheet.showNpcPersonalityInfo}}{{else}}{{/if}}
{{ localize "DND5E.Background" }}/{{ localize "DND5E.Biography" }}
{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
{{!-- Journal Tab --}}
{{editor content=data.details.notes1.value target="data.details.notes1.value" button=true owner=owner editable=editable}}
{{editor content=data.details.notes2.value target="data.details.notes2.value" button=true owner=owner editable=editable}}
{{editor content=data.details.notes3.value target="data.details.notes3.value" button=true owner=owner editable=editable}}
{{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable}}
{{ localize 'TIDY5E.JournalEntries' }}
{{editor content=data.details.notes.value target="data.details.notes.value" button=true owner=owner editable=editable}}