nbwars Posted September 24, 2013 Posted September 24, 2013 Hello, I guess the title says it all, i need to nerf just basic attacks from SC_EDP, but how i do that ? Thanks Quote
PewN Posted September 27, 2013 Posted September 27, 2013 just search this default: // fall through to apply EDP bonuses then reduce the value default: // fall through to apply EDP bonuses // Renewal EDP formula [helvetica] // weapon atk * (1 + (edp level * .8)) // equip atk * (1 + (edp level * .6)) ATK_RATE(wd.weaponAtk, wd.weaponAtk2, 100 + (sc->data[SC_EDP]->val1 * 80)); ATK_RATE(wd.equipAtk, wd.equipAtk2, 100 + (sc->data[SC_EDP]->val1 * 60)); Quote
Question
nbwars
Hello, I guess the title says it all, i need to nerf just basic attacks from SC_EDP, but how i do that ?
Thanks
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.