Does anyone know if AP_BONUS (53) is armor penetration and CriticalRange (54) is critical damage bonus? If you don't know what this means, I'm referring to unused passive ability properties.
properties.xls AP_BONUS, CriticalRange
Débuté par
KharhazDF
, janv. 02 2010 07:36
#1
Posté 02 janvier 2010 - 07:36
#2
Posté 03 janvier 2010 - 02:26
I'm curious about this, too.
#3
Posté 04 janvier 2010 - 11:32
Are we certain they're unused? In combat_damage_h is the following line:
return COMBAT_CRITICAL_DAMAGE_MODIFIER + (GetCreatureProperty(oAttacker, 54 /*PROPERTY_ATTRIBUTE_CRITICAL_RANGE*/) / 100.0);
return COMBAT_CRITICAL_DAMAGE_MODIFIER + (GetCreatureProperty(oAttacker, 54 /*PROPERTY_ATTRIBUTE_CRITICAL_RANGE*/) / 100.0);





Retour en haut






