{{item.name}}

{{{description}}}
{{item.system.baseScore}}
{{item.system.baseThresholds.major}}
{{item.system.baseThresholds.severe}}
{{#if (gt item.system.armorFeatures.length 0)}}

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

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