In the jewlery/scroll/potion containers, quantity of stacked items shows as "Potion of Healing (3)" instead of using the golden index on the icon as expected.
This is working as intended; the parenthetical shows how many of that item are in the container; when you select an item to move, you can double-click it to select more than one of that item; that will add a quantity icon to the item's image.
But from Backpack to Container the index is used instead.
Actually, selecting a quantity of items creates a *new* golden index, in the bottom left corner of the icon. The original index (bottom right) still says "1".
So when you select a quantity of items (in a container) you get 3 numbers in total:
- A golden index of how many items you have selected. (Icon, left) - Another golden index showing "1" (Icon, right) - And a total quantity appended to the item name.
It seems to me that the appended total quantity could be replaced by the useless right side index. Just the way it works from Backpack to Container.
Ah, I see it now. Yes, that's working correctly; in the "store", you're selecting the item to move from the container to your backpack; the 1 refers to the number "per unit". The other number in the left corner refers to the quantity of units.
So if you're moving 5 stacks of 20 arrows, you'll see "5" on the left and "20" on the right.
That's how stores work, so that's how containers work as well.
Comments
Actually, selecting a quantity of items creates a *new* golden index, in the bottom left corner of the icon. The original index (bottom right) still says "1".
So when you select a quantity of items (in a container) you get 3 numbers in total:
- A golden index of how many items you have selected. (Icon, left)
- Another golden index showing "1" (Icon, right)
- And a total quantity appended to the item name.
It seems to me that the appended total quantity could be replaced by the useless right side index.
Just the way it works from Backpack to Container.
If the right side index for items inside a container is not supposed to be locked at "1", this is not working as intended at the moment!
So if you're moving 5 stacks of 20 arrows, you'll see "5" on the left and "20" on the right.
That's how stores work, so that's how containers work as well.