Fix shield definition
This commit is contained in:
@ -11,15 +11,21 @@
|
||||
<div class="shift-right">
|
||||
</div>
|
||||
|
||||
{{formField systemFields.hascover value=system.hascover}}
|
||||
|
||||
{{#if system.hascover}}
|
||||
<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}} ... 30</div>
|
||||
<div class="flexrow">{{formField systemFields.standing.fields.min value=system.standing.min}} ... 30
|
||||
</div>
|
||||
</div>
|
||||
<div class="shift-right">
|
||||
<label>Crouching</label>
|
||||
<div class="flexrow">{{formField systemFields.crouching.fields.min value=system.crouching.min}} ... 30</div>
|
||||
<div class="flexrow">{{formField systemFields.crouching.fields.min value=system.crouching.min}}
|
||||
... 30</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="align-top">
|
||||
|
Reference in New Issue
Block a user