daggerheart/templates/sheets/items/armor/description.hbs

6 lines
No EOL
321 B
Handlebars

<div class="feature-descriptions">
<div class="features-header {{#if @root.large}}large{{/if}}">{{localize "DAGGERHEART.SETTINGS.Homebrew.itemFeatures"}}</div>
{{#each features as | feature |}}
<div><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
{{/each}}
</div>