2012-11-29, 07:47 AM
MapleCookie Wrote:Also, I'm pretty sure Phantoms were nerfed as well. The damage formula changed (from x --> 2*u(x/3)), not sure how to calculate the formula though.
Is that from Priere D'Aria's damR value? (Skill ID: 24121004) The formula seems to match where:
x = skill level
u = round up
Lv 1 = 2 * roundUp(1/3) --> new value = 2
Lv 20 = 2 * roundUp(20/3) --> new value = 14
Lv 30 = 2 * roundUp(30/3) --> new value = 20
If so, then it looks like Phantoms indeed received the nerf...

