HBS idea formed. Need to recheck drag drop implementation

This commit is contained in:
Nikhil Nagarajan 2026-01-05 14:34:24 -05:00
parent b8fcd440c6
commit 1375329541
7 changed files with 133 additions and 21 deletions

View file

@ -2,7 +2,8 @@
class="tab {{this.tabs.config.cssClass}}"
data-group="primary"
data-tab="config"
>
>
{{#if fields.summon}}{{> 'systems/daggerheart/templates/actionTypes/summon.hbs' fields=fields.summon.element.fields source=source.summon}}{{/if}}
{{> 'systems/daggerheart/templates/actionTypes/uses.hbs' fields=fields.uses.fields source=source.uses}}
{{> 'systems/daggerheart/templates/actionTypes/cost.hbs' fields=fields.cost.element.fields source=source.cost costOptions=costOptions}}
{{> 'systems/daggerheart/templates/actionTypes/range-target.hbs' fields=(object range=fields.range target=fields.target.fields) source=(object target=source.target range=source.range)}}