mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* some minor consumables fixes, more to come later * another typo T_T * more loot rename fixes * more loot fixes * Changed miscellaneous to loot --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
11 lines
No EOL
419 B
Handlebars
11 lines
No EOL
419 B
Handlebars
<section
|
|
class='tab {{tabs.settings.cssClass}} {{tabs.settings.id}}'
|
|
data-tab='{{tabs.settings.id}}'
|
|
data-group='{{tabs.settings.group}}'
|
|
>
|
|
<fieldset class="two-columns">
|
|
<legend>{{localize tabs.settings.label}}</legend>
|
|
<span>{{localize "DAGGERHEART.GENERAL.quantity"}}</span>
|
|
{{formField systemFields.quantity value=source.system.quantity}}
|
|
</fieldset>
|
|
</section> |