Capacity Bonus

+ Added capacity for containers (forgot to build new branch & only minor changes)
This commit is contained in:
2024-03-17 18:22:14 +01:00
parent c99dab0cdf
commit 0291228e51
5 changed files with 21 additions and 1 deletions
+12
View File
@@ -26,6 +26,12 @@
<input id="data.quantity" type="number" name="data.quantity" value="{{data.quantity}}">
</div>
</td>
<td>
<div class="flexrow">
<span>{{localize "midgard5.capacity"}}</span>
<input id="data.capacity" type="number" name="data.capacity" value="{{data.capacity}}">
</div>
</td>
</tr>
<tr>
<td>
@@ -42,6 +48,12 @@
</select>
</div>
</td>
<td>
<div class="flexrow">
<span>{{localize "midgard5.item-weight"}}</span>
<input id="data.weight" type="number" name="data.weight" value="{{data.weight}}">
</div>
</td>
</tr>
</table>