rework new environment template sheet, add environment-settings sheet, improve adversary-settings sheet and delete legacy actor sheet templates

This commit is contained in:
moliloo 2025-07-02 03:35:11 -03:00
parent d58f303907
commit 4a53adf857
38 changed files with 1061 additions and 1050 deletions

View file

@ -0,0 +1,11 @@
<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}}
{{/each}}
</div>
</section>