RoxStarzzz Wrote:could someone help me with some cold hard statistics. I tried using a damage formula but I don't know if I quite understand the genesis dmg formula.If you want the formulas (which I think you already have), check them out here: http://www.southperry.net/forums/showthread.php?t=855.
How would I go about manually calculating how much dmg I would do with genesis.
Thank you.
But with a more simplified formula, i.e. holy weak, defense, and mastery factored in, you get this:
MAX = [((Magic²/1000 + Magic)/30 + INT/200) * Spell Attack]*1.5 - 355
MIN = [((Magic²/1000 + Magic * 0.54)/30 + INT/200) * Spell Attack]*1.5 - 426
Genesis is 430 at level 1, 620 at 20, and 670 at 30.
Oh, and something that may be tripping you up is that you multiply in the (Mastery * 0.6), or 0.54 in this formula AFTER adding magic, so that it should really look more like ((Magic²/1000 + Magic) * 0.54).

