02-24-2004, 09:16 PM
myrdinn is thinking of the 1.07/1.08 situation where the ED% Vs Demon (Vs undead) were handled in the manner that he described. For example
netdamage=weapon_damage *(100+skill_ED%)/100 *(100+ED%vsDemon)/100
With the 1.09 patch it was changed to the current form of being added to the skill ED% portion of the calcualtion.
Example:
netdamage=weapon_damage *(100+skill_ED%+ED%vsDemon)/100
Much too powerful of an effect in the earlier version considering what happen when a weapon based build got a pair of Laying of Hands.
netdamage=weapon_damage *(100+skill_ED%)/100 *(100+ED%vsDemon)/100
With the 1.09 patch it was changed to the current form of being added to the skill ED% portion of the calcualtion.
Example:
netdamage=weapon_damage *(100+skill_ED%+ED%vsDemon)/100
Much too powerful of an effect in the earlier version considering what happen when a weapon based build got a pair of Laying of Hands.