4

{{#if (or document.system.needsCharacterSetup document.system.levelData.canLevelUp)}} {{/if}} {{localize 'DAGGERHEART.Sheets.PC.Level'}}

{{#if document.system.class.value}} {{document.system.class.value.name}} {{else}} {{localize 'TYPES.Item.class'}} {{/if}} {{#if document.system.class.subclass}} {{document.system.class.subclass.name}} {{else}} {{localize 'TYPES.Item.subclass'}} {{/if}} {{#if document.system.community}} {{document.system.community.name}} {{else}} {{localize 'TYPES.Item.community'}} {{/if}} {{#if document.system.ancestry}} {{document.system.ancestry.name}} {{else}} {{localize 'TYPES.Item.ancestry'}} {{/if}}
{{#if document.system.multiclass.value}}
{{#if document.system.multiclass.value}} {{document.system.multiclass.value.name}} {{else}} {{localize 'DAGGERHEART.Sheets.PC.Heritage.Multiclass'}} {{/if}} {{#if document.system.multiclass.subclass}} {{document.system.multiclass.subclass.name}} {{else}} {{localize 'TYPES.Item.subclass'}} {{/if}}
{{/if}}

{{localize "DAGGERHEART.General.Hope"}}

{{#times document.system.resources.hope.max}} {{#if (gte ../document.system.resources.hope.value (add this 1))}} {{else}} {{/if}} {{/times}}

{{localize "DAGGERHEART.Sheets.PC.Health.Minor"}}

{{document.system.damageThresholds.major}}

{{localize "DAGGERHEART.Sheets.PC.Health.Major"}}

{{document.system.damageThresholds.severe}}

{{localize "DAGGERHEART.Sheets.PC.Health.Severe"}}

{{#each this.attributes as |attribute key|}}
{{localize (concat 'DAGGERHEART.Abilities.' key '.short')}} {{#if attribute.tierMarked}} {{else}} {{/if}}
{{#if (gt attribute.total 0)}} +{{attribute.total}} {{else}} {{attribute.total}} {{/if}}
{{/each}}
{{> 'systems/daggerheart/templates/sheets/global/tabs/tab-navigation.hbs'}}