mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 11:13:05 +01:00
Added enrichment for Ancestries and Communities
This commit is contained in:
parent
ca434d33f1
commit
4d8ad45555
32 changed files with 95 additions and 29 deletions
6
templates/sheets/items/description.hbs
Normal file
6
templates/sheets/items/description.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="item-description-container">
|
||||
<h4>{{localize label}}</h4>
|
||||
{{#each features as | feature |}}
|
||||
<div class="item-description-inner-container"><strong>{{localize feature.label}}</strong>: {{{localize feature.description}}}</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue