baccon404 / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Suggestion: Add "All" as a GearType tag #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to be able to put all the rares into a single spoiler called "Assorted 
Rares" with the tag {Rares} or {RareAll}.

Reasoning: I mostly sell uniques and gems, I sell only a few rares, so they 
don't need to be separated into all these categories. Most of the time each 
category only has a single item.

It's not a big deal and I think 100% of my buyers come from xyz anyway where it 
makes no difference, but I think it'd be a nice addition.

Thanks.

Original issue reported on code.google.com by onur.vu...@gmail.com on 5 Mar 2014 at 1:10

GoogleCodeExporter commented 8 years ago
To be specific, I'd like a {Rares} tag that works just like the {Uniques} tag:

[spoiler="          Rares         "]
{Rares}
[/spoiler]

Original comment by onur.vu...@gmail.com on 5 Mar 2014 at 1:13

GoogleCodeExporter commented 8 years ago
This is a pretty rare case, pun intented, but I guess we can probably add this.

Original comment by stickymaddness on 10 Mar 2014 at 6:14

GoogleCodeExporter commented 8 years ago
After thinking about this some more, I've decided not to implement this after 
all (sorry), the same result can be achieved using the following:

[spoiler="          Rares         "]
{RareRing} 
{RareAmulet}
{RareHelmet} 
{RareChest} 
{RareBelt} 
{RareGloves} 
{RareBoots} 
{RareAxe} 
{RareClaw} 
{RareBow} 
{RareDagger} 
{RareMace} 
{RareQuiver} 
{RareSceptre} 
{RareStaff} 
{RareSword} 
{RareShield} 
{RareWand}
[/spoiler]

You can set that once in your template, and all rares will be put into one 
spoiler with no categories.

Original comment by stickymaddness on 13 May 2014 at 4:52