• {{#if isCompanion}} {{item.name}} {{else}}
    {{localize 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}} {{#each item.system.attack.damage.parts.0.type as | type | }} {{#with (lookup @root.config.GENERAL.damageTypes type)}} {{/with}} {{/each}}
    {{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}} ( {{#each item.system.attack.damage.parts.0.type}} {{localize (concat 'DAGGERHEART.CONFIG.DamageType.' this '.abbreviation')}} {{/each}} )
    {{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 'feature')}} {{#if (or (eq @root.document.type 'adversary') (eq @root.document.type 'environment'))}} {{#if item.system.featureForm}}
    {{localize "DAGGERHEART.CONFIG.FeatureForm.label"}}: {{localize (concat "DAGGERHEART.CONFIG.FeatureForm." item.system.featureForm)}}
    {{/if}} {{/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.FeatureForm.' item.actionType)}}
    {{/if}} {{#if (eq type 'attack')}}
    {{localize 'DAGGERHEART.GENERAL.unarmed'}}
    {{localize 'DAGGERHEART.CONFIG.FeatureForm.action'}}
    {{/if}}
    {{#if (and (not isSidebar) (eq item.system.resource.type 'simple'))}} {{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}} {{/if}} {{#if (and (not isSidebar) item.system.quantity)}}
    {{/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}}
    {{#if (and (not isSidebar) (eq item.system.resource.type 'diceValue'))}} {{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}} {{/if}} {{#if featureType}}
    {{#each item.system.actions as | action |}} {{/each}}
    {{/if}}