First of all, thanks for making the sim - it's very useful.
I was wondering if EHP for both magic and physical damage could be added along the left side with the other stats. EHP is a good and quick snapshot of how beefy a tank is and is a fairly simple calculation. Right now I'm exporting my HP and armor to a spreadsheet I made, but I do think this could be easily added to the sim.
The formula for physical EHP is:
EHP=Health/(1-(Armor/((467.5*(Level+3))+Armor-22167.5)))
And Magical EHP is:
EHP=Health/(1-(Resistance/(((Level+3)*5)+Resistance)))
Hello!
First of all, thanks for making the sim - it's very useful.
I was wondering if EHP for both magic and physical damage could be added along the left side with the other stats. EHP is a good and quick snapshot of how beefy a tank is and is a fairly simple calculation. Right now I'm exporting my HP and armor to a spreadsheet I made, but I do think this could be easily added to the sim.
The formula for physical EHP is: EHP=Health/(1-(Armor/((467.5*(Level+3))+Armor-22167.5)))
And Magical EHP is: EHP=Health/(1-(Resistance/(((Level+3)*5)+Resistance)))
Thanks for the consideration!