Dodge: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{historical content|Dodge has been removed from the core game in [[version 3.16.0]]}}
{{Distinguish|Evasion}}
{{Distinguish|Evasion}}


'''Dodge''' is a [[Receiving damage|layer of defence]] that grants a chance to prevent a damaging [[hit]]. The chance to dodge is a random roll made per attack/cast; it is not entropy-based like [[evasion]] nor is it affected by [[accuracy]]. Dodge is capped at 75% and is [[Damage calculation|rolled]] before [[block]]. Damage [[Avoidance|avoidance]] is a separate mechanic and is rolled after block. Characters do not have any base dodge. Dodge then must be gained from other sources such as passives, pantheons, buffs, or modifiers on items.
'''Dodge''' is a [[Receiving damage|layer of defence]] that grants a chance to prevent a damaging [[hit]].  
 
As of [[Version 3.16.0]], all sources of attack dodge has been removed from the game, and spell dodge can only be found in the [[Acrobatics]] keystone. Most modifiers that used to grant attack and spell dodge were replaced with [[evasion]] rating and [[spell suppression]] chance.


==Mechanics==
==Mechanics==
The chance to dodge is a random roll made per attack/cast; it is not entropy-based like [[evasion]] nor is it affected by [[accuracy]]. Dodge is capped at 75% and is [[Damage calculation|rolled]] before [[block]]. Damage [[Avoidance|avoidance]] is a separate mechanic and is rolled after block. Characters do not have any base dodge.
There are two types of dodge:
There are two types of dodge:
* '''Dodge Attacks''' applies to [[attack damage|attacks]]. It is [[Damage calculation|rolled after]] [[evasion]] and is not connected to the attacker's [[accuracy]], so chance to dodge is unaffected by evasion-related mechanics such as [[blind]], [[Resolute Technique]] or [[Unwavering Stance]].
* '''Dodge Attacks''' applies to [[attack damage|attacks]]. It is [[Damage calculation|rolled after]] [[evasion]] and is not connected to the attacker's [[accuracy]], so chance to dodge is unaffected by evasion-related mechanics such as [[blind]], [[Resolute Technique]] or [[Unwavering Stance]].
Line 9: Line 15:


'''Dodge Attacks''' and '''Dodge Spell Damage''' are both capped at 75%.
'''Dodge Attacks''' and '''Dodge Spell Damage''' are both capped at 75%.
==Monsters==
Certain unique monsters can use [[Vaal Grace]].
[[Blackguard Stalker|Blackguard Stalkers]] can dodge attacks and spells.
[[Tormented Spirit|Tormented Rogue's]] Touch grants 33% Chance to Dodge Attacks, while its Grip grants 33% Chance to Dodge Attacks and 33% Chance to Dodge Spells.
==Miscellaneous==
===Bandit===
Helping [[Kraityn]] during the quest [[Deal with the Bandits]] grants {{c|mod|3% Chance to Dodge Attacks}}, as well as {{c|mod|6% increased Attack and Cast Speed}} and {{c|mod|6% increased Movement Speed}}.
===Pantheon===
The Soul of [[Lunaris]] Major [[Pantheon]] power has an upgrade that grants {{c|mod|5% chance to Dodge Attacks and Spells if you've been Hit Recently}}.
===Elusive===
The [[Elusive]] buff grants {{c|mod|15% Chance to Dodge Attacks}} and {{c|mod|15% Chance to Dodge Spells}}. The chance decays over time.
==Related items and modifiers==
===Base types===
{{Query base items
|tables=item_stats
|join=items._pageID=item_stats._pageID
|where=
  item_stats.id LIKE "%dodge%"
  OR items.name = "Quartz Flask"
|q_orderBy=items.class, items.required_level
|stat_column1_header=Attack<br>Dodge
|stat_column1_format=+%s
|stat_column1_stat1_id=base_chance_to_dodge_%
|stat_column2_header=Spell<br>Dodge
|stat_column2_format=+%s
|stat_column2_stat1_id=base_chance_to_dodge_spells_%
}}
===Modifiers===
[[The Fall of Oriath]] introduced several new tiers of suffix modifiers to Dexterity body armour and shields that grant attack dodge and several new tiers of suffix modifiers to Dexterity shields that grant spell dodge. These modifiers also affect Dexterity hybrid attribute base items, including [[Sacrificial Garb]]. The [[Essences]] of [[Deafening Essence of Loathing|Loathing]] and [[Deafening Essence of Scorn|Scorn]] provide suffix mods that grant attack dodge and spell dodge, respectively, on [[body armour]] and [[boots]]. [[Corrupted|Corruption]] can grant a corrupted implicit mod on [[boots]] that gives {{c|mod|(2 to 4)% Chance to Dodge Attacks}}. Certain [[List of helmet enchantment mods|helmet]] and [[List of boot enchantment mods|boot]] [[Enchantment|Enchantments]] can grant conditional dodge or spell dodge.
[[War for the Atlas]] included new types of items along with mods that involve dodge. Notably, Shaped and Elder items can have dodge and spell dodge on boots as special suffix modifiers. Dodge is associated with the Shaper, while spell dodge is associated with the Elder. Both rolls can reach up to 10% but are mutually exclusive. There is also a Shaped mod for shields that grants {{c|mod|(3-5)% chance to Dodge Attacks if you have Blocked Recently}}. [[Abyss Jewel|Abyss Jewels]] can roll {{c|mod|2% chance to Dodge Attacks and Spells if you've been Hit Recently}}, similar to the Lunaris Pantheon power upgrade. [[The Elder]] can drop {{il|Watcher's Eye}}, which can roll two distinct modifiers related to dodge: {{c|mod|(6-10)% chance to Dodge Attacks while affected by [[Grace]]}} and {{c|mod|(5-8)% chance to Dodge Spells while affected by [[Haste]]}}.
====Body Armour====
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (
    mods.generation_type = 1
    OR mods.generation_type = 2
  )
  AND mod_stats.id LIKE "%dodge%"
  AND spawn_weights.tag LIKE "%armour%"
  AND spawn_weights.tag NOT LIKE "%shaper%"
  AND spawn_weights.tag NOT LIKE "%elder%"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
|spawn_weights=1
}}
====Shields====
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (
    mods.generation_type = 1
    OR mods.generation_type = 2
  )
  AND mod_stats.id LIKE "%dodge%"
  AND spawn_weights.tag LIKE "%shield%"
  AND spawn_weights.tag NOT LIKE "%shaper%"
  AND spawn_weights.tag NOT LIKE "%elder%"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
|spawn_weights=1
}}
===Essences===
{{Query base items
|where=
  items.class = "Stackable Currency"
  AND items.description LIKE "%dodge%"
|large=1
|description=1
}}
===Shaper===
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (
    mods.generation_type = 1
    OR mods.generation_type = 2
  )
  AND mod_stats.id LIKE "%dodge%"
  AND spawn_weights.tag LIKE "%shaper%"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
|spawn_weights=1
}}
===Elder===
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (
    mods.generation_type = 1
    OR mods.generation_type = 2
  )
  AND mod_stats.id LIKE "%dodge%"
  AND spawn_weights.tag LIKE "%elder%"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
|spawn_weights=1
}}
===Enchantments===
====Helmets====
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  mods.generation_type = 10
  AND mod_stats.id LIKE "%chance_to_dodge%"
  AND spawn_weights.tag = "helmet"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
}}
====Boots====
{{Modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  mods.generation_type = 10
  AND mod_stats.id LIKE "%dodge%"
  AND spawn_weights.tag = "boots"
  AND spawn_weights.weight > 0
|stat_text=1
|level=1
}}
===Unique items===
{{Query unique items
|tables=item_stats
|join=items._pageID=item_stats._pageID
|where=
  item_stats.id LIKE "%dodge%"
  OR item_stats.id LIKE "%acrobatics%"
|q_orderBy=items.class, items.required_level
|large=1
|stat=1
|level=1
|stat_column1_header=Attack<br>Dodge
|stat_column1_format=%s
|stat_column1_stat1_id=base_chance_to_dodge_%
|stat_column2_header=Spell<br>Dodge
|stat_column2_format=%s
|stat_column2_stat1_id=base_chance_to_dodge_spells_%
}}
==Active skill gems==
{{main|List of dodge related skill gems}}
{{#lst:List of dodge related skill gems|active_skill_gems}}
==Support skill gems==
{{main|List of dodge related skill gems}}
{{#lst:List of dodge related skill gems|support_skill_gems}}
==Theoretical maximum==
{{Update|section}}
{| class="wikitable"
|-
!  !! Attack !! Spell
|-
| Passive Skills <sup>1</sup> || 40% || 30%
|-
| {{il|Conqueror's Longevity}}  || 2% || 0%
|-
| {{il|Hyrri's Ire}} || 10% || 10%
|-
| {{c|mod|Alchemist's}} [[Quartz Flask]] || 12.5% || 12.5%
|-
| All [[Flask Effect]] passive skills || 3% || 3%
|-
| {{il|Ascent From Flesh}} || 6% || 0%
|-
| {{il|Atziri's Step}}<sup>2</sup> || 4% || 16%
|-
| {{il|Darkray Vectors}}<sup>2,3</sup> || 20% || 0%
|-
| {{il|Hinekora's Sight}} || 10% || 10%
|-
| {{il|Mutewind Seal}}<sup>4</sup> || 10% || 0%
|-
| {{il|Tiger Hook}} <sup>5</sup> || 12% || 0%
|-
| [[Raider]] passives<sup>6</sup> || 6% || 10%
|-
| Level 27 [[Vaal Grace]]<sup>7</sup> || 37% || 37%
|-
| 164% [[Aura#Effectiveness_of_auras|increased effect of Auras]]<sup>7</sup> || 60.68 % || 60.68%
|-
| {{il|The Green Nightmare}}<sup>8</sup> || 14% || 0%
|-
| Total <sup>9</sup> || 247.18% || 189.18%
|}
<sup>1</sup> Includes [[Acrobatics]], all 3 [[Acrobatics Improvement]] nodes, and [[Phase Acrobatics]]
<sup>2</sup> Boots are mutually exclusive and [[List of item corrupted implicit modifiers|corrupted]] with 4% Chance to Dodge Attacks
<sup>3</sup> Assuming 10 Frenzy charges (Amulet corrupted with "+1 maximum Frenzy Charge" implicit, All 3 +1 maximum Frenzy Charge notables, +2 from Corrupted Darkray and +1 from Raider's [[Avatar of the Slaughter]])
<sup>4</sup> Two rings can be worn
<sup>5</sup> Two swords can be worn
<sup>6</sup> [[Quartz Infusion]] and [[Avatar of the Veil]]
<sup>7</sup> Assuming [[Vaal Grace|Aura]] received from the [[Guardian]] using [[Victario's Influence]], [[Conqueror's Potency]] and [[Dying Breath]]
<sup>8</sup> Socketed near [[Faith and Steel]] and while holding a shield
<sup>9</sup> Capped at 75%
==Passives==
There are [[passive skill]] nodes that grant additional chance to dodge either [[attack]]s or [[spell]]s.
===Base passives===
{{Query base passive skills
|where=
  passive_skill_stats.id LIKE "%dodge%"
}}
===Keystones===
{{Query keystone passive skills
|where=
  passive_skills.stat_text LIKE "%Dodge%"
}}
===Ascendancy passives===
{{Query ascendancy passive skills
|where=
  passive_skill_stats.id LIKE "%dodge%"
}}
===Cluster jewel passives===
The following [[cluster jewel]]-only passives are related to Dodge:
{{Passive skill table
|q_where=
  passive_skills.id LIKE "affliction%"
  AND passive_skills.stat_text LIKE "%Dodge%"
|large=1
|stat_text=1
}}


[[Category:Game mechanics]]
[[Category:Game mechanics]]

Revision as of 15:02, 25 October 2021

This article describes historical game content.

Dodge has been removed from the core game in version 3.16.0

Not to be confused with Evasion.

Dodge is a layer of defence that grants a chance to prevent a damaging hit.

As of Version 3.16.0, all sources of attack dodge has been removed from the game, and spell dodge can only be found in the Acrobatics keystone. Most modifiers that used to grant attack and spell dodge were replaced with evasion rating and spell suppression chance.

Mechanics

The chance to dodge is a random roll made per attack/cast; it is not entropy-based like evasion nor is it affected by accuracy. Dodge is capped at 75% and is rolled before block. Damage avoidance is a separate mechanic and is rolled after block. Characters do not have any base dodge.

There are two types of dodge:

Dodge Attacks and Dodge Spell Damage are both capped at 75%.