I would like an addon that takes it one step further, namely determines the breed ID of said pet you are about to fight.
As it is now, I find myself checking with websites to find the breed ID, even though I know what breed I want, I also want to know what breed I do have, and how much of an upgrade it would be from one rare of one breed, to another rare of a different breed.
Edit:
The closest I came to such an addon is
http://www.curse.com/addons/wow/battle_pet_breedid .
It doesn't output breed ID number, but it uses a different format:
- 3/13 - B/B - .5/.5/.5
- 4/14 - P/P - 0/2/0
- 5/15 - S/S - 0/0/2
- 6/16 - H/H - 2/0/0
- 7/17 - H/P - .9/.9/0
- 8/18 - P/S - 0/.9/.9
- 9/19 - H/S - .9/0/.9
- 10/20 - P/B - .4/.9/.4
- 11/21 - S/B - .4/.4/.9
- 12/22 - H/B - .9/.4/.4
..which I found confusing at first, but when I look closer, its not really that complicated. P = power, so all the breeds giving more power are #4 > #7=#8=#10 > #3 > #11=#12, indicated by a P(or B = balanced) with this addon. #4 or P/P like this addon formats it, is the best if you want pure power.
Likewise, if you are looking for a speedy pet, all with S = speed(or B = balanced) will give you the wanted result. Best speed breed ID: #5 > #8=#9=#11 > #3 > #10=#12
Best hp breed ID: #6 > #7=#9=#12 > #3 > #10=#11
If the above pseudocode gets too confusing, here's the summary:
Power breed IDs: #4 is the best, while #7, #8 and #10 share second place.
Speed breed IDs: #5 is the best, while #8, #9 and #11 share second place.
Health breed IDs: #6 is the best, while #7,#9 and #12 share second place.Edit: I just noticed that the list I copy/pasted of ID vs Letter/Letter is wrong, #5 and #6 are swapped. #6 = hp, and #5 = speed, but I fixed it now.
