v0.8.9 (Bugfixes + translations) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.9) from Google, F-Droid, our server, or itch.io

Issue 40 - Weapon & Armour comparison

Unstructured ideas, requests and suggestions for the development of the game.
griff
Posts: 6
Joined: Sun Mar 22, 2015 3:16 pm
android_version: 4.4 - Kitkat

Re: Issue 40 - Weapon & Armour comparison

Post 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.
griff
Posts: 6
Joined: Sun Mar 22, 2015 3:16 pm
android_version: 4.4 - Kitkat

Re: Issue 40 - Weapon & Armour comparison

Post 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.
Post Reply