{{item.name}}

{{{description}}}
{{#if item.system.secondaryWeapon}}{{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 item.parent}}}
{{{damageSymbols item.system.attack.damage.parts}}}