mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* rework new environment template sheet, add environment-settings sheet, improve adversary-settings sheet and delete legacy actor sheet templates * Potential Adversaries can be dragged out of the sheet onto canvas * Added ToChat and UseItem --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
11 lines
No EOL
520 B
Handlebars
11 lines
No EOL
520 B
Handlebars
<section
|
|
class='tab {{tabs.potentialAdversaries.cssClass}} {{tabs.potentialAdversaries.id}}'
|
|
data-tab='{{tabs.potentialAdversaries.id}}'
|
|
data-group='{{tabs.potentialAdversaries.group}}'
|
|
>
|
|
<div class="action-section">
|
|
{{#each document.system.potentialAdversaries}}
|
|
{{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=this.label type='adversary' isGlassy=true adversaries=this.adversaries}}
|
|
{{/each}}
|
|
</div>
|
|
</section> |