Originally Posted by Rhî
Valid Datapoints should look like? I can give you some with my lvl 70 Paladin.
|
For those that would like to contribute with data, may I suggest using the following command I formated for obtaining more precise data(because 2 decimal places isn't really useful):
/print select(1, UnitDefense("player"))+select(2, UnitDefense("player")).." "..GetDodgeChance().." "..GetParryChance().." "..GetCombatRating(CR_DODGE).." "..GetCombatRating(CR_PARRY).." "..select(1, UnitStat("player", 2))
This will print your stats in your chat frame, that looks like this:
"274 4.1817655563354 6.6373481750488 0 33 92"
Which is Defense, Dodge%, Parry%, Dodge Rating, Parry Rating, Agility in that order.
The /print command is provided by AceConsole-2.0, if you have any ace2 addons you can use it.
Another helpful addon is Chatter, it gives you a button at the bottom right corner of your chat frame click on it to open a window that you can select text and use ctrl+c to copy out your test results.
And if possible, use gear with only 1 DR stat, like pure agi(no defense dodge parry) or pure defense (no agi dodge parry, but block is fine), it simplifies the calculations quite a bit.
This is how I would do it:
1. Remove all equipped items, and reset talents to 0/0/0
2. Find some pure defense gear, no agi, dodge or parry, but block is fine.
3. Put them on one by one and print the data with the command.
4. Remove all equipped items, find some pure agi gear, take the data
5. Remove all equipped items, find some pure dodge gear, take the data
6. Remove all equipped items, find some pure parry gear, take the data