Ya, I vaguely remember something about you making Dex so that it effected proc chance. Probably around the time you were working on Agi helping with mitigation.
So, we could have a base proc chance and it could still be 5, but if so, I don't think we should be adding the dex bonus to that. Maybe we could meet in the middle and lower the base 5% addition down to 4% and reduce the bonuses from Dex by alot. Maybe something like this:
Code:
ProcChance = 0.04f + float(mydex) / 20000.0f;
I think that would be much more reasonable for both high and low end.