{{item.name}}

{{{description}}}
{{#if item.uses.max}}

{{localize "DAGGERHEART.GENERAL.uses"}}

{{item.uses.value}}
{{formulaValue item.uses.max item}}
{{#with (lookup config.GENERAL.refreshTypes item.uses.recovery) as | type |}}
{{localize type.label}}
{{/with}}
{{/if}} {{#if (gt item.cost.length 0)}}

{{localize "DAGGERHEART.GENERAL.Cost.plural"}}

{{#each item.cost as | cost |}}
{{#with (lookup @root.config.GENERAL.abilityCosts cost.type) as | type |}}
{{localize type.label}}
{{/with}}
{{cost.value}}
{{#if cost.scalable}}
{{localize "DAGGERHEART.GENERAL.true"}}
{{cost.step}}
{{/if}}
{{/each}} {{/if}} {{#if (or item.range item.target)}}

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

{{#if item.range}} {{#with (lookup @root.config.GENERAL.range item.range) as | range |}}
{{localize range.label}}
{{/with}} {{else}}
{{localize "DAGGERHEART.GENERAL.none"}}
{{/if}}
{{#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}}