mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
For a rainy day.
This commit is contained in:
parent
8e588b3c47
commit
783f0a1a77
7 changed files with 49 additions and 10 deletions
|
|
@ -4,4 +4,26 @@
|
|||
data-group='{{tabs.settings.group}}'
|
||||
>
|
||||
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }}
|
||||
|
||||
<fieldset class="two-columns">
|
||||
<legend>{{localize "DAGGERHEART.CONFIG.ItemArmor.settingTitle"}}</legend>
|
||||
<span>{{localize "DAGGERHEART.CONFIG.ItemArmor.toggleTitle"}}</span>
|
||||
{{formField
|
||||
systemFields.armor.fields.armorResourceToggle
|
||||
value=source.system.armor.armorResourceToggle
|
||||
}}
|
||||
{{#if source.system.armor.armorResourceToggle}}
|
||||
<span>{{localize "DAGGERHEART.CONFIG.ItemArmor.title"}}</span>
|
||||
<div class="nest-inputs">
|
||||
{{formField systemFields.armor.fields.value value=source.system.armor.value label=(localize "DAGGERHEART.CONFIG.ItemArmor.value")}}
|
||||
{{formField systemFields.armor.fields.max value=source.system.armor.max label=(localize "DAGGERHEART.CONFIG.ItemArmor.max")}}
|
||||
{{formField
|
||||
systemFields.armor.fields.priority
|
||||
value=source.system.armor.priority
|
||||
label=(localize "DAGGERHEART.CONFIG.ItemArmor.priority")
|
||||
localize=true
|
||||
}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</fieldset>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue