daggerheart/templates/sheets/items/armor/description.hbs
WBHarry 0e3f2fe632 .
2026-03-09 14:18:27 +01:00

12 lines
No EOL
514 B
Handlebars

<div class="item-description-outer-container">
{{#if inCompendium}}{{> "systems/daggerheart/templates/sheets/global/partials/item-tags.hbs" item }}{{/if}}
{{#if features.length}}
<div class="item-description-container">
<h4>{{localize "DAGGERHEART.GENERAL.features"}}</h4>
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}
</div>
{{/if}}
</div>