{{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}}
{{#times document.system.resources.hitPoints.max}} {{/times}}

{{localize "DAGGERHEART.GENERAL.HitPoints.short"}}| {{document.system.resources.hitPoints.value}} / {{document.system.resources.hitPoints.max}}

{{#times document.system.resources.stress.max}} {{/times}}

{{localize "DAGGERHEART.GENERAL.stress"}}| {{document.system.resources.stress.value}} / {{document.system.resources.stress.max}}

{{document.system.evasion}}

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

{{#if document.system.armor.system.marks}}
{{#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}}

-

{{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' item=document.system.usedUnarmed type='action' hideTags=true hideDescription=true hideResources=true noExtensible=true }} {{/if}} {{#each document.items as |item|}} {{#if item.system.equipped}} {{> 'daggerheart.inventory-item' item=item type=item.type hideTags=true hideDescription=true hideResources=true noExtensible=true }} {{/if}} {{/each}}

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

    {{#each document.system.domainCards.loadout as |card|}} {{> 'daggerheart.inventory-item' item=card type='domainCard' hideTags=true hideDescription=true hideResources=true noExtensible=true }} {{/each}}

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

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