Author | Magic damage equation? |
Counting in enchantments we can use this info:
Basic damage of a spell - BD
Element enchantment imporvment % - EE
Penetrating magic resist % - Mpen
Magic resist % - MR
Elemental resist % - ER
Damage dealt - DD
How to calculate damage dealt?
BD*(MR*(1-Mpen/100)*(EE-ER)=DD? |
You wrote everything yourself :D
What else you need to know :p |
BD*(MR*(1-Mpen/100)*(EE-ER)=DD?
That (EE-ER) part is bugging me |
What if (EE-ER) becomes zero somehow, will the damage drop to zero? |
Where did you find that formula? It doesn't make sense.
Here's my guess, I think it should be something like this.
Element resist pierce - EP
BD * [1 - MR*(1 - Mpen)] * [1 - ER*(1 - EP)] * (1 + EE)
Btw I'm not taking values as percent, instead as between 0 and 1. |
for randomr1:
Thnx. This looks correct. :) |
BD*(MR*(1-Mpen/100)*(EE-ER)=DD?
Oh you made that yourself?
BD * [1 - MR*(1 - Mpen)] * [1 - ER*(1 - EP)] * (1 + EE)
Yeah this is correct |
for Bunnie:
You doubt Leo. You should surely be punished. :P |
BD * [1 - MR*(1 - Mpen)] * [1 - ER*(1 - EP)] * (1 + EE)
Seems totaly legit
Thanks botmun for guarding my back :D |
closed by god_mom (2019-11-12 00:33:37) |
---|