2007-12-04, 21:53:13
The damage is calculated that way:
the following formula applies when the current distance of the target is more than 50% of the range:
the following formula applies when the current distance of the target is more than 50% of the range:
Code:
set FinalDamage = (0.25 * (MaxRange / TargetDistance )) * Damage
This post has been brought to you by Sand - it's everywhere, get used to it.