Page 2 of 2

Re: Issue 40 - Weapon & Armour comparison

Posted: Tue Mar 24, 2015 3:18 am
by griff
All of the item info is presented in a scrollable container.

It occurred to me that the feature will need to be extended to better handle rings. As it stands, if you are wearing two rings and request info on another ring, it will only compare against the right-hand ring.

Re: Issue 40 - Weapon & Armour comparison

Posted: Wed Mar 25, 2015 3:26 am
by griff
I added support for 2 rings and off-hand:

Image Image

Again, I went super simple with the code, which means the iteminfo.xml contains the same item structure 3 times - one for the requested, one for the equipped, and one for the secondary equipped.

Will update PR shortly.