Added transfer logic

This commit is contained in:
WBHarry 2025-11-21 00:15:38 +01:00
parent e701786f45
commit b73c59dab7
9 changed files with 180 additions and 4 deletions

View file

@ -0,0 +1,3 @@
<footer class="item-sheet-footer">
<button type="button" data-action="finish">{{localize "Transfer Quantity"}}</button>
</footer>

View file

@ -0,0 +1,6 @@
<div>
<div class="item-transfer-container">
<input type="range" step="1" min="0" max="{{item.system.quantity}}" name="quantity" value="{{quantity}}" />
<input type="text" value="{{quantity}}" class="number-display" />
</div>
</div>