mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
enhance consumable and miscellaneous sheets
This commit is contained in:
parent
c306c95e6b
commit
d180b0e74c
14 changed files with 190 additions and 179 deletions
14
templates/sheets/items/consumable/settings.hbs
Normal file
14
templates/sheets/items/consumable/settings.hbs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<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.Sheets.Consumable.Quantity"}}</span>
|
||||
{{formField systemFields.quantity value=source.system.quantity}}
|
||||
|
||||
<span>{{localize "DAGGERHEART.Sheets.Consumable.ConsumeOnUse"}}</span>
|
||||
{{formField systemFields.consumeOnUse value=source.system.consumeOnUse}}
|
||||
</fieldset>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue