{{source.name}}
{{> "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" }}
{{#if source.system.difficulty}}

{{source.system.difficulty}}

{{else}}

-

{{/if}}

{{localize "DAGGERHEART.GENERAL.difficulty"}}

{{#if source.system.attack.roll.bonus includeZero=true}}

{{numberFormat source.system.attack.roll.bonus sign=true}}

{{else}}

-

{{/if}}

{{localize "DAGGERHEART.GENERAL.attack"}}

{{#if (lt source.system.criticalThreshold 20)}}

{{source.system.criticalThreshold}}+

{{localize "DAGGERHEART.GENERAL.criticalShort"}}

{{/if}}

{{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.attack"}}

    {{> 'daggerheart.inventory-item-compact' item=document.system.attack type='attack' noCompendiumEdit=true }}

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

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