Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.15k stars 1.04k forks source link

[Feature] Effective HP #1345

Open Ethaw opened 5 years ago

Ethaw commented 5 years ago

Add a simplified EHP stat equals to:

HP + Shield + MoM_activated min(HP3/7, Mana)

(with MoM_activated = 1 if Mind Over Matter is activated, else 0) Basically, the amount of damage you can take in a hit before dying (ignoring any damage reduction here since there are so many variables/possibilities).

qikink commented 5 years ago

This is already present in the calcs tab, under "Damage Taken." It also takes into account the degree of "MoM"-ness you have. In the example SS it's a hiero build, so it's using 40% instead of 30%. image

Ethaw commented 5 years ago

Oh great, I missed that mouseover !

Any chance you could add this number to the left panel and the difference on the tree mouseover ? I mainly need this to compare tree variations of the same build.