daggerheart/templates/sheets/items/weapon/description.hbs
WBHarry 4a027e8591 .
2026-01-10 15:48:40 +01:00

8 lines
No EOL
394 B
Handlebars

<div class="feature-descriptions">
{{#unless (eq headerStyle 'none')}}
<div class="features-header {{#if (eq headerStyle 'large')}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{/unless}}
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}
</div>