Wind Druid Stats Question

Vadimas

New member
Wind Druid Stats Question

Ok, so according to Fenris' guide, Stormshield gives 67% block on a Druid and needs 225 dex to have block maxed. However, if you follow the block formula, you need 193 at level 99 for max block.

Maybe I'm doing it wrong, but here:

(67%*(193-15))/(99*2) = 0.602323232

I'm confused. I hate math.

I don't know how much dex to add.

Help?
 
(67%*(193-15))/(99*2) = 0.602323232

But max block is 0.75 (or 75% if you want to put it that way). So clearly you need more than 193 at level 99 because that only gives you 0.602 = 60.2% chance to block.
Your calculations are right, you just drawing the wrong conclusions from them. :smiley:
225 Dex is what you need at level 94 says fenris.



 
To find out how much dex you need for max block it is easier to rewrite the formula too:

Code:
dex = 150*clvl/[block on equipment] + 15

For level 99: 150*99/67 + 15 = 237 dex

For level 94: 150*94/67 + 15 = 226 dex (I'm pretty sure the dex needed should always be rounded up, which really means block is always rounded down)
 
Back
Top