{{document.name}} {{#if document.system.spellcastModifierTrait.key}}
{{localize "DAGGERHEART.ITEMS.Subclass.spellcastingTrait"}}: {{localize (concat 'DAGGERHEART.CONFIG.Traits.' document.system.spellcastModifierTrait.key '.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.favorite.plural"}}

    {{#if this.document.system.usedUnarmed}} {{> 'daggerheart.inventory-item-compact' item=this.document.system.usedUnarmed type="attack" }} {{/if}} {{#each sidebarFavorites as |item|}} {{> 'daggerheart.inventory-item-compact' item=item type=item.type }} {{/each}}
{{#if sidebarFavoritesEmpty}}
{{localize "DAGGERHEART.ACTORS.Character.sidebarFavoritesHint"}}
{{/if}}

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

{{#each document.system.experiences as |experience id|}}
{{numberFormat experience.value sign=true}} {{experience.name}}
{{/each}}