2010-06-23, 12:15 AM
FrozNlite Wrote:If the skill merely resets the elemental factor to 0, but the skill is still marked as a certain element that mobs recognize, and damage is still halved/reduced to 1....see my point? Does not compute. The skill is utterly useless in such a form. I can't say I've ever played a class with Reset, so I don't know for sure, but that seems a little hinky to me.
No, only immunities reduce it to 1. Basically, the code probably does something like "If(elem == Ice) { return 1; } else { othercode }"

