{{item.name}}

{{#if item.system.secondary}}{{localize "DAGGERHEART.ITEMS.Weapon.secondaryWeapon"}}{{else}}{{localize "DAGGERHEART.ITEMS.Weapon.primaryWeapon"}}{{/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 description}}
{{{description}}}
{{/if}}

{{localize "DAGGERHEART.UI.Tooltip.middleClick"}}