mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Initial
This commit is contained in:
parent
1cece731ee
commit
dbb08fec8c
7 changed files with 113 additions and 12 deletions
8
templates/sheets-settings/action-settings/range.hbs
Normal file
8
templates/sheets-settings/action-settings/range.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<section
|
||||
class="tab {{this.tabs.range.cssClass}}"
|
||||
data-group="primary"
|
||||
data-tab="range"
|
||||
>
|
||||
{{> 'systems/daggerheart/templates/actionTypes/range-target.hbs' fields=(object range=fields.range target=fields.target.fields) source=(object target=source.target range=source.range)}}
|
||||
{{> 'systems/daggerheart/templates/actionTypes/areas.hbs' fields=fields.areas.element.fields source=source.areas}}
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue