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>
9 lines
No EOL
358 B
Handlebars
9 lines
No EOL
358 B
Handlebars
<section
|
|
class='tab {{tabs.actions.cssClass}} {{tabs.actions.id}}'
|
|
data-tab='{{tabs.actions.id}}'
|
|
data-group='{{tabs.actions.group}}'
|
|
>
|
|
<div class="action-section">
|
|
{{> 'systems/daggerheart/templates/sheets/global/partials/inventory-fieldset-items.hbs' title=(localize tabs.actions.label) type='action'}}
|
|
</div>
|
|
</section> |