{{item.name}}

{{{item.system.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}}}
{{#if (gt item.system.weaponFeatures.length 0)}}

{{localize "DAGGERHEART.GENERAL.features"}}

{{/if}}
{{#each item.system.weaponFeatures}} {{#with (lookup ../config.ITEM.weaponFeatures this.value) as | feature | }}
{{localize feature.label}}
{{{localize feature.description}}}
{{/with}} {{/each}}
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.customActions label=(localize "DAGGERHEART.GENERAL.Action.plural") }}