View Single Post
03/02/15, 01:12 PM   #1
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
CirtPercent in tooltips

With Update 6 all items will show crit rating instead of percentage. Yes, it makes more sense, but who knows how much rating gives 1% of crit?

CritPercent:
CritPercent-0.1.zip



100% crit chance = 2 * (level + veteran rank) * (100 + level + veteran rank) crit rating
100% crit chance = 2 * (50 + 14) * (100 + 50 + 14) = 20992 crit rating

This addon is still unfinished and I'm not sure if I will ever finish it. If anyone is interested in finishing it, feel free to use my code.