{{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}}

/

{{document.system.resources.hitPoints.max}}

{{localize "DAGGERHEART.GENERAL.HitPoints.short"}}

/

{{document.system.resources.stress.max}}

{{localize "DAGGERHEART.GENERAL.stress"}}

{{document.system.proficiency}}

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

{{#if document.system.armor.system.marks}}

/

{{document.system.armorScore}}

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

{{else}}

-

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

{{/if}}

{{document.system.evasion}}

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

{{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='attack' isSidebar=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}}