• {{#if isCompanion}} {{item.name}} {{else}}
    {{item.name}}
    {{/if}} {{#if (eq type 'weapon')}}
    {{#if isSidebar}}
    {{!-- {{localize (concat 'DAGGERHEART.CONFIG.Traits.' item.system.attack.roll.trait '.short')}} --}} {{localize (concat 'DAGGERHEART.CONFIG.Range.' item.system.attack.range '.short')}} - {{item.system.attack.damage.parts.0.value.dice}}{{#if item.system.attack.damage.parts.0.value.bonus}} + {{item.system.attack.damage.parts.0.value.bonus}}{{/if}} {{!-- ({{localize (concat 'DAGGERHEART.CONFIG.DamageType.' item.system.attack.damage.parts.0.type '.abbreviation')}}) --}} {{#with (lookup @root.config.GENERAL.damageTypes item.system.attack.damage.parts.0.type)}} {{#each icon}} {{/each}} {{/with}}
    {{else}}
    {{localize (concat 'DAGGERHEART.CONFIG.Traits.' item.system.attack.roll.trait '.name')}}
    {{localize (concat 'DAGGERHEART.CONFIG.Range.' item.system.attack.range '.name')}}
    {{item.system.attack.damage.parts.0.value.dice}}{{#if item.system.attack.damage.parts.0.value.bonus}} + {{item.system.attack.damage.parts.0.value.bonus}}{{/if}} ({{localize (concat 'DAGGERHEART.CONFIG.DamageType.' item.system.attack.damage.parts.0.type '.abbreviation')}})
    {{localize (concat 'DAGGERHEART.CONFIG.Burden.' item.system.burden)}}
    {{/if}}
    {{/if}} {{#if (eq type 'armor')}} {{#if isSidebar}}
    {{localize "DAGGERHEART.ITEMS.Armor.baseScore"}}: {{item.system.baseScore}}
    {{else}}
    {{localize "DAGGERHEART.ITEMS.Armor.baseScore"}}: {{item.system.baseScore}}
    {{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.base"}}: {{item.system.baseThresholds.major}} / {{item.system.baseThresholds.severe}}
    {{/if}} {{/if}} {{#if (eq type 'domainCard')}} {{#if isSidebar}}
    {{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' item.system.type)}} - {{localize (concat 'DAGGERHEART.GENERAL.Domain.' item.system.domain '.label')}} - {{item.system.recallCost}}
    {{else}}
    {{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' item.system.type)}}
    {{localize (concat 'DAGGERHEART.GENERAL.Domain.' item.system.domain '.label')}}
    {{localize "DAGGERHEART.ITEMS.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.CONFIG.Condition.' status '.name')}}
    {{/each}}
    {{/if}} {{#if (eq type 'action')}}
    {{localize (concat 'DAGGERHEART.ACTIONS.TYPES.' item.type '.name')}}
    {{localize (concat 'DAGGERHEART.CONFIG.ActionType.' item.actionType)}}
    {{/if}}
    {{#unless hideControls}} {{#if isActor}}
    {{#if (eq type 'actor')}} {{/if}} {{#if (eq type 'adversary')}} {{/if}}
    {{else}}
    {{#if (eq type 'weapon')}} {{/if}} {{#if (eq type 'armor')}} {{/if}} {{#if (eq type 'domainCard')}} {{#unless item.system.inVault}} {{else}} {{/unless}} {{/if}}
    {{/if}} {{else}} {{/unless}}
    {{#unless isSidebar}}{{{item.system.description}}}{{/unless}}