tragkraft-containerwert-abw-kidoprep (#103)
+ Added ABW to items + Added warning for over-capacity + Added Valuecalculation for containers + Updated KiDo-template Reviewed-on: #103 Reviewed-by: Byroks <byroks@gmail.com> Co-authored-by: LeFrique <lefrique@live.de> Co-committed-by: LeFrique <lefrique@live.de>
This commit was merged in pull request #103.
This commit is contained in:
@@ -251,13 +251,13 @@
|
||||
{{/unless}}
|
||||
</td>
|
||||
<td style="text-align: start">
|
||||
{{#unless (or (eq item.weight "") (eq item.equipped?))}}
|
||||
<span class="spell-process">{{item.weight}} kg</span>
|
||||
{{#unless (or (eq item.weight 0) (eq item.equipped?))}}
|
||||
<span class="spell-process">{{item.weight}}kg</span>
|
||||
{{/unless}}
|
||||
</td>
|
||||
<td style="text-align: start">
|
||||
{{#unless (eq item.capacity "")}}
|
||||
<span class="spell-process">{{item.capacity}} kg</span>
|
||||
{{#unless (eq item.capacity 0)}}
|
||||
<span class="spell-process"{{#if (gt item.weight item.capacity) }}style="background:#FF6666"{{/if}}>{{item.capacity}}kg</span>
|
||||
{{/unless}}
|
||||
</td>
|
||||
<td class="change-equipped">
|
||||
|
||||
Reference in New Issue
Block a user