Armor is buffed. Not Vampire-Slayer buffed.

This commit is contained in:
Nikhil Nagarajan 2025-12-11 10:31:16 -05:00
parent e44823b6dd
commit 9064df9b05
5 changed files with 26 additions and 18 deletions

View file

@ -13,6 +13,18 @@
<span>{{localize "TYPES.Item.feature"}}</span>
<input type="text" class="features-input" value="{{features}}" />
<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>
<span>{{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.base"}}</span>
<div class="nest-inputs">
{{ formField systemFields.baseThresholds.fields.major value=source.system.baseThresholds.major label=(localize "DAGGERHEART.ITEMS.Armor.baseThresholds.major") }}