...and Protect me from Harm: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(Created page)
 
(correct and clarify information)
Line 1: Line 1:
{{Passive skill box|...and Protect me from Harm}}
{{Passive skill box|...and Protect me from Harm}}


'''...and Protect me from Harm''' is a notable [[Ascendancy passive skill]] for the [[Invoker]] that gives you [[Physical]] damage reduction based on your [[evasion]] chance, but also gives 40% less evasion rating.
{{Citation needed|The mechanic is only infered from the ingame text and is NOT confirmed to work this way by GGG}}
 
'''...and Protect me from Harm''' is a notable [[Ascendancy passive skill]] for the [[Invoker]] that includes your [[evasion]] rating into the [[Physical]] damage reduction (PDR) calculation, but also gives 40% less evasion rating, this reduction also affects the evasion used for the Physical damage reduction calculation.
 
To be precise the [[evasion]] rating is added together with your armor for PDR <b>before</b> PDR calculation so the pseudo code formula is <pre>pdr = pdrFunction(hit_damage, evasion_rating + armour)</pre>


==Version history==
==Version history==

Revision as of 19:29, 13 December 2024


[citation needed]

...and Protect me from Harm is a notable Ascendancy passive skill for the Invoker that includes your evasion rating into the Physical damage reduction (PDR) calculation, but also gives 40% less evasion rating, this reduction also affects the evasion used for the Physical damage reduction calculation.

To be precise the evasion rating is added together with your armor for PDR before PDR calculation so the pseudo code formula is

pdr = pdrFunction(hit_damage, evasion_rating + armour)

Version history

Version Changes
0.1.0
  • Introduced to the game.