Fix shield definition

This commit is contained in:
2024-12-21 20:32:18 +01:00
parent da665ad955
commit 98242fe0a0
5 changed files with 43 additions and 33 deletions

View File

@ -2,24 +2,24 @@
<div class="header">
<img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" />
{{formInput fields.name value=source.name}}
</div>
</div>
<div class="flexrow">
<div class="align-top">
{{formField systemFields.defense value=system.defense}}
{{formField systemFields.movementreduction value=system.movementreduction}}
<label>Standing</label>
<div class="shift-right">
{{formField systemFields.standing.fields.min value=system.standing.min}}
{{formField systemFields.standing.fields.max value=system.standing.min}}
</div>
{{formField systemFields.defense value=system.defense}}
<div class="shift-right">&nbsp;
</div>
<label>Cover vs ranged attacks</label>
<div class="shift-right">
<label>Standing </label>
<div class="flexrow">{{formField systemFields.standing.fields.min value=system.standing.min}} &nbsp;...&nbsp;30</div>
</div>
<div class="shift-right">
<label>Crouching</label>
<div class="shift-right">
{{formField systemFields.crouching.fields.min value=system.crouching.min}}
{{formField systemFields.crouching.fields.max value=system.crouching.min}}
</div>
<div class="flexrow">{{formField systemFields.crouching.fields.min value=system.crouching.min}} &nbsp;...&nbsp;30</div>
</div>
</div>
<div class="align-top">
@ -36,7 +36,7 @@
{{formField systemFields.autodestruction.fields.slashing value=system.autodestruction.slashing}}
{{formField systemFields.autodestruction.fields.piercing value=system.autodestruction.piercing}}
</div>
{{formField systemFields.equipped value=system.equipped}}
{{formField systemFields.encLoad value=system.encLoad}}
@ -51,11 +51,11 @@
<fieldset>
<legend>{{localize "LETHALFANTASY.Label.description"}}</legend>
{{formInput
systemFields.description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled="false"
systemFields.description
enriched=enrichedDescription
value=system.description
name="system.description"
toggled="false"
}}
</fieldset>
</section>