mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
19 lines
No EOL
497 B
Handlebars
19 lines
No EOL
497 B
Handlebars
<section
|
|
class='tab {{tabs.effects.cssClass}} {{tabs.effects.id}}'
|
|
data-tab='{{tabs.effects.id}}'
|
|
data-group='{{tabs.effects.group}}'
|
|
>
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.activeEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.actives
|
|
}}
|
|
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.inactiveEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.inactives
|
|
}}
|
|
</section> |