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

X {{localize "TIDY5E.ItemCardsKeyHint"}}

{{localize "TIDY5E.ItemCardsMouseHint"}}

{{!-- Sheet Header --}}
{{!-- Death Saves --}}
{{ localize "DND5E.DeathSave" }}
{{!-- Portrait --}} {{!-- HP Overlay --}}
{{!-- Exhaustion --}}
{{data.attributes.exhaustion}}

{{ localize "DND5E.Exhaustion" }} {{ localize "DND5E.AbbreviationLevel" }} {{data.attributes.exhaustion}}

{{ localize "TIDY5E.Exhaustion0" }}

{{ localize "TIDY5E.Exhaustion1" }}

{{ localize "TIDY5E.Exhaustion2" }}

{{ localize "TIDY5E.Exhaustion3" }}

{{ localize "TIDY5E.Exhaustion4" }}

{{ localize "TIDY5E.Exhaustion5" }}

{{ localize "TIDY5E.Exhaustion6" }}

  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
{{!-- Inspiration --}}
{{ localize 'DND5E.Inspiration' }}
{{!-- Resting --}}
{{ localize 'TIDY5E.RestHint' }}
{{!-- Hit Dice --}}
{{ localize 'DND5E.HitDice' }}: {{data.attributes.hd}}/{{data.details.level}}
{{data.attributes.hd}}
{{!-- Hit Points --}}
/
{{!-- Hit Points --}}
{{!-- Character Details --}}

{{actor.name}}

{{ localize 'DND5E.AbbreviationLevel' }} {{data.details.level}}

{{#unless disableExperience}}
{{data.details.xp.max}}
{{/unless}}
{{!-- Player Name --}}
{{data.details.playerName}}
{{!-- Character Class List --}}
{{!-- Character Summary --}}
    • {{lookup config.actorSizes data.traits.size}}
        {{#each config.actorSizes as |label size|}}
      • {{label}}
      • {{/each}}
    {{data.details.race}} {{data.details.background}} {{data.details.alignment}}
  • {{ localize 'DND5E.Proficiency' }}: {{numberFormat data.attributes.prof decimals=0 sign=true}}
{{!-- 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}}
{{!-- PC Sheet Navigation --}} {{!-- PC Sheet Body --}}
{{!-- 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}}
{{!-- Traits --}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-traits.html"}}
{{!-- Resources --}}
    {{#each resources as |res|}}
  • {{ localize "TIDY5E.RestoreOnRest" }}

    /
  • {{/each}}
{{!-- Traits --}}
{{!-- Actions --}}
{{!-- Favorites --}}
{{!-- Inventory Tab --}}
{{#if actor.flags.tidy5e-sheet.inventory-grid}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-inventory-grid.html" sections=inventory}} {{else}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-inventory.html" sections=inventory}} {{/if}}
{{!-- Spellbook Tab --}}
{{#if actor.flags.tidy5e-sheet.spellbook-grid}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-spellbook-grid.html"}} {{else}} {{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-spellbook.html"}} {{/if}}
{{!-- Features Tab --}}
{{> "modules/tidy5e-sheet/templates/actors/parts/tidy5e-features.html" sections=features}}
{{!-- 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}}
{{ localize "DND5E.PersonalityTraits" }}
{{editor content=data.details.trait target="data.details.trait" button=true owner=owner editable=editable}}
{{ localize "DND5E.Ideals" }}
{{editor content=data.details.ideal target="data.details.ideal" button=true owner=owner editable=editable}}
{{ localize "DND5E.Bonds" }}
{{editor content=data.details.bond target="data.details.bond" button=true owner=owner editable=editable}}
{{ localize "DND5E.Flaws" }}
{{editor content=data.details.flaw target="data.details.flaw" button=true owner=owner editable=editable}}
{{ localize "DND5E.Appearance" }}
{{editor content=data.details.appearance target="data.details.appearance" button=true owner=owner editable=editable}}
{{ 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}}