• {{item.name}}
    {{#if (eq type 'weapon')}}
    {{#if isSidebar}}
    {{localize (concat 'DAGGERHEART.Abilities.' item.system.trait '.name')}} {{localize (concat 'DAGGERHEART.Range.' item.system.range '.name')}} - {{item.system.damage.value}} ({{localize (concat 'DAGGERHEART.DamageType.' item.system.damage.type '.abbreviation')}})
    {{else}}
    {{localize (concat 'DAGGERHEART.Abilities.' item.system.trait '.name')}} {{localize (concat 'DAGGERHEART.Range.' item.system.range '.name')}}
    {{item.system.damage.value}} ({{localize (concat 'DAGGERHEART.DamageType.' item.system.damage.type '.abbreviation')}})
    {{localize (concat 'DAGGERHEART.Burden.' item.system.burden)}}
    {{/if}}
    {{/if}} {{#if (eq type 'armor')}} {{#if isSidebar}}
    {{localize "DAGGERHEART.Sheets.Armor.baseScore"}}: {{item.system.baseScore}}
    {{else}}
    {{localize "DAGGERHEART.Sheets.Armor.baseScore"}}: {{item.system.baseScore}}
    {{localize "DAGGERHEART.Sheets.Armor.baseThresholds.base"}}: {{item.system.baseThresholds.major}} / {{item.system.baseThresholds.severe}}
    {{/if}} {{/if}} {{#if (eq type 'domainCard')}} {{#if isSidebar}}
    {{localize (concat 'DAGGERHEART.Domain.CardTypes.' item.system.type)}} - {{localize (concat 'DAGGERHEART.Domains.' item.system.domain '.label')}} - {{item.system.recallCost}}
    {{else}}
    {{localize (concat 'DAGGERHEART.Domain.CardTypes.' item.system.type)}}
    {{localize (concat 'DAGGERHEART.Domains.' item.system.domain '.label')}}
    {{localize "DAGGERHEART.Sheets.DomainCard.RecallCost"}}: {{item.system.recallCost}}
    {{/if}} {{/if}} {{#if (eq type 'effect')}}
    {{localize (concat 'TYPES.Item.' item.parent.type)}} : {{item.parent.name}}
    {{#if item.duration.duration}} {{localize 'DAGGERHEART.Effects.duration.temporary'}} {{else}} {{localize 'DAGGERHEART.Effects.duration.passive'}} {{/if}}
    {{#each item.statuses as |status|}}
    {{localize (concat 'DAGGERHEART.Condition.' status '.name')}}
    {{/each}}
    {{/if}}
    {{#if (eq type 'weapon')}} {{/if}} {{#if (eq type 'armor')}} {{/if}} {{#if (eq type 'domainCard')}} {{#unless item.system.inVault}} {{else}} {{/unless}} {{/if}}