{{item.name}}

{{item.system.examples}}

{{#if description}}
{{{description}}}
{{/if}}
{{#with item.system.beastformAttackData}}
{{localize "DAGGERHEART.ITEMS.Beastform.mainTrait"}} {{this.trait}}
{{localize "DAGGERHEART.ITEMS.Beastform.traitBonus"}} {{this.traitBonus}}
{{localize "DAGGERHEART.GENERAL.evasion"}} {{this.evasionBonus}}
{{localize "DAGGERHEART.GENERAL.damage"}} {{concat this.damageDice ' ' this.damageBonus}}
{{/with}}

{{localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label"}}

{{#each item.system.advantageOn as | chip |}}
{{ifThen chip.value chip.value chip}}
{{/each}}
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.features label=(localize "DAGGERHEART.GENERAL.features")}}

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