mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
8 lines
No EOL
489 B
Handlebars
8 lines
No EOL
489 B
Handlebars
<section
|
|
class='tab {{tabs.effects.cssClass}} {{tabs.effects.id}}'
|
|
data-tab='{{tabs.effects.id}}'
|
|
data-group='{{tabs.effects.group}}'
|
|
>
|
|
{{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.activeEffects') type='effect'}}
|
|
{{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize 'DAGGERHEART.GENERAL.inactiveEffects') type='effect'}}
|
|
</section> |