2014-07-16, 12:18 PM
it's lacking a 1+ in front of attack and the TD parts
moved the division by 100 away because this part:
also gets floored.
buffs are added depending on how they work. for example a DrK's cross surge (damage-wise) just multiplies everything by 2, while a xenon's OOPArts code is total damage, and a BaM's dark aura is %attack
edit: oh yea, if i remember right this part on the formula:
also got floored
Quote:Weapon Multiplier * (4 * Pri Stat + Sec Stat) * (Att) * (1 + %Att) * (1 + %TD + %Boss + %Hyper)*(1/100)
moved the division by 100 away because this part:
Quote: (Att) * (1 + %Att)
also gets floored.
buffs are added depending on how they work. for example a DrK's cross surge (damage-wise) just multiplies everything by 2, while a xenon's OOPArts code is total damage, and a BaM's dark aura is %attack
edit: oh yea, if i remember right this part on the formula:
Quote:(base stat*(1+MW%))
also got floored

