Tragkraft+Containerwert+KiDoPrep

+ Added red flag indicator when item weight in containers is above capacity
+ Added value count in containers
+ Added rank for spells and kido
This commit is contained in:
2024-04-17 21:44:17 +02:00
parent f15a080d1b
commit ac7301d1f2
6 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
<td>
<div class="flexrow">
<span>{{localize "midgard5.capacity"}}</span>
<input id="data.capacity" type="number" name="data.capacity" value="{{data.capacity}}kg">
<input id="data.capacity" type="number" name="data.capacity" value="{{data.capacity}}">
</div>
</td>
</tr>
@@ -57,7 +57,7 @@
<td>
<div class="flexrow">
<span>{{localize "midgard5.item-weight"}}</span>
<input id="data.weight" type="number" name="data.weight" value="{{data.weight}}kg">
<input id="data.weight" type="number" name="data.weight" value="{{data.weight}}">
</div>
</td>
</tr>
+1 -1
View File
@@ -54,7 +54,7 @@
<td>
<div class="flexrow">
<span>{{localize "midgard5.item-weight"}}</span>
<input id="data.weight" type="number" name="data.weight" value="{{data.weight}}kg">
<input id="data.weight" type="number" name="data.weight" value="{{data.weight}}">
</div>
</td>
<td>