{{item.name}} {{#if (eq item.type "domainCard")}}
{{item.system.level}} {{#with (lookup allDomains item.system.domain) as | domain |}} {{domain.label}} {{/with}}
{{item.system.recallCost}}
{{/if}}
{{#if item.system.type}} {{#with (lookup config.DOMAIN.cardTypes item.system.type) as | cardType |}} {{localize cardType.label}} {{/with}} {{else}} {{localize (concat 'TYPES.Item.' item.type)}} {{/if}}

{{item.name}}

{{#if (and (eq item.type "weapon") settings.weapon)}}
{{#if item.system.secondary}}{{localize "DAGGERHEART.ITEMS.Weapon.secondaryWeapon.full"}}{{else}}{{localize "DAGGERHEART.ITEMS.Weapon.primaryWeapon.full"}}{{/if}}
{{#with (lookup config.GENERAL.burden item.system.burden) as | burden |}} {{localize burden.label}} {{/with}}
{{#if item.system.attack.roll.trait}}
{{#with (lookup config.ACTOR.abilities item.system.attack.roll.trait) as | trait |}} {{localize trait.label}} {{/with}}
{{/if}}
{{#with (lookup config.GENERAL.range item.system.attack.range) as | range |}} {{localize range.label}} {{/with}}
{{{damageFormula item.system.attack}}} {{{damageSymbols item.system.attack.damage.parts}}}
{{/if}} {{#if (and (eq item.type "armor") settings.armor)}}
{{localize "DAGGERHEART.ITEMS.Armor.baseScore"}} {{item.system.baseScore}}
{{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.major"}} {{item.system.baseThresholds.major}}
{{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.severe"}} {{item.system.baseThresholds.severe}}
{{/if}} {{#if (and (eq item.type "consumable") settings.consumable)}}
{{localize "DAGGERHEART.GENERAL.quantity"}} {{item.system.quantity}}
{{/if}} {{#if (and (eq item.type "feature") settings.feature)}}
{{#if featureSource}}{{featureSource}}{{else}}{{localize "TYPES.Item.feature"}}{{/if}}
{{/if}} {{#if (and (eq item.type "domainCard") settings.domain)}}
{{#with (lookup config.DOMAIN.cardTypes item.system.type) as | type |}} {{localize type.label}} {{/with}}
{{localize 'DAGGERHEART.GENERAL.levelShort'}} {{ item.system.level }}
{{/if}}
{{{description}}}