Evasion

From Path of Exile 2 Wiki
Revision as of 02:08, 29 August 2025 by ThemJohns (talk | contribs)
Jump to navigation Jump to search

This article needs to be updated.

Reason: New accuracy formula

Please update this article to reflect newly available information.

Estimated Evasion Chance
Tooltip
Evasion grants a chance to avoid enemy Strikes or Projectiles.

Exact chance of success also depends on the attacker's Accuracy.

Evasion is one of the three core defences that can be found on equipment. It is associated with dexterity and provides an entropy-based system of damage avoidance against most types of hits. Evasion chance is based on your Evasion Rating versus the enemy's Accuracy Rating.

Mechanics

Evading an attack prevents all damage from the attack and other hit-related effects. For projectiles, evasion prevents collision. Chance to evade/chance to hit is determined by a function of the defender's evasion rating against the attacker's accuracy rating. Chance to hit cannot go below 5%; likewise, chance to evade cannot exceed 95%.

The formula to calculate evasion chance before Version 0.3.0 is as follows: [1]

Additionally, if the evasion check fails, leading to a hit, and that hit would deal a critical strike, the chance to evade is tested again independently. If this check is passed, the critical strike is downgraded to a non-critical strike.[2]

Distance

Accuracy drops off with distance from the attacker between 2 metres (no penalty) and 12 metres (90% less accuracy rating); this primarily affects projectile skills.

Entropy

Evasion is not a random system. Instead, it uses a deterministic "entropy" system that ensures a hit will occur after a certain number of evades:

  1. If it is the first time an entity is attacked, or if the time since the last attempted hit exceeds 100 server ticks (3.33 seconds), randomize the entropy value from 0-99.
  2. Calculate the attacker's chance to hit against the defender's chance to evade, and add this integer to the entropy value.
  3. If the resulting entropy value is lower than 100, the hit counts as evade. When the value reaches 100 or greater, the check counts as a hit, and subtract 100 from the entropy value.

The secondary critical strike downgrade test does not affect the entropy value.

Example: A player is fighting three monsters, one (A) with a 70% chance to hit and two (B, C) with a 45% chance to hit.

  • A attacks. The player's entropy value is a random number between 0-99, in this case 37.
  • A's attack adds 70 to the counter, raising it to 107. This counts as a hit. 100 is then subtracted from entropy, leaving a value of 7.
  • B attacks, adding 45 to entropy. Entropy value is now 52
  • C attacks, adding 45 to entropy. Entropy value is now 97
  • A attacks, adding 70 to entropy. Entropy value is now 167. This hits, 100 is subtracted from entropy, and the value becomes 67. It happens to be a critical strike, which means it has a 70% chance to do bonus damage, but this roll is independent and doesn't affect entropy.
  • The player runs away for more than 3.33 seconds (100 ticks), so a new entropy value will be rolled on the next attack.

As a result, if a player has a 1 in N chance to be hit, then the player will be hit exactly once for every N consecutive attacks. This eliminates all possibilities of lucky and/or unlucky streaks. It is still based on chance because of the entropy's value randomization in the first step. Note that if multiple mobs are attacking one character, all of the mobs' attacks share the same entropy value. The chance to evade shown in the character stats window is based on the average accuracy of a monster at the player's level.

Other mechanics

When defending against monster hits, there is no distinction between attacks and spells and will apply to any projectiles or strike attacks from enemies. Evasion does not work against boss attacks with a red flash.

When attacking monsters, their evasion provides avoidance against all attack hits, interacting with accuracy/chance to hit. Monsters cannot evade spell hits.

Bypassing evasion

Related mechanics

Hobble

Hobble is a debuff that reduces Evasion by a specified amount. When a target's Evasion is reduced to 0, it becomes Fully Hobbled.

Blind

Blind is a debuff that reduces the target's Evasion and Accuracy by 20% and lowers their vision radius to minimum.

Version history

Version Changes
0.3.0
  • Player Evasion now works on all hits except boss skills that have a red flash.
  • The Evasion formula has been adjusted to lower the percentage of hits that will be evaded by a given amount of evasion.
0.2.0f
  • Fixed a bug where players were gaining 1% of their Evasion Rating as Armour at all times. This also fixes a bug where the Iron Reflexes Keystone Passive Skill and General's Bindings Notable Passive Skill were not providing the correct amount of Armour.
0.1.0
  • Introduced to the game.

See also

References