Jump to content
  • 0

How to nerf EDP Basic Attack


nbwars

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  04/27/13
  • Last Seen:  

Hello, I guess the title says it all, i need to nerf just basic attacks from SC_EDP, but how i do that ?

 

Thanks

 

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.04
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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));
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...