mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
* Added enrichment for Ancestries and Communities * Fixed remainder * Bit of padding * Increased left padding
22 lines
No EOL
869 B
Handlebars
22 lines
No EOL
869 B
Handlebars
<div class="item-description-outer-container">
|
|
<div class="two-columns">
|
|
<div class="item-description-container">
|
|
<h4>{{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.base"}}</h4>
|
|
<span>{{item.system.baseThresholds.major}}/{{item.system.baseThresholds.severe}}</span>
|
|
</div>
|
|
|
|
<div class="item-description-container">
|
|
<h4>{{localize "DAGGERHEART.ITEMS.Armor.baseScore"}}</h4>
|
|
<span>{{item.system.baseScore}}</span>
|
|
</div>
|
|
</div>
|
|
|
|
{{#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> |