2009-11-24, 10:11 PM
Stereo Wrote:The normal order of operations should be (base - def)*skill*attack mod. It works like that for other classes... For example SB-FA for a warrior is approximately (base-def)*2.5*(2*3^-x) where x is the # of the target.
If it does do (base*skill-def)*attack mod, then it's unique to Arans.
It's a damage modifier like Element, Slash Blast Final Attack, Iron Arrow, Pierce, Chain Lightning, and Energy Orb. It should be performed on the damage range before defense. After defense, the skill and critical modifiers are applied.
e.g. Iron Arrow second mob would be (BASE * 0.9 - DEF) * (SKILL% + CRIT%);
Aran Mob Reduction should be the same as other modifiers have shown to be
(BASE * K * ELEM - DEF) * (SKILL% + CRIT%)

