{{document.name}} {{#if document.system.class.subclass.system.spellcastingTrait}}
{{localize "DAGGERHEART.ITEMS.Subclass.spellcastingTrait"}}: {{localize (concat 'DAGGERHEART.CONFIG.Traits.' document.system.class.subclass.system.spellcastingTrait '.short')}}
{{/if}}
{{> "systems/daggerheart/templates/sheets/global/partials/resource-bar.hbs" resource=resources.hitPoints label="DAGGERHEART.GENERAL.HitPoints.short" key="system.resources.hitPoints.value" action="toggleHitPoints" }} {{> "systems/daggerheart/templates/sheets/global/partials/resource-bar.hbs" resource=resources.stress label="DAGGERHEART.GENERAL.stress" key="system.resources.stress.value" action="toggleStress" }}

{{document.system.evasion}}

{{localize "DAGGERHEART.GENERAL.evasion"}}

{{#if document.system.armor.system.marks}}
{{#if useResourcePips}}
{{#times document.system.armorScore}} {{#if (gte ../document.system.armor.system.marks.value (add this 1))}} {{else}} {{/if}} {{/times}}
{{localize "DAGGERHEART.GENERAL.armorSlots"}} {{document.system.armor.system.marks.value}} / {{document.system.armorScore}}
{{else}}
/ {{document.system.armorScore}}

{{localize "DAGGERHEART.GENERAL.armorSlots"}}

{{/if}}
{{else}}

-

{{localize "DAGGERHEART.GENERAL.armorSlots"}}

{{/if}}

{{document.system.proficiency}}

{{localize "DAGGERHEART.GENERAL.proficiency"}}

{{localize "DAGGERHEART.GENERAL.DamageThresholds.minor"}}

{{document.system.damageThresholds.major}}

{{localize "DAGGERHEART.GENERAL.DamageThresholds.major"}}

{{document.system.damageThresholds.severe}}

{{localize "DAGGERHEART.GENERAL.DamageThresholds.severe"}}

{{localize "DAGGERHEART.GENERAL.equipment"}}

    {{#if document.system.usedUnarmed}} {{> 'daggerheart.inventory-item-compact' item=document.system.usedUnarmed type='attack' }} {{/if}} {{#each document.items as |item|}} {{#if item.system.equipped}} {{> 'daggerheart.inventory-item-compact' item=item type=item.type }} {{/if}} {{/each}}

{{localize "DAGGERHEART.GENERAL.loadout"}}

    {{#each document.system.domainCards.loadout as |card|}} {{> 'daggerheart.inventory-item-compact' item=card type='domainCard' }} {{/each}}

{{localize "DAGGERHEART.GENERAL.experience.single"}}

{{#each document.system.experiences as |experience id|}}
+{{experience.value}} {{experience.name}}
{{/each}}