mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
22 lines
No EOL
685 B
Handlebars
22 lines
No EOL
685 B
Handlebars
<section class='tab {{tabs.effects.cssClass}} {{tabs.effects.id}}' data-tab='{{tabs.effects.id}}'
|
|
data-group='{{tabs.effects.group}}'>
|
|
<div class="effects-sections">
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.activeEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.actives
|
|
canCreate=true
|
|
hideResources=true
|
|
}}
|
|
|
|
{{> 'daggerheart.inventory-items'
|
|
title='DAGGERHEART.GENERAL.inactiveEffects'
|
|
type='effect'
|
|
isGlassy=true
|
|
collection=effects.inactives
|
|
canCreate=true
|
|
hideResources=true
|
|
}}
|
|
</div>
|
|
</section> |