
06-26-2011, 06:57 PM
|
|
Planar Protector
Join Date: Mar 2010
Location: Surefall Glade
Posts: 2,202
|
|
Quote:
Originally Posted by Treats
[You must be logged in to view images. Log in or Register.]
Straight from attack.cpp:
Code:
weapon_speed = ((int)(weapon_speed*(100.0f+attack_speed)*PermaHaste) / 100);
if(weapon_speed < 10) // fast as a client can swing, so should be the floor of the proc chance
weapon_speed = 10;
ProcBonus += (float(itembonuses.ProcChance + spellbonuses.ProcChance) / 1000.0f + AABonus);
|
__________________
Another witty, informative, and/or retarded post by:
"You know you done fucked up when Yendor gives you raid commentary." - Tiggles
|
|
|
|