Paroxysm Posted February 6, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 199 Reputation: 113 Joined: 12/24/11 Last Seen: October 29, 2020 Share Posted February 6, 2013 How do I change the EDP calculation with this % damage per level? Level 1: 50% LEvel2: 100% level 3: 200% level 4: 300% level 5: 400% [color=#465584][font=Courier,] case SC_EDP: // [Celest][/font][/color] [color=#465584][font=Courier,] val2 = val1 + 2; //Chance to Poison enemies.[/font][/color] [color=#465584][font=Courier,] val3 = 50*(val1+1); //Damage increase (+50 +50*lv%)[/font][/color] [color=#465584][font=Courier,] break;[/font][/color] Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted February 6, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted February 6, 2013 Just edit this, make up a new formula that does what you want. val1 is used as the Skill level btw. val3 = 50*(val1+1); Quote Link to comment Share on other sites More sharing options...
Question
Paroxysm
How do I change the EDP calculation with this % damage per level?
Level 1: 50%
LEvel2: 100%
level 3: 200%
level 4: 300%
level 5: 400%
Link to comment
Share on other sites
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.