mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
20 lines
No EOL
694 B
Handlebars
20 lines
No EOL
694 B
Handlebars
<section
|
|
class='tab {{tabs.potentialAdversaries.cssClass}} {{tabs.potentialAdversaries.id}}'
|
|
data-tab='{{tabs.potentialAdversaries.id}}'
|
|
data-group='{{tabs.potentialAdversaries.group}}'
|
|
>
|
|
<div class="items-section">
|
|
{{#each document.system.potentialAdversaries as |category categoryId|}}
|
|
{{> 'daggerheart.inventory-items'
|
|
title=category.label
|
|
type='adversary'
|
|
isGlassy=true
|
|
isActor=true
|
|
categoryAdversary=categoryId
|
|
hideControls=true
|
|
collection=category.adversaries
|
|
hideResources=true
|
|
}}
|
|
{{/each}}
|
|
</div>
|
|
</section> |