{{localize item.name}}

{{#if item.uses.max}}
{{localize "DAGGERHEART.GENERAL.used"}} {{item.uses.value}}
{{localize "DAGGERHEART.GENERAL.max"}} {{formulaValue item.uses.max item}}
{{localize "DAGGERHEART.GENERAL.recovery"}} {{#with (lookup config.GENERAL.refreshTypes item.uses.recovery) as | type |}}{{localize type.label}}{{/with}}
{{/if}} {{#if (gt item.cost.length 0)}} {{#each item.cost as | cost |}}
{{localize "Type"}} {{#with (lookup @root.config.GENERAL.abilityCosts cost.type) as | type |}}{{localize type.label}}{{/with}}
{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}
{{#if cost.scalable}}
{{localize "DAGGERHEART.GENERAL.scalable"}} {{localize "DAGGERHEART.GENERAL.true"}}
{{localize "DAGGERHEART.GENERAL.step"}} {{cost.step}}
{{/if}} {{/each}} {{/if}} {{#if (or item.range item.target)}}
{{localize "DAGGERHEART.GENERAL.range"}} {{#if item.range}} {{#with (lookup @root.config.GENERAL.range item.range) as | range |}} {{localize range.label}} {{/with}} {{else}} {{localize "DAGGERHEART.GENERAL.none"}} {{/if}}
{{/if}}
{{localize "DAGGERHEART.GENERAL.Target.single"}} {{#if item.target.type}} {{#with (lookup @root.config.ACTIONS.targetTypes item.target.type) as | target |}} {{@root.item.target.amount}} {{localize target.label}} {{/with}} {{else}} {{localize "DAGGERHEART.GENERAL.none"}} {{/if}}
{{#if description}}
{{{description}}}
{{/if}}

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