Chaos damage: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Beyeswhite
(Several item table templates currently have a bug in which using the `q_` parameters changes their functionality in unintended ways. If you need the `q_` parameters, use Template:Item table instead. See Category:Pages incorrectly using item table templates.)
(319 intermediate revisions by 46 users not shown)
Line 1: Line 1:
'''Chaos Damage''' is one of the 5 [[Damage Types]]. It is the rarest damage type and the hardest to get [[Resistance]] against. Chaos damage ignores [[energy shield]], reducing life directly. One can become immune to Chaos Damage with the [[Chaos Inoculation]] Keystone Passive.
'''Chaos damage''' is one of the five [[damage type]]s. It is the rarest [[Damage#Damage types|damage type]] and the hardest to get [[resistance]] against. Chaos damage bypasses [[energy shield]], reducing [[life]] or [[mana]] directly. Although chaos damage reduction is based on resistance value, it is not considered [[elemental damage]]. One can become [[Immunity|immune]] to chaos damage with the [[Chaos Inoculation]] [[keystone]] passive.


One source of chaos damage is the [[Poison]] [[status ailment]].
[[Poison]] is a [[debuff]] that deals chaos [[damage over time]].


==Passives==
==Gems==
These passives increase Chaos Damage directly:
A list of [[gem]]s with the [[gem tag]]: [[:Category:Chaos (gem tag)|Chaos]]


{{passive table
===Attack skill gems===
|Chaos Damage (passive skill)
{{Query skill gems
|Chaos Resistance and Chaos Damage
|where=skill_gems.gem_tags HOLDS "Chaos"
|Corruption
  AND skill_gems.gem_tags HOLDS "Attack"
|Method to the Madness
  AND NOT skill_gems.gem_tags HOLDS "Support"
}}
}}


These passives affect Chaos Damage in miscellaneous ways:
===Spell skill gems===
{{Query skill gems
|where=skill_gems.gem_tags HOLDS "Chaos"
  AND skill_gems.gem_tags HOLDS "Spell"
  AND NOT skill_gems.gem_tags HOLDS "Support"
}}
===Other skill gems===
{{Query skill gems
|where=skill_gems.gem_tags HOLDS "Chaos"
  AND NOT skill_gems.gem_tags HOLDS "Attack"
  AND NOT skill_gems.gem_tags HOLDS "Spell"
  AND NOT skill_gems.gem_tags HOLDS "Support"
}}
 
===Support gems===
{{Query skill gems
|where=skill_gems.gem_tags HOLDS "Chaos"
  AND skill_gems.gem_tags HOLDS "Support"
}}
 
==Base items==
The following base items are related to chaos damage:
{{Query base items
|where=items.stat_text LIKE "%Chaos%Damage%"
  AND items.class_id NOT IN ("Active Skill Gem", "Support Skill Gem")
|large=1
|level=1
|stat=1
}}
 
==Unique items==
===Flat added Chaos Damage===
[[Unique item]]s that add a flat amount of chaos damage or grant {{il|Added Chaos Damage Support}} to socketed skills.
 
{{Query unique items
|tables = item_stats
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%added_chaos_damage%"
|level=1
|stat_column1_header=Local Attack<br>Chaos Damage
|stat_column1_format=%s-%s
|stat_column1_stat_format=separate
|stat_column1_stat1_id=local_minimum_added_chaos_damage
|stat_column1_stat2_id=local_maximum_added_chaos_damage
|stat_column2_header=Global Attack<br>Chaos Damage
|stat_column2_format=%s-%s
|stat_column2_stat_format=separate
|stat_column2_stat1_id=attack_minimum_added_chaos_damage
|stat_column2_stat2_id=attack_maximum_added_chaos_damage
|stat_column3_header=Global Spell<br>Chaos Damage
|stat_column3_format=%s-%s
|stat_column3_stat_format=separate
|stat_column3_stat1_id=spell_minimum_added_chaos_damage
|stat_column3_stat2_id=spell_maximum_added_chaos_damage
|stat_column4_header=Global Spell and<br>Attack Chaos Damage
|stat_column4_format=%s-%s
|stat_column4_stat_format=separate
|stat_column4_stat1_id=spell_and_attack_minimum_added_chaos_damage
|stat_column4_stat2_id=spell_and_attack_maximum_added_chaos_damage
|stat_column5_header=Global<br>Chaos Damage
|stat_column5_format=%s-%s
|stat_column5_stat_format=separate
|stat_column5_stat1_id=global_minimum_added_chaos_damage
|stat_column5_stat2_id=global_maximum_added_chaos_damage
}}
 
===Increased Chaos Damage===
[[Unique item]]s that increase or reduce chaos damage by a percentage.
 
{{Query unique items
|tables = item_stats
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%chaos_damage_+%"
|level=1
|stat_column1_header=% inc Chaos Damage
|stat_column1_format=%s%%
|stat_column1_stat_format=add
|stat_column1_stat1_id=chaos_damage_+%
}}
 
===Converted to Chaos Damage===
[[Unique item]]s that [[Damage conversion|convert damage]] to chaos damage.
 
{{Query unique items
|tables = item_stats
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%convert_to_chaos%"
|level=1
|stat_column1_header=Phys %
|stat_column1_format=%s%%
|stat_column1_stat_format=add
|stat_column1_stat1_id=base_physical_damage_%_to_convert_to_chaos
|stat_column2_header=Light %
|stat_column2_format=%s%%
|stat_column2_stat_format=add
|stat_column2_stat1_id=base_lightning_damage_%_to_convert_to_chaos
|stat_column3_header=Cold %
|stat_column3_format=%s%%
|stat_column3_stat_format=add
|stat_column3_stat1_id=base_cold_damage_%_to_convert_to_chaos
|stat_column4_header=Fire %
|stat_column4_format=%s%%
|stat_column4_stat_format=add
|stat_column4_stat1_id=base_fire_damage_%_to_convert_to_chaos
}}
 
===Added as Chaos Damage===
[[Unique item]]s that add a portion of other [[Damage#Damage types|damage type]]s as chaos damage.


{{passive table
{{Query unique items
|Adder's Touch
|tables = item_stats
|Chaos Inoculation
|join = item_stats._pageName=items._pageName
|Purity of Flesh
|where =
|Life and Chaos Resistance
    item_stats.id LIKE "%to_add_as_chaos%"
|level=1
|stat_column1_header=Phys %
|stat_column1_format=%s%%
|stat_column1_stat_format=add
|stat_column1_stat1_id=physical_damage_%_to_add_as_chaos
|stat_column1_stat2_id=local_unique_flask_physical_damage_%_to_add_as_chaos_while_healing
|stat_column2_header=Light %
|stat_column2_format=%s%%
|stat_column2_stat_format=add
|stat_column2_stat1_id=lightning_damage_%_to_add_as_chaos
|stat_column2_stat2_id=elemental_damage_%_to_add_as_chaos
|stat_column2_stat3_id=local_unique_flask_elemental_damage_%_to_add_as_chaos_while_healing
|stat_column3_header=Cold %
|stat_column3_format=%s%%
|stat_column3_stat_format=add
|stat_column3_stat1_id=cold_damage_%_to_add_as_chaos
|stat_column3_stat2_id=elemental_damage_%_to_add_as_chaos
|stat_column3_stat3_id=local_unique_flask_elemental_damage_%_to_add_as_chaos_while_healing
|stat_column4_header=Fire %
|stat_column4_format=%s%%
|stat_column4_stat_format=add
|stat_column4_stat1_id=fire_damage_%_to_add_as_chaos
|stat_column4_stat2_id=elemental_damage_%_to_add_as_chaos
|stat_column4_stat3_id=local_unique_flask_elemental_damage_%_to_add_as_chaos_while_healing
}}
}}


These passives affect minions Chaos Resistance:
===Damage taken as Chaos Damage===
[[Unique item]]s that cause non-chaos to be [[damage taken|taken as]] chaos damage.


{{passive table
{{Query unique items
|Grave Intentions
|tables = item_stats
|Minion Life and Chaos Resistance
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%taken_%_as_chaos%"
|level=1
|stat_column1_header=Phys %
|stat_column1_format=%s%%
|stat_column1_stat_format=add
|stat_column1_stat1_id=physical_damage_taken_%_as_chaos
|stat_column1_stat2_id=local_unique_flask_physical_damage_taken_%_as_chaos_while_healing
|stat_column2_header=Light %
|stat_column2_format=%s%%
|stat_column2_stat_format=add
|stat_column2_stat1_id=lightning_damage_taken_%_as_chaos
|stat_column2_stat2_id=elemental_damage_taken_%_as_chaos
|stat_column2_stat3_id=local_unique_flask_lightning_damage_taken_%_as_chaos_while_healing
|stat_column3_header=Cold %
|stat_column3_format=%s%%
|stat_column3_stat_format=add
|stat_column3_stat1_id=cold_damage_taken_%_as_chaos
|stat_column3_stat2_id=elemental_damage_taken_%_as_chaos
|stat_column3_stat3_id=local_unique_flask_chaos_damage_taken_%_as_chaos_while_healing
|stat_column4_header=Fire %
|stat_column4_format=%s%%
|stat_column4_stat_format=add
|stat_column4_stat1_id=fire_damage_taken_%_as_chaos
|stat_column4_stat2_id=elemental_damage_taken_%_as_chaos
|stat_column4_stat3_id=local_unique_flask_fire_damage_taken_%_as_chaos_while_healing
}}
}}


==Skills==
===Granting Unholy Might===
*Dexterity: {{sl|Abyssal Cry}}, {{sl|Blood Rage}}, {{sl|Poison Arrow}}, {{sl|Viper Strike}}, {{sl|Desecrate}}, {{sl|Summon Chaos Golem}}
[[Unique item]]s that grant [[Unholy Might]]:
 
{{Query unique items
|tables=item_stats
|join=items._pageID=item_stats._pageID
|where=item_stats.id like "%Unholy_Might%" and items.name != "Extractor Mentis"
|large=1
|base_item=1
|level=1
|stat=1
}}


==Support gems==
===Chaos Damage does not bypass Energy Shield===
*Intelligence: {{sl|Added Chaos Damage}}
[[Unique item]]s that prevent chaos damage from bypassing [[Energy Shield]].
{{Query unique items
|tables = item_stats
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%chaos_damage_does_not_bypass_energy_shield%"
|large=1
|base_item=1
|level=1
|stat=1
}}


==Unique items==
===Chaos Damage taken from Mana before Life===
{{Query unique items
|tables = item_stats
|join = item_stats._pageName=items._pageName
|where =
    item_stats.id LIKE "%chaos_damage_%_taken_from_mana_before_life%"
|large=1
|base_item=1
|level=1
|stat=1
}}


=== Offensive ===
===Other items===
Deals Chaos damage:
{{Query unique items
* {{il|Blackheart}}
|where=items.name in ("The Retch", "Lightbane Raiment", "Death's Oath", "Death's Oath", "Zerphi's Heart", "Extractor Mentis")
* {{il|Ming's Heart}}
|large=1
* {{il|Soul Strike}}
|base_item=1
* {{il|Cherrubim's Maleficence}}
|level=1
* {{il|The Covenant}}
|stat=1
* {{il|Death's Oath}}
}}
* {{il|Alberon's Warpath}}
* {{il|Shadows and Dust}}
* {{il|Wings of Entropy}}
* {{il|Rebuke of the Vaal}}
* {{il|Edge of Madness}}
* {{il|Apep's Rage}}


X% of X damages converted to Chaos damage:
==Passive skills==
* {{il|Infernal Mantle}}
The following [[passive skill]]s are related to chaos damage:
* {{il|Lightbane Raiment}}
===Chaos Damage===
* {{il|Darkscorn}}
{{Query base passive skills
* {{il|Voltaxic Rift}}
|where=
* {{il|Mortem Morsu}}
  passive_skill_stats.id = "chaos_damage_+%"
}}


Deals chaos damage over time ([[poison]] is a [[status ailment]]):
===Cluster Jewel passive skills===
* {{il|Snakebite}}
The following [[Cluster Jewel]] passives are related to Chaos Damage:
* {{il|Mortem Morsu}}
{{Passive skill table
* {{il|Bino's Kitchen Knife}}
|q_where=
* {{il|Mark of the Doubting Knight}}
  passive_skills.id LIKE "affliction%"
  AND passive_skills.stat_text LIKE "%chaos_damage%"
|large=1
|stat_text=1
}}


Minion Chaos Damage:
===Miscellany===
* {{il|Vis Mortis}}
These passive skills are related to chaos damage, but do not fit into any other category.


=== Defensive ===
{{Query base passive skills
|where=
  (
    passive_skill_stats.id LIKE "%chaos%damage%"
    OR passive_skill_stats.id LIKE "%damage_%_to_add_as_chaos%"
  )
  AND passive_skill_stats.id NOT LIKE "%resist%"
  AND passive_skill_stats.id NOT IN ("chaos_damage_+%")
}}


Chaos resistance:
===Timeless Jewel keystone passive skills===
* {{il|Victario's Acuity}}
The following {{il|Timeless Jewel}} [[keystone passive skill]]s are related to chaos damage:
* {{il|Death Rush}}
{| class="wikitable sortable"
* {{il|Lori's Lantern}} (when on low life)
|-
* {{il|Ming's Heart}}
! Name !! Stats
* {{il|Solaris Lorica}} (−10 Chaos Damage taken)
|-
* {{il|Zahndethus' Cassock}}
| [[Corrupted Soul]] <br> <div class="passive-icon-container passive-icon-type__keystone"><div class="passive-icon-frame"></div>[[Image:KeystoneCorruptedSoul passive skill icon.png|link=Corrupted Soul]]</div> ||
* {{il|Alberon's Warpath}}
{{c|mod|50% of Non-Chaos Damage taken bypasses Energy Shield}}<br>
* {{il|Dusktoe}}
{{c|mod|Gain 15% of Maximum Life as Extra Maximum Energy Shield}}
* {{il|Devoto's Devotion}}
|-
* {{il|Geofri's Crest}}
| [[Divine Flesh]] <br> <div class="passive-icon-container passive-icon-type__keystone"><div class="passive-icon-frame"></div>[[Image:KeystoneDivineFlesh passive skill icon.png|link=Divine Flesh]]</div> ||
* {{il|The Vertex}}
{{c|mod|All Damage taken bypasses Energy Shield}}<br>
* {{il|Bino's Kitchen Knife}}
{{c|mod|50% of Elemental Damage taken as Chaos Damage}}<br>
* {{il|Apep's Rage}}
{{c|mod|+5% to maximum Chaos Resistance}}
* {{il|The Broken Crown}}
|}
* {{il|Maloney's Nightfall}}


Increase maximum chaos resistance:
===Keystone passive skills===
* {{il|Saffell's Frame}}
The following [[keystone passive skill]]s are related to chaos damage:
{{Query keystone passive skills
|where=passive_skills.stat_text LIKE "%Chaos%"
}}


X% of Elemental Damage taken as Chaos Damage:
===Masteries===
* {{il|Incandescent Heart}}
The following [[Passive Mastery|Masteries]] are related to chaos damage:
{{Query masteries|where=chaos damage}}


X% of Physical Damage taken as Chaos Damage:
===Ascendancy passive skills===
* {{il|Darkscorn}}
The following [[Ascendancy passive skill]]s are related to chaos damage:
{{Query ascendancy passive skills
|where=
  (
    passive_skill_stats.id LIKE "%chaos%damage%"
    OR passive_skill_stats.id LIKE "%damage_%_to_add_as_chaos%"
    OR passive_skill_stats.id LIKE "%as_chaos%on_kill%"
    OR passive_skill_stats.id = "base_chaos_damage_resistance_%"
    OR passive_skills.name IN ("Liege of the Primordial")
  )
  AND passive_skill_stats.id NOT LIKE "%resist%"
}}


Chaos Damage does not bypass Energy Shield:
===Tattoos===
* {{il|Shavronne's Wrappings}}
{{Query items
* {{il|Solaris Lorica}}
|tables = tattoos
|join = items._pageID = tattoos._pageID
|where = items.class_id="StackableCurrency"
  AND tattoos.target IS NOT NULL
  AND items.description LIKE "%chaos damage%"
|large=1
|description=1
}}


==Monsters==
==Monsters==
Monsters with chaos damage attacks include:
[[Monsters]] with chaos damage attacks include:
Some [[Spawn]]s, some [[Beast]]s, some [[Spider]]s, some [[Skeletal Archer]]s, some [[Snake]]s, some [[Bandit]]s, some [[Ghost]]s, some [[Undying]]s, some [[Spitter]]s, and some [[Zombie]]s.
Some [[Spawn]]s, some [[Beast]]s, some [[Spider]]s, some [[Skeletal Archer]]s, some [[Snake]]s, some [[Bandit]]s, some [[Ghost]]s, some [[Undying]]s, some [[Spitter]]s, and some [[Zombie]]s.


Bosses with chaos damage attacks include:
Bosses with chaos damage attacks include:
*[[Oozeback Bloom]] (Enemies Lose Life Over Time)
* [[Oozeback Bloom]] ([[Degeneration aura]] that deals chaos damage over time)
*[[Sawbones]] (Cast {{sl|Desecrate}})
* [[Sawbones]] (Cast {{il|Desecrate}})
*[[Plague Retch]] ({{sl|Viper Strike}}, Enemies Lose Life Over Time)
* [[Plague Retch]] ({{il|Viper Strike}}, Enemies Lose Life Over Time)
*[[Black Death]] (use {{sl|Viper Strike}})
* [[Black Death]] (use {{il|Viper Strike}})
*[[Tailsinger]] (Throws Posion Bombs)
* [[Tailsinger]] (Throws Poison Bombs)
*[[The Weaver]] (Deals Chaos Damage, {{sl|Viper Strike }})
* [[The Weaver]] (Deals Chaos Damage, {{il|Viper Strike }})
*[[Spinesnap]] (Leaves poison clouds)
* [[Spinesnap]] (Leaves poison clouds)
*[[Fleshrend, Grand Inquisitor]] (Cast {{sl|Desecrate}})
* [[Fleshrend, Grand Inquisitor]] (Cast {{il|Desecrate}})
*[[Alal the Terrifying]] (Throws Posion Bombs)
* [[Alal the Terrifying]] (Throws Poison Bombs)
* [[Maligaro, The Inquisitor]] (Cast {{il|Desecrate}}, Vaal Fire Trap)
* [[Paradisae Venenum|Alpha Paradisae]] (Cast {{il|Desecrate}})
Also see "[[List of enemies using chaos damage|The list of enemies using chaos damage]]"
 
==See also==
* [[Poison]]
* [[Physical Damage]]
* [[Fire Damage]]
* [[Cold Damage]]
* [[Lightning Damage]]
 
==Version history==
{{Version history table header}}
{{Version history table row|0.8.0|
* Chaos damage effects added.
}}
{{Version history table end}}


[[Category:Damage]]
[[Category:Damage types]]
[[ru:Урон от хаоса]]

Revision as of 18:12, 12 April 2024

Chaos damage is one of the five damage types. It is the rarest damage type and the hardest to get resistance against. Chaos damage bypasses energy shield, reducing life or mana directly. Although chaos damage reduction is based on resistance value, it is not considered elemental damage. One can become immune to chaos damage with the Chaos Inoculation keystone passive.

Poison is a debuff that deals chaos damage over time.

Gems

A list of gems with the gem tag: Chaos

Attack skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Caustic ArrowCaustic ArrowAttack, Projectile, AoE, Duration, Chaos, Bow
Level: (1-20)
Cost: (6-10) Mana
Attack Damage: (55-64)% of base
Effectiveness of Added Damage: (55-64)%
Projectile Speed: 3260
AoE Radius: 20
Fires an arrow which deals chaos damage in an area on impact, and spreads caustic ground. Enemies standing on the caustic ground take chaos damage over time.Deals (8.8-1927.1) Base Chaos Damage per second
Base duration is 2.00 seconds
Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect
+(0-0.6) metres to radius
60% of Physical Damage Converted to Chaos Damage

Additional Effects From 1-20% Quality:
+(0.01-0.2) metres to radius
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/AyesN/A
Cobra LashCobra LashAttack, Projectile, Chaos
Level: (1-20)
Cost: (5-7) Mana
Attack Speed: 120% of base
Attack Damage: (75-125)% of base
Effectiveness of Added Damage: (75-125)%
Fires a poisonous projectile based on your weapon that will chain between enemies. Requires a Dagger or Claw.(3-113) to (5-169) Added Chaos Damage
8% more Damage with Hits and Ailments for each remaining Chain
Chains +(3-5) Times
60% of Physical Damage Converted to Chaos Damage
40% chance to Poison on Hit

Additional Effects From 1-20% Quality:
Chains +(0.1-2) Times
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/Ayesyes
Pestilent StrikePestilent StrikeAttack, Melee, Strike, AoE, Duration, Chaos
Level: (1-20)
Cost: 6 Mana
Attack Damage: (125-160)% of base
Effectiveness of Added Damage: (125-160)%
Requires Level 28Attacks with your weapon, inflicting a debuff on enemies hit by the strike. If a debuffed enemy dies while poisoned, Pestilent Strike inflicts a secondary chaos damage over time debuff on enemies around them, based on the poisons on the slain enemy. This damage is not affected by your damage modifiers. Requires a Claw or Dagger.Base duration is 1.00 seconds
Base secondary duration is 1.00 seconds
(20-113) to (30-169) Added Chaos Damage
60% of Physical Damage Converted to Chaos Damage
60% chance to Poison on Hit
30% more Poison Duration
Secondary Debuff deals 50% of the total remaining Expected Poison Damage of all Poisons on the dying Enemy per second as Chaos Damage

Additional Effects From 1-20% Quality:
(1-20)% more Poison Duration
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/Ayesyes
Poisonous ConcoctionPoisonous ConcoctionAttack, AoE, Chaos, Projectile
Level: (1-20)
Cost: (7-9) Mana
Attack Speed: 115% of base
Requires Level 12Throws a bottle that explodes to deal unarmed attack damage in an area and has a chance to poison. Can consume charges from a Life flask to add further damage. Requires an empty main hand, and no off-hand weapon.(26-622) to (39-933) Added Chaos Damage
40% chance to Poison on Hit
+6% to Critical Strike Chance
Base radius is 1.8 metres
Consumes 1 Charge per Projectile Fired from 1 Life Flask, if possible
Added Chaos Damage equal to (3-11)% of Flask's Recovery Amount if Charges were consumed from a Life Flask

Additional Effects From 1-20% Quality:
(1-20)% chance to inflict Withered for 2 seconds on Hit
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/AyesN/A
Scourge ArrowScourge ArrowAttack, Projectile, Channelling, Chaos, Bow
Level: (1-20)
Cost: (4-5) Mana
Attack Speed: 190% of base
Attack Damage: (30-40)% of base
Effectiveness of Added Damage: (30-40)%
Requires Level 28Channel to infuse an arrow with chaos, gaining stages while it is held. Release to fire it, leaving spore pods in its wake. Each spore pod blooms, firing thorn arrows, which travel for a short time before dissipating. Modifiers that cause additional projectiles to be fired will only apply to the initial arrows, and the spore pods will be divided between those arrows.Arrows Pierce all Targets
(20-113) to (30-169) Added Chaos Damage
60% of Physical Damage Converted to Chaos Damage
150% more Damage with Hits and Ailments per Stage
Maximum 5 Stages
Leaves 1 Spore Pod per Stage
Each Spore Pod fires 9 Thorn Arrows
Thorn Arrows deal 50% less Damage

Additional Effects From 1-20% Quality:
Each Spore Pod fires +(0.1-2) Thorn Arrows
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AyesN/A

Spell skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Alchemist's MarkAlchemist's MarkSpell, Curse, Mark, AoE, Duration, Fire, Chaos
Level: (1-20)
Cost: (16-33) Mana
Cast Time: 0.50 sec
Requires Level 24Curses a single enemy, granting flask charges when you hit them and creating Burning Ground under them if your hit Ignites them, and Caustic Ground if it Poisons them. Damage modifiers do not apply to these ground effects. You can only have one Mark at a time.Base duration is 4.00 seconds
Burning Ground deals (20-26)% of the Fire Damage per Second of strongest Ignite on Enemy
Caustic Ground deals (60-79)% of the Chaos Damage per Second of strongest Poison on Enemy
Can create each Ground effect no more than once each second
Gain 1 Flask Charge when you Hit a Cursed Enemy, no more than once every 3 seconds

Additional Effects From 1-20% Quality:
(0.5-10)% increased Effect of Mark
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24N/AyesN/A
DesecrateDesecrateSpell, AoE, Duration, Chaos
Level: (1-20)
Cost: (11-26) Mana
Cast Time: 0.60 sec
Requires Level 16Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.Deals (8.2-294) Base Chaos Damage per second
Base duration is 4.00 seconds
Spawns 5 corpses
Spawns corpses up to Level (20-100)
Maximum of 10 corpses allowed

Additional Effects From 1-20% Quality:
(1-20)% increased Cast Speed
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
16N/Ayesyes
Herald of AgonyHerald of AgonySpell, Herald, Minion, Chaos, Physical
Level: (1-20)
Reservation: 25% Mana
Cooldown Time: 1.00 sec
Can Store 1 Use(s)
Cast Time: Instant
Requires Level 16Grants a buff giving more poison damage and a chance to inflict poison. When you poison an enemy while you have this buff, you gain Virulence, and summon an Agony Crawler minion that uses projectile and area attacks. You will lose Virulence over time, at a rate which increases the more Virulence you have. The minion will die when you have no Virulence.Maximum 1 Summoned Agony Crawler
Buff grants 20% chance to Poison on Hit
Grants Virulence when you Poison an Enemy
Buff grants 10% more Damage with Poison
40 Maximum Virulence
Minions cannot Taunt Enemies
Agony Crawler has (2-4)% increased Attack Speed per Virulence you have
Agony Crawler deals (5-9)% increased Physical Damage per Virulence you have
Agony Crawler has (1-45) to (3-84) Added Physical Damage per Virulence you have

Additional Effects From 1-20% Quality:
+(0.25-5) to Maximum Virulence
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
16N/AyesN/A
Plague BearerPlague BearerSpell, Chaos, AoE
Level: (1-20)
Cost: (6-13) Mana
Cooldown Time: 0.50 sec
Can Store 1 Use(s)
Cast Time: Instant
Requires Level 24Gain an Incubating buff, adding to its Plague Value as you inflict poisons. Use the skill again to begin Infecting, dealing chaos damage over time to nearby enemies until the Plague Value is depleted. Your damage modifiers don't apply to this skill's damage. Using the skill again alternates between Incubating and Infecting.+(0-0.3) metres to radius
20% less Damage with Poison while Incubating and not at Maximum Plague Value
When you inflict Poison while Incubating, adds 40% of the Expected Poison
Damage to Plague Value
Maximum Plague Value is (4000-1000000)
While Infecting, deals Chaos Damage per second equal to 12% of the Plague Value when Infecting began, and loses Plague Value at the same rate

Additional Effects From 1-20% Quality:
Plague Bearer deals Damage based on an additional +(0.2-4)% of Plague Value
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24N/AyesN/A
BaneBaneChaos, Trigger, Spell, AoE, Duration, Hex
Level: (1-20)
Cost: (10-20) Mana
Cast Time: 0.60 sec
Requires Level 24Applies a debuff to enemies in an area, which deals chaos damage over Time. Linked hex curses are also applied to those enemies. The debuff deals more damage and lasts longer for each hex applied this way. This skill cannot be used by Totems, Traps, or Mines.Only applies Hexes from Curse Skill Gems requiring Level (24-70) or lower
Deals (45.6-895.6) Base Chaos Damage per second
Base duration is 2.00 seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
Base radius is (2.1-2.4) metres
(28-42)% more Damage per Curse applied
50% increased Debuff Duration per Curse applied
Applied Curses have 25% less Effect
This Gem can only Support Skill Gems requiring Level (24-70) or lower
You cannot Cast Supported Curse Spells
25% less Effect of Supported Curses

Additional Effects From 1-20% Quality:
Applied Curses have (1-20)% increased Effect
(1-20)% increased Effect of Supported Curses
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24N/AN/Ayes
BlightBlightSpell, Chaos, AoE, Channelling, Duration
Level: (1-20)
Cost: (2-5) Mana
Cast Time: 0.30 sec
AoE Radius: 26
Apply a debuff to enemies in front of you which deals chaos damage over time. Enemies who aren't already debuffed by Blight are also hindered for a shorter secondary duration, slowing their movement. Continued channelling adds layers of damage to the debuff, each with their own duration.Deals (3.9-283.9) Base Chaos Damage per second
Base duration is 2.00 seconds
Base secondary duration is 1.00 seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
+(0-0.6) metres to radius
80% reduced Movement Speed
Debuff can have up to 20 layers of Damage

Additional Effects From 1-20% Quality:
Base duration is (0.04-0.8) seconds
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
1N/AN/Ayes
ContagionContagionSpell, AoE, Duration, Chaos
Level: (1-20)
Cost: (5-20) Mana
Cast Time: 0.60 sec
AoE Radius: 20
Requires Level 4Unleashes a vile contagion on enemies, dealing chaos damage over time. If an enemy dies while affected by Contagion, the debuff spreads to other enemies.Deals (3.5-235.9) Base Chaos Damage per second
Base duration is 5.00 seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
Base radius is 1.7 metres
Spreads when affected Enemy dies

Additional Effects From 1-20% Quality:
Base radius is (0.01-0.2) metres
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
4N/Ayesyes
Dark PactDark PactMinion, Spell, AoE, Chaining, Chaos, Nova
Level: (1-20)
Cost: (7-13) Mana
Cast Time: 0.50 sec
Critical Strike Chance: 5.00%
Requires Level 28This spell removes some life from one of your Skeleton minions near you or the targeted location to deal chaos damage in an area around it. This effect will chain to your other nearby skeletons. If you have no skeletons near you or the targeted location, it will sacrifice your own life to deal damage instead.Deals (24-241) to (36-362) Chaos Damage
Sacrifices 8% of Skeleton's Life to deal that much Chaos Damage
Chains +2 Times
Uses your Life if no Skeletons in range
(56-136)% more Damage with Hits and Ailments if using your Life

Additional Effects From 1-20% Quality:
Sacrifices +(0.1-2)% of Skeleton's Life to deal that much Chaos Damage
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes
DespairDespairSpell, AoE, Duration, Chaos, Curse, Hex
Level: (1-20)
Cost: (16-33) Mana
Cast Time: 0.50 sec
AoE Radius: 22
Requires Level 24Curses all targets in an area, lowering their chaos resistance.Base duration is (8.00-11.80) seconds
+(0-1) metre to radius
Cursed enemies have -(15-30)% to Chaos Resistance

Additional Effects From 1-20% Quality:
(0.5-10)% increased Effect of Curse
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
24N/Ayesyes
Essence DrainEssence DrainSpell, Projectile, Duration, Chaos, AoE
Level: (1-20)
Cost: (8-23) Mana
Cast Time: 0.70 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 140%
Requires Level 12Fires a projectile that applies a damage over time debuff when it hits. You are healed for a portion of the debuff damage. The debuff is spread by Contagion.Deals (9-644) to (13-966) Chaos Damage
Deals (31.2-1509.4) Base Chaos Damage per second
Base duration is 3.80 seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
Regenerate 0.50% of Debuff Damage as Life

Additional Effects From 1-20% Quality:
Regenerate +(0.025-0.5)% of Debuff Damage as Life
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
12N/Ayesyes
Forbidden RiteForbidden RiteSpell, AoE, Chaos, Projectile
Level: (1-20)
Cost: (8-21) Mana
Cast Time: 0.75 sec
Critical Strike Chance: 6.00%
Effectiveness of Added Damage: 110%
Requires Level 16Lobs an exploding projectile near the targeted location, and extra projectiles toward enemies around you. The projectiles deal chaos damage based on your life and energy shield. Casting this spell damages you.Deals (15-498) to (22-747) Chaos Damage
Deals 5% of your maximum Energy Shield as base Chaos Damage
Deals 12% of your maximum Life as base Chaos Damage
Take 40% of maximum Life and 25% of maximum Energy Shield as Chaos Damage
Fires extra Projectiles at up to (6-7) surrounding Enemies

Additional Effects From 1-20% Quality:
Fires extra Projectiles at up to +(0.1-2) surrounding Enemies
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
16N/AN/Ayes
HexblastHexblastSpell, AoE, Chaos, Hex
Level: (1-20)
Cost: (16-30) Mana
Cast Time: 1.00 sec
Critical Strike Chance: 4.00%
Effectiveness of Added Damage: 340%
Requires Level 28Deals chaos damage to a single enemy, dealing more damage if they are Hexed, then removing the Hex. If the enemy was Hexed, also deals area damage to other enemies around the target, boosting damage and removing Hexes from those enemies in the same way.Deals (111-1514) to (166-2271) Chaos Damage
This Spell's Cast Time is added to its Cooldown if Triggered
Base radius is 2.8 metres
All Damage can Ignite, Freeze, and Shock
Chaos Damage with Hits is Resisted by lowest Resistance instead
40% more Damage with Ailments if Enemy is Hexed
100% more Damage with Hits if Enemy is Hexed
100% chance to remove a Hex after Damaging

Additional Effects From 1-20% Quality:
-(0.5-10)% chance to remove a Hex after Damaging
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes
SoulrendSoulrendChaos, Spell, AoE, Duration, Projectile
Level: (1-20)
Cost: (14-26) Mana
Cast Time: 0.80 sec
Critical Strike Chance: 5.00%
Effectiveness of Added Damage: 170%
Requires Level 28Fires a projectile that turns towards enemies in front of it, damaging and piercing through those it hits, and leeching some of that damage as energy shield. As the projectile travels, it repeatedly applies a short but powerful chaos damage over time debuff to each enemy in an area around it.Deals (21-885) to (31-1327) Chaos Damage
Projectiles Pierce all Targets
Deals (180.8-2642.5) Base Chaos Damage per second
Base duration is 0.60 seconds
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
4% of Spell Damage Leeched as Energy Shield

Additional Effects From 1-20% Quality:
Base duration is (0.01-0.2) seconds
Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
28N/AN/Ayes

Other skill gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement

Support gems

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Awakened Vicious Projectiles SupportAwakened Vicious Projectiles SupportProjectile, Attack, Physical, Chaos, Support
Icon: d
Level: (1-5)
Cost & Reservation Multiplier: 130%
Requires Level 72Supports projectile attack skills.Supported Skills deal (50-59)% more Chaos Damage over Time
Supported Skills deal (50-59)% more Physical Damage over Time
Supported Skills deal (50-59)% more Physical Projectile Attack Damage
Supported Skills have 10% less Projectile Attack Speed

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Physical Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72N/AyesN/A
Awakened Void Manipulation SupportAwakened Void Manipulation SupportChaos, Support
Icon: v
Level: (1-5)
Cost & Reservation Multiplier: 130%
Requires Level 72Supports any skill that deals damage.Supported Skills deal (35-39)% more Chaos Damage
Supported Skills deal no Elemental Damage
+(0-1) to Level of Supported Chaos Skill Gems

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72N/Ayesyes
Chance to Poison SupportChance to Poison SupportChaos, Support
Icon: O
Level: (1-20)
Cost & Reservation Multiplier: 120%
Supports any skill that hits enemies.Supported Skills have 40% chance to Poison on Hit
Supported Skills have (1-94) to (2-141) added Chaos Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Damage with Poison
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
1N/AyesN/A
Added Chaos Damage SupportAdded Chaos Damage SupportChaos, Support
Icon: H
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 31Supports any skill that hits enemies.Supported Skills have (18-154) to (26-231) added Chaos Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31N/AN/Ayes
Awakened Added Chaos Damage SupportAwakened Added Chaos Damage SupportChaos, Support
Icon: H
Level: (1-5)
Cost & Reservation Multiplier: 120%
Requires Level 72Supports any skill that hits enemies.+(0-1) to Level of Supported Skill Gems
Supported Skills have (167-189) to (251-284) added Chaos Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72N/AN/Ayes
Decay SupportDecay SupportChaos, Support
Icon: D
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 38Supports any skill that hits enemies.Supported Skills inflict Decay on Hit, dealing (120-843) Chaos Damage per second for 8 seconds

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
38N/Ayesyes
Impending Doom SupportImpending Doom SupportSupport, Hex, Spell, AoE, Chaos, Trigger
Icon: X
Level: (1-20)
Cost & Reservation Multiplier: 130%
Cooldown Time: 0.15 sec
Can Store 3 Use(s)
Cast Time: 1.00 sec
Critical Strike Chance: 5.00%
Requires Level 31Supports hex curse skills, causing them to trigger Doom Blast when the hex ends. Cannot support curse skills which are triggered or applied as an aura.Trigger Doom Blast when a Hex from Supported Curse Skills ends
Deals (102-1654) to (154-2481) Chaos Damage
Trigger This Skill when a Hex from Supported Skills ends

Additional Effects From 1-20% Quality:
(0.5-10)% increased Area of Effect
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31N/AN/Ayes
Sacrifice SupportSacrifice SupportChaos, Support, Spell
Icon: ^
Level: (1-20)
Requires Level 31Supports spell skills that hit enemies and have no reservation. Cannot support brand skills, orb skills, channelling skills, Vaal skills or skills used by traps or mines. Cannot modify the skills of minions.Supported Spells Sacrifice 20% of your current Life when Cast to gain added Chaos Damage equal to (25-44)% of Sacrificed Life

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
31N/AN/Ayes

Base items

The following base items are related to chaos damage:

ItemRequired levelStats
Deadhand TalismanDeadhand TalismanTalisman Tier: 1(19-31)% increased Chaos DamageCorruptedThe Empire poisons our blood with sweet wine.
Poisons our flesh with silk.
Poisons our minds with civil lies.
Poisons our children with servitude.
- The Wolven King
1(19-31)% increased Chaos DamageCorrupted
Malign FangsMalign FangsClaw
Physical Damage: 20-37
Chaos Damage: (43-55) to (81-104)
Critical Strike Chance: 6.00%
Attacks per Second: 1.60
Weapon Range: 1.1 metres
Requires Level 50, 86 Dex, 86 IntAdds (43-55) to (81-104) Chaos Damage
50Adds (43-55) to (81-104) Chaos Damage
Iolite RingIolite RingRequires Level 80(17-23)% increased Chaos Damage80(17-23)% increased Chaos Damage

Unique items

Flat added Chaos Damage

Unique items that add a flat amount of chaos damage or grant Added Chaos Damage SupportAdded Chaos Damage SupportChaos, Support
Icon: H
Level: (1-20)
Cost & Reservation Multiplier: 120%
Requires Level 31Supports any skill that hits enemies.Supported Skills have (18-154) to (26-231) added Chaos Damage

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Chaos Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
to socketed skills.

ItemRequired levelLocal Attack
Chaos Damage
Global Attack
Chaos Damage
Global Spell
Chaos Damage
Global Spell and
Attack Chaos Damage
Global
Chaos Damage
Alberon's WarpathAlberon's Warpath
Soldier Boots
Armour: (268-319)
Energy Shield: (18-20)
Requires Level 49, 47 Str, 47 Int(15-18)% increased Strength
Adds 1 to 80 Chaos Damage to Attacks
+(180-220) to Armour
+(13-19)% to Chaos Resistance
25% increased Movement Speed
Summoned Skeleton Warriors are Permanent and Follow you
Summon Skeletons cannot Summon more than 1 Skeleton Warrior
Alberon walked among the accursed,
and they welcomed him.
49N/A1-80N/AN/AN/A
Apep's RageApep's Rage
Omen Wand
Wand
Physical Damage: 33-61
Critical Strike Chance: 8.00%
Attacks per Second: 1.20
Requires Level 53, 200 Int(27-31)% increased Spell DamageAdds (90-130) to (140-190) Chaos Damage to Spells
(25-30)% increased Cast Speed
+(5-10)% to Chaos Resistance
Lose 40 Mana when you use a Skill
Poisons you inflict deal Damage (30-50)% faster
Apep's poison entraps, encircles,
and engulfs the leaking mind of Man.
53N/AN/A(90-130)-(140-190)N/AN/A
Arakaali's FangArakaali's Fang
Fiend Dagger
Rune Dagger
Physical Damage: (81-105) to (288.9-351)
Chaos Damage: 1-59
Critical Strike Chance: 6.50%
Attacks per Second: 1.20
Weapon Range: 1.0 metres
Requires Level 53, 58 Dex, 123 Int40% increased Global Critical Strike Chance100% chance to Trigger Level 1 Raise Spiders on Kill
(170-200)% increased Physical Damage
Adds (8-13) to (20-30) Physical Damage
Adds 1 to 59 Chaos Damage
15% chance to Poison on Hit
All children must eat.
531-59N/AN/AN/AN/A
Apep's SlumberApep's Slumber
Vaal Spirit Shield
Chance to Block: 24%
Energy Shield: (136-164)
Movement Speed: -3%
Requires Level 62, 159 Int(5-10)% increased Spell DamageAdds (50-55) to (72-80) Chaos Damage
+(80-100) to maximum Energy Shield
+25% chance to be Poisoned
+3% to all maximum Resistances while Poisoned
Regenerate 80 Energy Shield per Second per Poison on you, up to 400 per second
Poisons on you expire 50% slower
The heart grows slow,
the spirit grows strong.

This item can be transformed on the Altar of Sacrifice along with Vial of Awakening
62N/AN/AN/AN/A(50-55)-(72-80)
Apep's SupremacyApep's Supremacy
Vaal Spirit Shield
Chance to Block: 24%
Energy Shield: (186-214)
Movement Speed: -3%
Requires Level 62, 159 Int(5-10)% increased Spell DamageAdds (50-55) to (72-80) Chaos Damage
+(130-150) to maximum Energy Shield
(30-50)% faster start of Energy Shield Recharge
You take Chaos Damage instead of Physical Damage from Bleeding
+25% chance to be Poisoned
+3% to all maximum Resistances while Poisoned
Poisons on you expire 50% slower
Give him your body, and your burdens will follow.
62N/AN/AN/AN/A(50-55)-(72-80)

Increased Chaos Damage

Unique items that increase or reduce chaos damage by a percentage.

ItemRequired level% inc Chaos Damage

Converted to Chaos Damage

Unique items that convert damage to chaos damage.

ItemRequired levelPhys %Light %Cold %Fire %

Added as Chaos Damage

Unique items that add a portion of other damage types as chaos damage.

ItemRequired levelPhys %Light %Cold %Fire %

Damage taken as Chaos Damage

Unique items that cause non-chaos to be taken as chaos damage.

ItemRequired levelPhys %Light %Cold %Fire %

Granting Unholy Might

Unique items that grant Unholy Might:

ItemBase ItemRequired levelStats

Chaos Damage does not bypass Energy Shield

Unique items that prevent chaos damage from bypassing Energy Shield.

ItemBase ItemRequired levelStats

Chaos Damage taken from Mana before Life

ItemBase ItemRequired levelStats

Other items

ItemBase ItemRequired levelStats

Passive skills

The following passive skills are related to chaos damage:

Chaos Damage

NameStats
Chaos Damage
12% increased Chaos Damage [1]
16% increased Chaos Damage [2]
Chaos Damage and Withered Expiry Rate
10% increased Chaos Damage
Withered you Inflict expires 10% slower [1] [2]
Chaos Resistance and Chaos Damage
+4% to Chaos Resistance
8% increased Chaos Damage [1]
Damage Over Time and Chaos Damage Over Time Multiplier
10% increased Chaos Damage
+3% to Chaos Damage over Time Multiplier [1]
Physical and Chaos Damage
10% increased Physical Damage
10% increased Chaos Damage [1] [2] [3] [4]

12% increased Physical Damage
12% increased Chaos Damage [2]
Physical and Chaos Damage and Life
14% increased Physical Damage
+12 to maximum Life
14% increased Chaos Damage [1]
Atrophy
27% increased Chaos Damage
12% increased Skill Effect Duration [1]
Fangs of the Viper
+20 to Dexterity
5% increased Movement Speed
20% increased Physical Damage
20% increased Chaos Damage [1]
Heart of Darkness
27% increased Chaos Damage
Damage Penetrates 7% Chaos Resistance [1]

Cluster Jewel passive skills

The following Cluster Jewel passives are related to Chaos Damage:

NameStats
Chaos Damage over Time
12% increased Chaos Damage over Time [1]
Eldritch Inspiration
20% increased Chaos Damage
16% increased maximum Mana
20% increased Mana Regeneration Rate [1]
Eternal Suffering
25% increased Chaos Damage
50% chance to inflict Withered for two seconds on Hit if there are 5 or fewer Withered Debuffs on Enemy [1]
Explosive Force
Gain 10% of Wand Physical Damage as Extra Chaos Damage
Enemies Killed with Wand Hits have a 10% chance to Explode, dealing a quarter of their Life as Chaos Damage [1]
Touch of Cruelty
Chaos Spells have 10% chance to Hinder Enemies on Hit
Enemies Hindered by you take 10% increased Chaos Damage [1]
Wicked Pall
30% increased Chaos Damage
5% increased Skill Effect Duration [1]
Chaos Damage
12% increased Chaos Damage [1]
Dark Ideation
2% increased Chaos Damage per 100 maximum Mana, up to a maximum of 80% [1]
Grim Oath
Gain 10% of Physical Damage as Extra Chaos Damage [1]
Skeletal Atrophy
Summoned Skeletons have 30% of Physical Damage Converted to Chaos Damage
Summoned Skeletons have 10% chance to Wither Enemies for 2 seconds on Hit [1]
Unholy Grace
30% increased Chaos Damage
10% increased Attack and Cast Speed [1]
Unspeakable Gifts
Enemies you Kill have a 10% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage [1]
Unwaveringly Evil
30% increased Chaos Damage
Chaos Skills ignore interruption from Stuns [1]

Miscellany

These passive skills are related to chaos damage, but do not fit into any other category.

NameStats
Force Shaper
Gain 10% of Physical Damage as Extra Chaos Damage
4% increased Attack and Cast Speed [1]

Timeless Jewel keystone passive skills

The following Module Error: No results found for item using search term "item_name = Timeless Jewel" keystone passive skills are related to chaos damage:

Name Stats
Corrupted Soul

50% of Non-Chaos Damage taken bypasses Energy Shield
Gain 15% of Maximum Life as Extra Maximum Energy Shield

Divine Flesh

All Damage taken bypasses Energy Shield
50% of Elemental Damage taken as Chaos Damage
+5% to maximum Chaos Resistance

Keystone passive skills

The following keystone passive skills are related to chaos damage:

NameStats
Chaos Inoculation
Maximum Life becomes 1, Immune to Chaos Damage [1]
Corrupted Soul
50% of Non-Chaos Damage taken bypasses Energy Shield
Gain 15% of Maximum Life as Extra Maximum Energy Shield [1]
Divine Flesh
All Damage taken bypasses Energy Shield
50% of Elemental Damage taken as Chaos Damage
+5% to maximum Chaos Resistance [1]

Masteries

The following Masteries are related to chaos damage:

Mastery Effects
Armour and Energy Shield Mastery
  • 10% of Armour also applies to Chaos Damage taken from Hits
  • 10% of Physical Damage from Hits taken as Chaos Damage
Chaos Mastery
  • 40% of Physical Damage Converted to Chaos Damage
  • Deal 10% more Chaos Damage to enemies which have Energy Shield
Energy Shield Mastery
  • 30% of Chaos Damage taken does not bypass Energy Shield


Ascendancy passive skills

The following Ascendancy passive skills are related to chaos damage:

Ascendancy
Class
NameStats
Elementalist
Liege of the Primordial
Summoned Golems are Resummoned 4 seconds after being Killed
+1 to maximum number of Summoned Golems
100% increased Effect of Buffs granted by your Golems [1]
Occultist
Energy Shield, Chaos Damage
6% increased maximum Energy Shield
10% increased Chaos Damage [1]
Occultist
Energy Shield, Cold and Chaos Damage
6% increased maximum Energy Shield
10% increased Chaos Damage
10% increased Cold Damage [1]
Occultist
Profane Bloom
Cursed Enemies you or your Minions Kill have a 50% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage [1]
Occultist
Withering Presence
15% more Chaos Damage
+60% to Chaos Resistance
Every second, inflict Withered on nearby Enemies for 15 seconds
Nearby Hindered Enemies deal 15% reduced Damage over Time [1]
Pathfinder
Flask Effect, Chaos Damage
Flasks applied to you have 5% increased Effect
15% increased Chaos Damage [1]
Pathfinder
Master Distiller
Grant bonuses to Non-Channelling Skills you use by consuming 3 Charges from a Flask of
each of the following types, if possible:
If Bismuth Flask Charges are consumed, Penetrate 20% Elemental Resistances
If Diamond Flask Charges are consumed, 150% increased Critical Strike Chance
If Amethyst Flask Charges are consumed, 25% of Physical Damage as Extra Chaos Damage [1]
Shadow
Harness the Void
27% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage
13% chance to gain 50% of Non-Chaos Damage with Hits as Extra Chaos Damage
7% chance to gain 100% of Non-Chaos Damage with Hits as Extra Chaos Damage [1]
Templar
Searing Purity45% of Chaos Damage taken as Lightning Damage
45% of Chaos Damage taken as Fire Damage [1]

Tattoos

ItemEffect(s)

Monsters

Monsters with chaos damage attacks include: Some Spawns, some Beasts, some Spiders, some Skeletal Archers, some Snakes, some Bandits, some Ghosts, some Undyings, some Spitters, and some Zombies.

Bosses with chaos damage attacks include:

  • Oozeback Bloom (Degeneration aura that deals chaos damage over time)
  • Sawbones (Cast DesecrateDesecrateSpell, AoE, Duration, Chaos
    Level: (1-20)
    Cost: (11-26) Mana
    Cast Time: 0.60 sec
    Requires Level 16Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.Deals (8.2-294) Base Chaos Damage per second
    Base duration is 4.00 seconds
    Spawns 5 corpses
    Spawns corpses up to Level (20-100)
    Maximum of 10 corpses allowed

    Additional Effects From 1-20% Quality:
    (1-20)% increased Cast Speed
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Plague Retch (Module Error: No results found for item using search term "item_name = Viper Strike", Enemies Lose Life Over Time)
  • Black Death (use Module Error: No results found for item using search term "item_name = Viper Strike")
  • Tailsinger (Throws Poison Bombs)
  • The Weaver (Deals Chaos Damage, Module Error: No results found for item using search term "item_name = Viper Strike")
  • Spinesnap (Leaves poison clouds)
  • Fleshrend, Grand Inquisitor (Cast DesecrateDesecrateSpell, AoE, Duration, Chaos
    Level: (1-20)
    Cost: (11-26) Mana
    Cast Time: 0.60 sec
    Requires Level 16Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.Deals (8.2-294) Base Chaos Damage per second
    Base duration is 4.00 seconds
    Spawns 5 corpses
    Spawns corpses up to Level (20-100)
    Maximum of 10 corpses allowed

    Additional Effects From 1-20% Quality:
    (1-20)% increased Cast Speed
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )
  • Alal the Terrifying (Throws Poison Bombs)
  • Maligaro, The Inquisitor (Cast DesecrateDesecrateSpell, AoE, Duration, Chaos
    Level: (1-20)
    Cost: (11-26) Mana
    Cast Time: 0.60 sec
    Requires Level 16Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.Deals (8.2-294) Base Chaos Damage per second
    Base duration is 4.00 seconds
    Spawns 5 corpses
    Spawns corpses up to Level (20-100)
    Maximum of 10 corpses allowed

    Additional Effects From 1-20% Quality:
    (1-20)% increased Cast Speed
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    , Vaal Fire Trap)
  • Alpha Paradisae (Cast DesecrateDesecrateSpell, AoE, Duration, Chaos
    Level: (1-20)
    Cost: (11-26) Mana
    Cast Time: 0.60 sec
    Requires Level 16Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.Deals (8.2-294) Base Chaos Damage per second
    Base duration is 4.00 seconds
    Spawns 5 corpses
    Spawns corpses up to Level (20-100)
    Maximum of 10 corpses allowed

    Additional Effects From 1-20% Quality:
    (1-20)% increased Cast Speed
    Place into an item socket of the right colour to gain this skill. Right click to remove from a socket.
    )

Also see "The list of enemies using chaos damage"

See also

Version history

Version Changes
0.8.0
  • Chaos damage effects added.

ru:Урон от хаоса