Fix weapon sheet
This commit is contained in:
@@ -6,13 +6,27 @@
|
||||
<div class="flexrow">
|
||||
<div class="align-top">
|
||||
{{formField systemFields.armorType value=system.armorType name="system.armorType" localize=true}}
|
||||
{{formField systemFields.armorValue value=system.armorValue name="system.armorValue"}}
|
||||
{{formField systemFields.penalty value=system.penalty name="system.penalty"}}
|
||||
<div class="form-group">
|
||||
<label>{{localize "OATHHAMMER.Armor.FIELDS.armorValue.label"}}</label>
|
||||
<div class="form-fields">
|
||||
<select name="system.armorValue">
|
||||
{{selectOptions armorValueChoices selected=system.armorValue}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "OATHHAMMER.Armor.FIELDS.penalty.label"}}</label>
|
||||
<div class="form-fields">
|
||||
<select name="system.penalty">
|
||||
{{selectOptions penaltyChoices selected=system.penalty}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
{{formField systemFields.slots value=system.slots name="system.slots"}}
|
||||
{{formField systemFields.traits value=system.traits name="system.traits" localize=true}}
|
||||
</div>
|
||||
<div class="align-top">
|
||||
{{formField systemFields.rarity value=system.rarity name="system.rarity"}}
|
||||
{{formField systemFields.rarity value=system.rarity name="system.rarity" localize=true}}
|
||||
{{formField systemFields.isMagic value=system.isMagic name="system.isMagic"}}
|
||||
{{formField systemFields.equipped value=system.equipped name="system.equipped"}}
|
||||
{{formField systemFields.cost value=system.cost name="system.cost"}}
|
||||
|
||||
Reference in New Issue
Block a user