valzkat1 / andors-trail

Automatically exported from code.google.com/p/andors-trail
0 stars 0 forks source link

Suggestion: Shop filter & items #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to see a filter method that only shows certain category items for 
sale. Maybe as a dropdown.

If the shop only have potions like the "Potion trader" then it would be omitted.

a)
[ All | Wearable | Potion | Other ]

b)
[ All | Body | Neck | Weapon | Potion | Other ]

c)
Like shown here http://code.google.com/p/andors-trail/issues/detail?id=31#c22

Also some items are just marked as "Other", which is bad as they could be 
categorized.
* Items needed for quest = "Quest" or "Quest item"
* Items that restore health and are not potions = "Food"
* Items that is from a monster, and sellable = "Collectible"
* Empty vial/flask/potion are a kind of potion, thus = "Potion"
* If potions, like antidote (for poison damage from snakes) are introduced then 
health potions could be re-categorized as "Food (drink)" or "Drink" or "Health 
potion"
* Gem items, like ruby, could be "Jewel" or "Gem" or "Jewel (gem)"

Some items have no properties. Unless crafting (make your own things) is added 
they add no value and just make it weird to have them.

I think its a bug, but the "Quickstrike dagger" item Ganos sells has no AD 
description.

Original issue reported on code.google.com by kims...@gmail.com on 15 Dec 2010 at 4:27

GoogleCodeExporter commented 8 years ago
Good idea, I think the categories could also be used in the player inventory as 
well.

That is correct the quickstrike dagger does not have any damage listed.

Original comment by sdeva...@gmail.com on 10 Feb 2011 at 1:11

GoogleCodeExporter commented 8 years ago
see bug 285.  The problem with the quickstrike dagger is not that its attack 
damage value is not being displayed by the shop, but rather that it doesn't 
have any attack damage value at all.

Original comment by 160...@gmail.com on 30 Nov 2011 at 8:35