Many of us may be wondering which is better dps wise. I tried to combine few functions and calculate it my self.
NOTE: my calculations include a lot of rounding and they may be incorret as I am stuck on my holiday with just a crappy touch screen freebie calculator and I am not able to use my own calc which I use with my studies. Please if you know something about mathemathics could you kindly check the result as it can be a bit off.
If you find any mistakes please point them out so I can correct them. Even a small one can change the result.
So. What I did is that I calculated the damage for warrior axe 1 attack chain and created a function where I was able to calculate the max damage when getting power and precision only from traits so if you take 10 in power ypu lose 10 in precision with the max of 30 trait points.
So the power scailing avarage for the whole chain is ( 0.75+1.6+2.55 ) devided by 6 which equals about 0.817 power scaling on avarage for one hit. Then I calculated the total damage for 100 hits assuming that the game would obey critical chanse perfectly.
This is D= a*NH + b*CH
Where D is total damage done with 100 hits, NH is the damage of a normal hit, a is the amount of normal hits, CH is critical hit and b is the amount of critical hits.
For weapon strength I used 952.5 which is the avarage from exotic lvl 80 axe and the armor value I used was 2600
x equals the power gained from traits which is a number between 0 and 300
NH = ( ( x + 916 ) * 0.817 * 952.5 ) devided by 2600
a = 96 – ( 300 – x ) devided by 21
CH = same as NH except you add also 1.5 as a multiplier for the total power like other multipliers
b = ( 300 – x ) devided by 21 and then add 4
When I calculated the function D out from this data i got something like this:
D= -0.0072 times x squared + 26.12x + 29905
Result:
The biggest value this function can get when x is something between 0 and 300 is achieved when you have 300 power. So at least in traits power seems to be better than precision when going for high dps.
I would like to calculate this in general for the game as I believe power is better than precision but I am interested that what if you have high critical damage stat, would that change the thing, but for that I need my calculator and some more information. The informations I need is:
1. What is the most amount of power you can get from stats and what is the biggest precision value then. ( in pve means that what is the max power gained from equipping full exotic berserker gear and getting 30 trait points in power trait line and 30 in precision )
2. What is the most amount of precision you can get from stats and what is the biggest achievable power value then. ( if total value of precision will go over 2932 cap it there and try to get as much power as possible as total of 2932 precision equals 100% crit chanse )
3. What is the biggest critical damage amount you can get when you go for situation 1 and 2 ( note that this also depends on the profession )
With that information I think I should be able to calculate how you can achieve the biggest dps with axe chain or any other skill if you know the power scailing for the skill you want both in spvp and pve if I can just get the max stat information from both environments.