08-03-2004, 09:34 PM
The block chance is given by this formula:
(total block) = (dexterity - 15) * (shield block) / (clvl * 2)
If we solve for dexterity, we get:
dexterity = (total block * clvl * 2) / (shield block) + 15
If you're aiming for max block, substitute 75% for total block to get:
dexterity = (150 * clvl) / (shield block) + 15
So that's the amount of dexterity you need for max block, based on your clvl and your shield block chance.
(There may also be rounding issues, so the result could be off by a little bit).
(total block) = (dexterity - 15) * (shield block) / (clvl * 2)
If we solve for dexterity, we get:
dexterity = (total block * clvl * 2) / (shield block) + 15
If you're aiming for max block, substitute 75% for total block to get:
dexterity = (150 * clvl) / (shield block) + 15
So that's the amount of dexterity you need for max block, based on your clvl and your shield block chance.
(There may also be rounding issues, so the result could be off by a little bit).