Path of Exile 2: The Third Edict: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(17 intermediate revisions by 4 users not shown) | |||
Line 9: | Line 9: | ||
}} | }} | ||
'''Path of Exile 2: The Third Edict''' is the second [[Early Access]] expansion for ''[[Path of Exile 2]]''. It was officially announced by [[Grinding Gear Games]] on August 14, 2025 and | '''Path of Exile 2: The Third Edict''' is the second [[Early Access]] expansion for ''[[Path of Exile 2]]''. It was officially announced by [[Grinding Gear Games]] on August 14, 2025 and released on August 29, 2025 with [[version 0.3.0]] alongside [[Rise of the Abyssal]] league<ref name="Announcement"/>. | ||
This expansion introduces [[Act 4]], alongside the removal of [[Cruel]] difficulty, being replaced with three [[Interludes|Interlude]] acts to temporarily bridge the gap to endgame. It also introduces a number of gameplay changes, such as the [[sprint]]ing mechanic, a rework to the [[support gem]] system, which removes the limit on the number of duplicate support gems and adds special [[Lineage support gem]]s, new tiered currency items and adjustments to crafting items. It also implements [[Asynchronous Trade|asynchronous trading]] into the game. | |||
{{TOC right}} | {{TOC right}} | ||
Line 15: | Line 17: | ||
==Features== | ==Features== | ||
* [[Act 4]] added | * [[Act 4]] added | ||
* New temporary [[ | * New temporary [[Interludes|interlude acts]]; Cruel difficulty removed | ||
* Gameplay & balance changes | * Gameplay & balance changes | ||
** Added [[Sprint]]ing | ** Added [[Sprint]]ing | ||
** Added [[Deflection]] stat | ** Added [[Deflection]] stat | ||
** [[Minion]] accuracy removed | |||
* [[Support gem]] rework | * [[Support gem]] rework | ||
** Removed maximum limit of one per gem | ** Removed maximum limit of one per gem | ||
** New tiered support gems | ** New tiered support gems | ||
** New Lineage Support Gems | ** New [[Lineage support gem|Lineage Support Gems]] | ||
* Crafting changes | * Crafting changes | ||
** Exceptional item bases | ** Exceptional item bases | ||
Line 31: | Line 34: | ||
** [[Waystone]] affix system reworked | ** [[Waystone]] affix system reworked | ||
** Pinnacle content access & difficulty adjustments | ** Pinnacle content access & difficulty adjustments | ||
* Asynchronous trading system | * [[Asynchronous Trade|Asynchronous trading]] system | ||
==New items== | ==New items== | ||
Line 46: | Line 49: | ||
|where = items.class_id IN ("Support Skill Gem") | |where = items.class_id IN ("Support Skill Gem") | ||
AND items.release_version LIKE "0.3.%" | AND items.release_version LIKE "0.3.%" | ||
AND skill_gems.gem_tags HOLDS NOT "Lineage" | |||
|gem_tier = 1 | |||
}} | |||
====Lineage support==== | |||
{{Gem table | |||
|where = items.class_id IN ("Support Skill Gem") | |||
AND items.release_version LIKE "0.3.%" | |||
AND skill_gems.gem_tags HOLDS "Lineage" | |||
|gem_tier = 1 | |gem_tier = 1 | ||
}} | }} | ||
Line 51: | Line 63: | ||
===Base items=== | ===Base items=== | ||
{{Item table | {{Item table | ||
|where = items.class_id NOT IN ("MiscMapItem", "Map", "DivinationCard", "Microtransaction", "HideoutDoodad", "Active Skill Gem", "Support Skill Gem", "Meta Skill Gem", "UniqueFragment", "QuestItem", "StackableCurrency", "MapFragment", "Idol") | |where = items.class_id NOT IN ("MiscMapItem", "Map", "DivinationCard", "Microtransaction", "HideoutDoodad", "Active Skill Gem", "Support Skill Gem", "Meta Skill Gem", "UniqueFragment", "QuestItem", "StackableCurrency", "SoulCore", "Omen", "MapFragment", "PinnacleKey", "Idol") | ||
AND items.rarity_id = "normal" | AND items.rarity_id = "normal" | ||
AND items.release_version LIKE "0.3.%" | AND items.release_version LIKE "0.3.%" | ||
AND items.drop_enabled = TRUE | AND items.drop_enabled = TRUE | ||
|orderBy = items.class_id, items.required_level, items.name | |||
|stat=1 | |stat=1 | ||
|level=1 | |||
}} | }} | ||
Line 62: | Line 76: | ||
|where = items.rarity = "Unique" | |where = items.rarity = "Unique" | ||
AND items.release_version LIKE "0.3.%" | AND items.release_version LIKE "0.3.%" | ||
AND (items.is_drop_restricted = false OR | |||
items.drop_text NOT LIKE "%Abyss%") | |||
|large=1 | |large=1 | ||
|stat=1 | |stat=1 | ||
}} | |||
===Essences=== | |||
{{Item table | |||
|where = items.class_id IN ("StackableCurrency", "SoulCore", "Omen", "MapFragment", "PinnacleKey") | |||
AND items.release_version LIKE "0.3.%" | |||
AND items.name LIKE "%Essence of%" | |||
AND items.drop_text NOT LIKE "%Abyss%" | |||
|orderBy = items.class_id, items.metadata_id, items.name | |||
|large=1 | |||
|description=1 | |||
}} | |||
===Omens=== | |||
{{Item table | |||
|where = items.class_id IN ("StackableCurrency", "SoulCore", "Omen", "MapFragment", "PinnacleKey") | |||
AND items.release_version LIKE "0.3.%" | |||
AND items.name LIKE "%Omen%" | |||
AND items.drop_text NOT LIKE "%Abyss%" | |||
|orderBy = items.class_id, items.metadata_id, items.name | |||
|large=1 | |||
|description=1 | |||
}} | }} | ||
===Miscellaneous items=== | ===Miscellaneous items=== | ||
{{Item table | {{Item table | ||
|where = | |where = items.class_id IN ("StackableCurrency", "SoulCore", "Omen", "MapFragment", "PinnacleKey") | ||
AND items.release_version LIKE "0.3.%" | AND items.release_version LIKE "0.3.%" | ||
AND items.name NOT LIKE "%Essence of%" | |||
AND items.name NOT LIKE "%Omen%" | |||
AND items.drop_text NOT LIKE "%Abyss%" | |||
|orderBy = items.class_id, items.metadata_id, items.name | |orderBy = items.class_id, items.metadata_id, items.name | ||
|large=1 | |large=1 | ||
Line 76: | Line 117: | ||
==Videos== | ==Videos== | ||
{{#ev:youtube|xIhIXv9b7Qo|300}} | |||
{{#ev:youtube|KiA_IFmidOQ|300}} | {{#ev:youtube|KiA_IFmidOQ|300}} | ||
{{#ev:youtube|UTPVg8sD-Lc|300}} | {{#ev:youtube|UTPVg8sD-Lc|300}} |
Revision as of 13:53, 30 August 2025
This page is an overview of the expansion. For a full list of changes, see the patch notes.
The Third Edict
Expansion
Release version | 0.3.0 |
---|---|
Release date | 2025-08-29 19:00:00 UTC |
Links | Expansion page |
Path of Exile 2: The Third Edict is the second Early Access expansion for Path of Exile 2. It was officially announced by Grinding Gear Games on August 14, 2025 and released on August 29, 2025 with version 0.3.0 alongside Rise of the Abyssal league[1].
This expansion introduces Act 4, alongside the removal of Cruel difficulty, being replaced with three Interlude acts to temporarily bridge the gap to endgame. It also introduces a number of gameplay changes, such as the sprinting mechanic, a rework to the support gem system, which removes the limit on the number of duplicate support gems and adds special Lineage support gems, new tiered currency items and adjustments to crafting items. It also implements asynchronous trading into the game.
Features
- Act 4 added
- New temporary interlude acts; Cruel difficulty removed
- Gameplay & balance changes
- Added Sprinting
- Added Deflection stat
- Minion accuracy removed
- Support gem rework
- Removed maximum limit of one per gem
- New tiered support gems
- New Lineage Support Gems
- Crafting changes
- Endgame changes
- Waystone affix system reworked
- Pinnacle content access & difficulty adjustments
- Asynchronous trading system
New items
Gems
Active
Gem | Tier |
---|---|
![]() Level: (1-20) Cost: (41-178) Mana Cast Time: 0.70 secCurse all targets in an area after a short delay, causing a portion of Damage they take from Hits to be tracked by the Curse debuff. When the debuff's duration expires, they take that tracked damage again, all at once.Curse applies after 1.5 seconds delay Curse radius is (1.5-3.1) metres Curse duration is (6-7.4) seconds Cursed targets take (20-33)% of Hit Damage dealt to them while Cursed again when Curse expires Taking Damage again this way cannot inflict Ailments on the Cursed target Additional Effects From 1-20% Quality: Curse zone erupts after (0.5-10)% reduced delaySkills can be managed in the Skills Panel.File:Inevitable Agony skill icon.png | — |
![]() Level: (1-20) Cost: 0 Mana Cast Time: 1.20 sec Critical Strike Chance: 11.00%Conjure a bloody scythe that sweeps across the targeted area, dealing Physical damage to enemies and applying Critical Weakness. Cannot be Triggered.Deals (11-400) to (16-599) Physical Damage Gain (5-188) Life on Culling Strike Culling Strike Critical Weakness duration is 6 seconds Additional Effects From 1-20% Quality: Critical Weakness duration is (0.1-2) secondsSkills can be managed in the Skills Panel.File:Reap skill icon.png | — |
File:Elemental Weakness inventory icon.pngElemental WeaknessElemental WeaknessSpell, AoE, Lightning, Cold, Fire, Duration, Curse Tier: 7 Level: (1-20) Cost: (41-178) Mana Cast Time: 0.70 secCurse all targets in an area after a short delay, lowering their Elemental Resistances.Curse applies after 1.5 seconds delay Curse radius is (1.5-3.1) metres Curse inflicts -(40-59)% to Elemental Resistances Curse duration is (6-7.4) seconds Curse does not apply to enemies above level (20-0) Additional Effects From 1-20% Quality: (0.5-10)% increased Curse MagnitudesSkills can be managed in the Skills Panel.File:Elemental Weakness skill icon.png | 7 |
File:Fortifying Cry inventory icon.pngFortifying CryFortifying CryWarcry, Attack, AoE, Melee, Trigger, Physical, Duration, Nova Level: 1 Cooldown Time: 8.00 sec Use Time: 0.80 secPerform a Warcry that grants Guard and causes subsequent Shield Attacks to release an Empowered shockwave when dealing damage. This Skill's cooldown can be bypassed by expanding an Endurance Charge.Warcry Warcry radius is 4 meters Guard duration is 4 seconds Can create one shockwave per 5 enemy Power in range, counting up to 50 Power Grants 34 Guard for every 5 enemy power in range, counting up to 25 Power Shockwave Skills can be managed in the Skills Panel.File:Fortifying Cry skill icon.png | — |
File:Forge Hammer inventory icon.pngForge HammerForge HammerAttack, AoE, Melee, Slam, Sustained, Fire, Duration Level: 1 Cooldown Time: 8.00 sec Attack Speed: 70% of baseHurl a fiery hammer that Slams into the ground and lodges there. While the hammer is lodged in the ground, reusing this Skill recalls the hammer and resets the Skill's cooldown. Alternatively, using a Warcry near the lodged hammer causes it to shatter, releasing a number of molten fissures in a spiral. While the fissures persist, using a Slam and them will cause an Aftershock which spreads to all connected fissures.Impact Converts 30% of Physical Damage to Fire Damage While Dual Wielding, both weapons hit with 30% less damage Impact radius is 1.8 meters Hammer duration is 12 seconds Cooldown does not recover while the hammer is lodged Fissures Skills can be managed in the Skills Panel.File:Forge Hammer skill icon.png | — |
File:Ancestral Cry inventory icon.pngAncestral CryAncestral CryWarcry, Buff, AoE, Melee, Slam, Projectile, Trigger, Fire, Duration, Nova, Conditional Level: 1 Use Time: 0.80 secPerform a Warcry using Glory gained by Igniting enemies to turn you into an embodiment of Kaom. While embodying Kaom, your footsteps Trigger Volcanic Steps, Melee Strikes and Slams are Ancestrally Boosted, and your Melee Strikes Trigger Volcanic Eruption.Warcry Requires 100 Glory to use Warcry radious is 4 meters Warcry duration is 8 seconds Knocks back and interrupts enemies in a smaller area Consumes all Endurance Charges to increase Warcry duration by 50% per charge Converts 100% of Physical Damage to Fire Damage with Boosted Attacks Volcanic Steps Volcanic Eruption Skills can be managed in the Skills Panel.File:Ancestral Cry skill icon.png | — |
File:Toxic Domain inventory icon.pngToxic DomainToxic DomainBuff, AoE, Projectile, Chaos, Duration Level: 1 Cooldown Time: 11.00 secCreate an area of Toxic Bloom on the ground around you. While in the Bloom, you have increased Skill costs, regenerate Life, and your Projectile Attacks attach a Toxic Pustile, which can be Poisoned. Pustules will Detonate after a duration of when enough Poison has been applied, consuming the largest statck of Posion on the target to deal damage and apply another Poison to them.Toxic Bloom Toxic Bloom Radius is 3 meters Toxic Bloom duration is 8 seconds Regenerate (1.67) life per second Skill costs are increased by 20% Projectle Hits attach a Pustule Pustule Explosion Skills can be managed in the Skills Panel.File:Toxic Domain skill icon.png | — |
File:Ice-Tipped Arrows inventory icon.pngIce-Tipped ArrowsIce-Tipped ArrowsSpell, Attack, Buff, AoE, Projectile, Cold, Duration Level: 1 Cooldown Time: 8.00 sec Cast Time: 1.00 secReady your active Bow or Spear, Empowering your next Barrageable Bow or Projectile Spear Attack to create Ice Fragments on hit. Can Consume a Frenzy Charge to bypass its Cooldown.Ice-Tipped Arrows Maximum Buff duration is 8 seconds Empowers 3 Attacks Ice Fragments Skills can be managed in the Skills Panel.File:Ice-Tipped Arrows skill icon.png | — |
File:Mirage Archer inventory icon.pngMirage ArcherMirage ArcherBuff, Persistent, Trigger, Duration, Meta Level: 1 Reservation: 60 spiritWhile active, dodge rolling will create a Mirage that uses socketed ranged Attacks for a short duration, then vanish. You cannot create another Mirage while one exists, or for a short time after one vanishes. Dodge rolling while you are unable to create a new Mirage will restart this timer.Mirage deal 30% less Damage Cannot create a new Mirage if a Mirage has expired or you have dodge rolled in the past 6 seconds Mirage duration is (4.7) secondsPlace one or more Skill Gems into this Meta Gem's sockets in the Skills Panel. The socketed Skills will be incorporated into the Meta Gem's effect.File:Mirage Archer skill icon.png | — |
File:Mortar Cannon inventory icon.pngMortar CannonMortar CannonTotem, Grenade, Duration, Meta Level: 1Raise a cannon Totem which uses socketed Grenade Skills, with significantly improved Cooldown Recovery Rate.Mortar Cannon Totem duration is 8 seconds Limit 1 Totem Totem gains +(0-75)% to all Elemental Resistances Totem gains +(0-35)% to Chaos Resistance Support Place one or more Skill Gems into this Meta Gem's sockets in the Skills Panel. The socketed Skills will be incorporated into the Meta Gem's effect.File:Mortar Cannon skill icon.png | — |
![]() Level: 1While active, creates a short-lived illusory copy of yourself whenever you dodge roll. The copy can be damaged by enemies, and copies that are destroyed by an enemy will cause damaging explosions. Copies created this way have one life.Buff Void Illusion Cooldown: (5.90–4.00) sec Attack Damage: (185–670)% of base Explosion radius is 3 meters Illusion duration is 2 secondsSkills can be managed in the Skills Panel.File:Void Illusion skill icon.png | — |
File:Frost Darts inventory icon.pngFrost DartsFrost DartsCold Level: 1Skills can be managed in the Skills Panel.File:Frost Darts skill icon.png | — |
File:Siphon Elements inventory icon.pngSiphon ElementsSiphon ElementsBuff, Persistent, Lightning, Cold, Fire, Remnant Tier: 8 Level: (1-20) Reservation: 30 SpiritWhile active, has a chance to create an Infusion Remnant when you Freeze, Shock or Ignite a target.Remnants created by Supported Skills can be collected from (0-47)% further away 5% chance per Power to spawn a Cold Remnant on Freezing a target 5% chance to spawn a Fire Remnant on Igniting a non-Ignited target 5% chance to spawn a Lightning Remnant on Shocking a non-Shocked target Additional Effects From 1-20% Quality: (0.1-2)% chance per Power to spawn a Cold Remnant on Freezing a target (0.1-2)% chance to spawn a Fire Remnant on Igniting a non-Ignited target (0.1-2)% chance to spawn a Lightning Remnant on Shocking a non-Shocked targetSkills can be managed in the Skills Panel.File:Siphon Elements skill icon.png | 8 |
File:Ravenous Swarm inventory icon.pngRavenous SwarmRavenous SwarmBuff, Minion, Persistent, Physical, Chaos, Duration Tier: 4 Level: (1-20) Reservation: 30 SpiritWhile active and enemies are present, swarms of insects emerge from your body to pursue nearby enemies. The swarms are untargetable Minions that Attack and Poison enemies.Swarms Attack enemies within 4 metre radius of you Swarm duration is (6-9.8) seconds Spawn a new Swarm once every 6 seconds Limit 3 active Swarms Additional Effects From 1-20% Quality: Swarms Attack enemies within (0.05-1) metre radius of youSkills can be managed in the Skills Panel.File:Ravenous Swarm skill icon.png | 4 |
File:Iron Ward inventory icon.pngIron WardIron WardBuff, Persistent Level: 1Skills can be managed in the Skills Panel.File:Iron Ward skill icon.png | — |
![]() Level: (1-20)Hinekora observes your Future-Past granting you the opportunity to subvert a lesser fate. After a period of Hindsight, she will grant you her Foresight, which prevents you from avoiding Hits while Dodge Rolling. When you are Hit while Dodge Rolling, Hinekora restores you to full Life immediately before taking damage from the Hit, and grants you Sight Beyond Sight, which prevents you from dying.Grants each of Hindsight, Foresight, and Sight Beyond Sight, in sequence Hindsight lasts for a (25.5-16) second duration Foresight prevents Dodge Roll from Avoiding Hits and lasts until immediately before you are Hit while Dodge Rolling Sight Beyond Sight makes you unable to die and lasts for a 1.5 second duration Fully recover Life when you gain Sight Beyond Sight Additional Effects From 1-20% Quality: Foresight prevents Dodge Roll from Avoiding Hits and lasts until immediately before you are Hit while Dodge Rolling Sight Beyond Sight makes you unable to die and lasts for a (0.015-0.3) second duration Fully recover Life when you gain Sight Beyond SightSkills can be managed in the Skills Panel.File:Future-Past skill icon.png | — |
![]() Level: 1Applies a socketed Mark Skill to a nearby unmarked Enemy every few seconds. Consuming socketed Marks will cause them to be reapplied to an unmarked Enemy. This reapplication can happen at most once every half second.Applies a socketed Mark to 1 Enemy every five seconds Applies socketed Marks to Enemies within 4 metresPlace one or more Skill Gems into this Meta Gem's sockets in the Skills Panel. The socketed Skills will be incorporated into the Meta Gem's effect.File:Called Shots skill icon.png | — |
![]() Level: (1-20) Cast Time: InstantConsume a Power Charge when you cast a damaging Spell to trigger an Abyssal Apparition who will also cast that same Spell for you. Does not work with Channelling Spells, Spells with a Cooldown, Triggered Spells, Spells granted by items, or Spells which already consume a Power Charge. This Skill is not directly Supportable.Spells cast by Apparition deal (60-50)% less DamageSkills can be managed in the Skills Panel.File:Abyssal Apparition skill icon.png | — |
![]() Level: (1-20)While active, the first time any Skill Hits a Shocked enemy in your Presence, that Skill also Hits other Shocked enemies in your Presence, up to a maximum.Cannot inflict Shock Hits up to 8 enemies Additional Hits deal (90-71)% less damage Additional Hits convert 100% of Physical and Elemental damage to Lightning Additional Effects From 1-20% Quality: Additional Hits deal -(0.25-5)% less damage Additional Hits convert 100% of Physical and Elemental damage to LightningSkills can be managed in the Skills Panel.File:Fulmination skill icon.png | — |
![]() Level: (1-20) Cost: 0 Mana Cast Time: 1.00 sec Critical Strike Chance: 11.00%Unleash a Nova of Lightning damage to Electrocute enemies. Enemies close to you take no damage while enemies at the edge of the ring take significantly more damage. Enemies Hit can be Electrocuted by all Lightning damage for a short duration.Deals (1-14) to (7-265) Lightning Damage (100-157)% more Electrocution buildup Lightning damage from this skill Contributes to Electrocution Buildup Ring outer radius is 2.6 metres Ring inner radius is 1 metre Enemies Hit receive Electrocution buildup from Lightning damage for 4 second duration Deals more damage to enemies based on distance from you, up to 100% to enemies on the far edge of the ring Additional Effects From 1-20% Quality: (2-40)% more Electrocution buildupSkills can be managed in the Skills Panel.File:Enervating Nova skill icon.png | — |
![]() Level: (1-20) Cost: 0 Mana Cast Time: 1.30 secConsume Corpses near you to recover Life and Mana over a short time per Corpse Consumed.Corpse Consumption radius is 4 metres Recover (21-211) Life and (21-211) Mana over 3 seconds per Corpse Consumed Consumes up to 5 Corpses Additional Effects From 1-20% Quality: Consumes up to (0.15-3) CorpsesSkills can be managed in the Skills Panel. ![]() | — |
Support
Gem | Tier |
---|---|
File:Frozen Spite inventory icon.pngFrozen SpiteFrozen SpiteSupport, AoE, Projectile, Cold Tier: 1Support Requirements: +5 DexSupports Attack Skills, causing them to create Ice Fragments on Killing Frozen Enemies, Cannot Support Totem Skills and does not modify Skills used by Minions.Support Supported Skills trigger Ice Fragments on Killing Frozen Enemies Ice Fragments | 1 |
File:Perfected Endurance inventory icon.pngPerfected EndurancePerfected EnduranceSupport, Channelling Category: Perfected Endurance Tier: 4Support Requirements: +5 DexSupports skills which have a benefit for Perfect Timing. Supported Skills grant at least one Endurance Charge when Hitting an enemy with Perfect Timing.Gain an Endurance Charge when hitting an Enemy with Supported Skill when Perfectly TimedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Defy Tier: 5Support Requirements: +5 StrSupports Attack Skills you use yourself. Hit Damage from Supported Skills is Lucky and Insufficient Mana doesn't prevent Supported Skills from being used if you are Surrounded.Attack Damage with Hits with Supported Skills is Lucky while you are Surrounded Insufficient Mana doesn't prevent the use of Supported Skills while SurroundedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Close Combat Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Attacks, causing them to deal more damage to enemies based on how close they are to you.Supported Skills deal 30% more Attack Damage to enemies within 1 metre of you, scaling down to no bonus at 3.5 metres or furtherPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Ignite Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that Hits enemies, making it more likely to Ignite.Supported Skills have 150% more Flammability MagnitudePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Ignite Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that Hits enemies, making it more likely to Ignite and causing inflicted Ignites to deal their damage more quickly.Ignites from Supported Skills deal Damage 15% faster Supported Skills have 200% more Flammability MagnitudePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Bleed Tier: 3Support Requirements: +5 StrSupports any skill that Hits enemies, giving it a chance to inflict Bleeding.Supported Skills have 75% chance to inflict BleedingPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Bleed Tier: 5Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to inflict Bleeding.Supported Skills have 100% chance to inflict BleedingPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Bleed Tier: 5Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to deal more Melee Physical Damage to Bleeding Enemies, but be unable to inflict Bleeding itself. Supported Skills also inflict Incision on Hit.Supported Skills deal 30% more Melee Physical Damage against Bleeding enemies Hits from Supported Skills inflict Incision Supported Attacks cannot cause BleedingPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Prolonged Duration Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that has a duration, making that duration longer.Supported Skills have 35% more Skill Effect DurationPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Rage Tier: 4Support Requirements: +5 StrSupports Melee Attacks, causing them to grant Rage on Hit.Supported Skills grant 5 Rage on Melee HitPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Rage Tier: 5Support Requirements: +5 StrSupports Melee Attacks, causing them to grant Rage on Hit. Supported Skills have signficantly higher Attack speed while you are not at maximum Rage.Supported Skills grant 5 Rage on Melee Hit Supported Skills have 15% more Attack speed while you are not at maximum RagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Execute Tier: 4 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life.Supported Skills deal 50% more Damage with Hits against Enemies that are on Low LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Execute Tier: 5 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life, as well as dealing more damage while you are on Low Life.Supported Skills deal 30% more Damage with Hits while you are on Low Life Supported Skills deal 30% more Damage with Hits against Enemies that are on Low LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Searing Flame Tier: 4Support Requirements: +5 StrSupports any skill that Hits enemies, causing inflicted Ignites to deal more damage but its Hits to deal less damage.Supported Skills deal 30% less Damage with Hits 100% more Magnitude of Ignite inflicted with Supported SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Behead Tier: 3Support Requirements: +5 StrSupports Strike skills, causing them to steal two Modifiers from Rare monsters they kill.Killing Blows from Supported Strike Skills against Rare monsters grant two of their Modifiers for 20 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Jagged Ground Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Slam skills. Aftershocks caused by Supported Slam Skills always create patches of Jagged Ground.Aftershocks caused by Supported Skills create Jagged GroundPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Fire Penetration Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that Hits enemies, making those Hits ignore enemy Fire resistance.Hits from Supported Skills ignore enemy Fire ResistancePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Enraged Warcry Tier: 5Support Requirements: +5 StrSupports Warcries, causing them to expend Rage to bypass their usual Cooldown.Supported Warcries expend 15 Rage to bypass their Cooldown, instead of an Endurance ChargePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Fist of War Tier: 3 Cost & Reservation Multiplier: 150%Support Requirements: +5 StrSupports Slams you use yourself, providing a powerful Ancestral Boost every few seconds.Attacks with Supported Skill are Ancestrally Boosted, no more than once every 4 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Fist of War Tier: 5 Cost & Reservation Multiplier: 200%Support Requirements: +5 StrSupports Slams you use yourself, providing a very powerful Ancestral Boost infrequently.Attacks with Supported Skill are Ancestrally Boosted, no more than once every 14 seconds Ancestral Boost has double effect on Supported SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Life Leech Tier: 3Support Requirements: +5 StrSupports Attacks, causing their Physical damage to Leech Life.Leech 16% of Physical Attack Damage from Supported Skills as LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Life Leech Tier: 5Support Requirements: +5 StrSupports Attacks, causing their Physical damage to Leech Life and preventing Leech gained this way from being removed at full Life.Leech 16% of Physical Attack Damage from Supported Skills as Life Life Leeched by Supported Skills is not removed at full LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Brutality Tier: 2 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types.Supported Skills deal 30% more Physical Damage Supported Skills deal no Chaos Damage Supported Skills deal no Elemental DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Brutality Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types, as well as giving Hits from that skill a chance to ignore Physical Damage reduction.Supported Skills deal 30% more Physical Damage Supported Skills deal no Chaos Damage Supported Skills deal no Elemental Damage Hits with Supported Skills have 20% chance to ignore Enemy Physical Damage reductionPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Meat Shield Tier: 3Support Requirements: +5 StrSupports skills which create Minions, granting them less damage taken but making them deal less damage.Minions from Supported Skills deal 40% less Damage Minions from Supported Skills take 40% less DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Eternal Flame Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that Hits enemies, causing its Ignites to last longer.Supported Skills have 100% increased Ignite Duration on EnemiesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Eternal Flame Tier: 4 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to refresh Ignites on Critical Hit.Supported Skills have 20% chance to refresh Ignite duration on Critical HitPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Infernal Legion Tier: 4Support Requirements: +5 StrSupports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.Minions from Supported Skills take 20% of their maximum Life as Fire Damage per second Minions from Supported Skills Ignite Enemies within a radius of 2 metres as though dealing Base Fire Damage equal to 20% of Minion's Maximum LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Infernal Legion Tier: 5Support Requirements: +5 StrSupports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.Minions from Supported Skills take 30% of their maximum Life as Fire Damage per second Minions from Supported Skills Ignite Enemies within a radius of 2 metres as though dealing Base Fire Damage equal to 25% of Minion's Maximum LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Efficiency Tier: 4Support Requirements: +5 StrSupports any skill, making it cost less to use. Cannot support skills which reserve Spirit.Supported Skills have 40% less CostPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Armour Demolisher Tier: 3Support Requirements: +5 StrSupports any skill, causing Armour Break it inflicts to be stronger.Supported Skills Break 70% more ArmourPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Rageforged Tier: 5Support Requirements: +5 StrSupports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage, with a chance to skip consuming Rage while still benefitting as though it had. If you don't have enough Rage to consume, the damage bonus will not apply.Supported Skills have 30% chance to not remove Rage but still gain benefits as though they had Supported Skills consume 10 Rage if possible to deal 35% more DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Corrupting Cry Tier: 5Support Requirements: +5 StrSupports Warcries, causing them to inflict Corrupted Blood on enemies in their area of effect.Corrupted Blood deals 25% of your Strength as Physical Damage per second Corrupted Blood duration is 5 seconds Supported Warcries inflict Corrupted BloodPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Deep Cuts Tier: 5Support Requirements: +5 StrSupports any skill that Hits enemies, causing it to deal less damage but inflict more potent Bleeding.100% more Magnitude of Bleeding inflicted with Supported Skills Supported Skills deal 30% less Damage with HitsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Armour Break Tier: 3Support Requirements: +5 StrSupports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt. On Fully Breaking Armour with Supported Skills, you have a chance to gain an Endurance Charge.Break Armour equal to 15% of Physical Damage dealt by Supported Skill 15% chance to gain an Endurance Charge when Supported Skills Fully Break ArmourPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Armour Break Tier: 4Support Requirements: +5 StrSupports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt. On Fully Breaking Armour with Supported Skills, you gain an Endurance Charge.Break Armour equal to 20% of Physical Damage dealt by Supported Skill 20% chance to gain an Endurance Charge when Supported Skills Fully Break ArmourPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Elemental Armament Tier: 2 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Attacks, causing them to deal more Elemental damage.Supported Skills deal 25% more Elemental Attack damagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Elemental Armament Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Attacks, causing them to deal more Damage for each Elemental Ailment on Enemies they Hit. Supported Skills cannot themselves inflict Elemental Ailments.Supported Skills cannot inflict Elemental Ailments Supported Skills deal 12% more Attack Damage for each Elemental Ailment on Enemies they HitPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Vitality Tier: 4 Additional Reservation: 40 SpiritSupport Requirements: +5 StrSupports Persistent Buff Skills, causing you to gain Life Regeneration while the Skill is active.Regenerate 2% of maximum Life per second while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Herbalism Tier: 4 Additional Reservation: 30 SpiritSupport Requirements: +5 StrSupports Persistent Buff Skills, causing you to gain increased Life recovery from Flasks while the Skill is active.50% Increased Recovery from Life Flasks while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Cannibalism Tier: 4 Additional Reservation: 30 SpiritSupport Requirements: +5 StrSupports Persistent Buff Skills, causing you to recover Life on kill while the Skill is active.3% of maximum Life recovered on Kill while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Aftershock Tier: 4Support Requirements: +5 StrSupports Slams you use yourself, giving them a chance to create an Aftershock.Supported skills have 35% chance to cause an AftershockPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Pierce Tier: 3Support Requirements: +5 DexSupports Projectile skills, making their Projectiles Pierce an enemy.Projectiles from Supported Skills Pierce an EnemyPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Pierce Tier: 5Support Requirements: +5 DexSupports Projectile skills, making their Projectiles Pierce an unlimited number of enemies, losing damage as they do so.Projectiles from Supported Skills Pierce all Targets Projectiles from Supported Skills deal 20% less Damage for each Enemy they PiercePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Additional Projectiles Tier: 2Support Requirements: +5 DexSupports Projectile skills, making them fire extra Projectiles. Also lowers Attack and Cast speed of supported skills, as well as lessening their damage.Supported Skills deal 25% less Damage Supported Skills fire 2 additional Projectiles Supported Skills have 20% less Skill SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Poison Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports any skill that Hits enemies, giving it a chance to Poison enemies.Supported Skills have 60% chance to Poison on HitPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Poison Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports any skill that Hits enemies, giving it a chance to Poison enemies and causing it to inflict more powerful Poisons against Bleeding Enemies.Supported Skills have 60% chance to Poison on Hit 20% more Magnitude of Poison inflicted by Supported Skills against Bleeding EnemiesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Blind Tier: 5 Cost & Reservation Multiplier: 110%Support Requirements: +5 DexSupports any skill that Hits enemies, causing them to Blind on Hit with increased effect.Supported Skills Blind Enemies on Hit Blind inflicted with Supported Skills has 20% increased EffectPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Projectile Speed Tier: 4 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Projectile skills, making those Projectiles travel faster, and granting them a chance to Pierce Enemies.Projectiles from Supported Skills have 40% chance to Pierce an Enemy Supported Skills have 40% more Projectile SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Projectile Speed Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Projectile skills, making those Projectiles travel faster, and causing increases and reductions to Projectile speed to also apply to Damage.Increases and reductions to Projectile speed also apply to Projectile Damage with Supported Skills Supported Skills have 40% more Projectile SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Projectile Speed Tier: 3Support Requirements: +5 DexSupports Projectile skills, making those Projectiles travel more slowly.Supported Skills have 30% less Projectile SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Tier: 1Support Requirements: +5 DexSupports skills which can have a Limited number of effects active at once, increasing that Limit at the cost of their duration. Only applies to restrictions that use the word "Limit".Supported Skills have +1 to Limit Supported Skills have 50% less Skill Effect DurationPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | 1 |
![]() Category: Overabundance Tier: 4Support Requirements: +5 DexSupports skills which can have a Limited number of effects active at once, increasing that Limit at the cost of their duration. Only applies to restrictions that use the word "Limit".Supported Skills have +1 to Limit Supported Skills have 40% less Skill Effect DurationPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Pin Tier: 2Support Requirements: +5 DexSupports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun, as well as granting Critial Hit Chance against Immobilised enemies.Supported Skills have 50% increased Critical Hit Chance against Immobilised Enemies Modifiers to Stun Buildup for Supported Skills instead apply to Pin Buildup Supported Skills cannot cause Stun Buildup Physical Damage from Supported Skill is PinningPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Pin Tier: 5Support Requirements: +5 DexSupports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun. Pin buildup caused by Supported Skill is lessened, but Pin duration is significantly longer.Modifiers to Stun Buildup for Supported Skills instead apply to Pin Buildup Supported Skills cannot cause Stun Buildup Physical Damage from Supported Skill is Pinning Hits with Supported Skills cause 60% less Pin buildup Pin caused by Supported Skills has 30% more durationPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Chain Tier: 2Support Requirements: +5 DexSupports Projectile skills and any other skills that Chain, causing them to Chain additional times.Supported Skills Chain +1 times Supported Skills Chain 100% more times Supported Skills deal 40% less Damage with HitsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Chain Tier: 5Support Requirements: +5 DexSupports Projectile skills and any other skills that Chain, causing them to Chain additional times.Supported Skills Chain 200% more times Supported Skills deal 40% less Damage with HitsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Second Wind Tier: 4 Cost & Reservation Multiplier: 150%Support Requirements: +5 DexSupports skills with cooldowns, giving them extra uses of that cooldown. Cannot support instant or triggered skills, or modify the skills of minions.Supported Skills have 40% less Cooldown Recovery Rate Supported Skills have twice as many Cooldown UsesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Second Wind Tier: 5 Cost & Reservation Multiplier: 150%Support Requirements: +5 DexSupports skills with cooldowns, giving them extra uses of that cooldown and causing them to restore Life on use. Cannot support instant or triggered skills, or modify the skills of minions.Supported Skills have 40% less Cooldown Recovery Rate Restore 2% of maximum Life on use per one second cooldown of Supported Skills Supported Skills have twice as many Cooldown UsesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
File:Bounty I inventory icon.pngBounty IBounty ISupport Category: Bounty Tier: 2Support Requirements: +5 DexSupports any Skill that Hits Enemies, causing Enemies it kills to grant more Flask and Charm charges.Enemies killed by Hits from Supported Skills grant 50% more Charm charges Enemies killed by Hits from Supported Skills grant 50% more Life Flask Charges Enemies killed by Hits from Supported Skills grant 50% more Mana Flask ChargesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
File:Bounty I inventory icon.pngBounty IIBounty IISupport Category: Bounty Tier: 4Support Requirements: +5 DexSupports any Skill that Hits Enemies, causing Enemies it kills to grant more Flask and Charm charges.Enemies killed by Hits from Supported Skills grant 100% more Charm charges Enemies killed by Hits from Supported Skills grant 100% more Life Flask Charges Enemies killed by Hits from Supported Skills grant 100% more Mana Flask ChargesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Rapid Attacks Tier: 5Support Requirements: +5 DexSupports Attacks, causing them to Attack faster at the cost of Damage.Supported Skills have 35% increased Attack Speed Supported Skills deal 50% less DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Rapid Attacks Tier: 4Support Requirements: +5 DexSupports Attacks, causing them to Attack faster.Supported Skills have 25% increased Attack SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Heightened Accuracy Tier: 3 Cost & Reservation Multiplier: 110%Support Requirements: +5 DexSupports Attacks, causing them to gain Accuracy, and never miss against Enemies on full Life.Supported Skills Always Hit Enemies on full Life Supported Skills have 50% more Accuracy RatingPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Charge Profusion Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports skills that can generate Charges, giving them a chance to generate an additional Charge when they do so, as well as a chance to generate an additional Charge of a random type.Supported Skills have 30% chance to grant an additional Charge Supported Skills have 15% chance to grant an additional random ChargePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Crescendo Tier: 4 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Strikes that perform a Final Strike at the end of a combination of attacks, allowing you to use the Final Strike twice in succession, and causing Non-Final Strike Attacks to be faster.Final Strike of Supported Skills can be performed twice in succession Attacks with Supported Skills that are not Final Strikes have 15% more Attack SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Crescendo Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Strikes that perform a Final Strike at the end of a combination of attacks, causing the Final Strike to be Ancestrally Boosted.Final Strike of Supported Skill is Ancestrally BoostedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Deadly Poison Tier: 4Support Requirements: +5 DexSupports any skill that Hits enemies, causing it to deal less damage but inflict more potent Poison.Supported Skills deal 30% less Damage with Hits 100% more Magnitude of Poison inflicted with Supported SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Window of Opportunity Tier: 5Support Requirements: +5 DexSupports Channelling skills that have special effects if released with Perfect Timing, causing them to deal much more damage and grant Perfect Deflection if released with Perfect Timing but reducing the Perfect Timing window.Releasing Supported Skills with Perfect Timing grants Deflection Rating equal to 15% of Evasion Rating for 8 seconds Supported Skills have a 35% shorter Perfect Timing window Supported Skills deal 35% more Damage when released with Perfect TimingPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Swift Affliction Tier: 3Support Requirements: +5 DexSupports any skill that deals damage, causing it to deal more non-Ailment damage over time but have a shorter duration.Supported Skills deal 30% more non-Ailment Damage over Time 10% less Duration of Supported Skills and Damaging Ailments they inflictPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Swift Affliction Tier: 5Support Requirements: +5 DexSupports any skill that deals damage, causing effects with a duration of one second or less to deal more non-Ailment damage over time.Supported Skills deal 50% more non-Ailment damage over time if their duration is less than one second 30% less Duration of Supported Skills and Damaging Ailments they inflictPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Combo Finisher Tier: 3Support Requirements: +5 DexSupports Melee Attacks you use yourself. Supported Skills cannot be used until enough Combo has been built up, but deal massively more damage. Cannot support skills which already Combo, or Triggered Skills.Supported Skills lose Combo if you generate no Combo for 4 seconds Supported Skills deal 40% more Damage Supported Skills require 5 Combo to usePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Longshot Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Attacks, causing them to deal more damage from farther away.Supported Skills deal 35% more Attack Damage to enemies further than 7 metres from you, scaling down to no bonus at 3.5 metres or closerPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Culling Strike Tier: 5Support Requirements: +5 DexSupports Attack Skills, causing them to Cull Rare and Unique Enemies on Hit, and increasing the threshold at which they will Cull Enemies.Supported Skills have Culling Strike against Rare or Unique Enemies Gain 20% increased Culling Strike Threshold for 20 seconds on Culling with Supported SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Cooldown Recovery Tier: 4 Cost & Reservation Multiplier: 130%Support Requirements: +5 DexSupports skills with Cooldowns, increasing the rate at which those Cooldowns Recover. Cannot modify the skills of minions.Supported Skills have 30% increased cooldown recovery ratePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
File:Nova Projectiles inventory icon.pngNova ProjectilesNova ProjectilesSupport, Projectile Category: Additional Projectiles Tier: 4Support Requirements: +5 DexSupports Projectile Skills, making them fire extra Projectiles in a circle, at the cost of Damage. Does not support Skills which rain down Projectiles from above.Supported Skills fire 4 additional Projectiles Supported Skills fire Projectiles in a circle Supported Skills deal 40% less DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Precision Tier: 4 Additional Reservation: 20 SpiritSupport Requirements: +5 DexSupports Persistent Buff Skills, causing you to gain increased Accuracy while the Skill is active.50% Increased Accuracy Rating while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Increased Area of Effect Tier: 3 Cost & Reservation Multiplier: 130%Support Requirements: +5 IntSupports any skill with an area of effect, making it larger at the cost of damage.Supported Skills have 45% increased Area of Effect Supported Skills deal 10% less Area DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Fortress Tier: 3Support Requirements: +5 IntSupports skills that create walls in a line, causing them to be created in a circle instead but deal less Hit damage and have lowered Area of Effect.Supported Skills have 20% less Area of Effect Supported Skills deal 30% less damage with Hits Walls from Supported Skills are created in a Circle insteadPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Feeding Frenzy Tier: 4Support Requirements: +5 IntMinions from Supported Skills deal 30% more Damage Minions from Supported Skills take 15% more DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Rapid Casting Tier: 4Support Requirements: +5 IntSupports Spells, causing them to cast faster.Supported Skills have 20% increased Cast SpeedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Rapid Casting Tier: 5Support Requirements: +5 IntSupports Spells, causing them to cast faster for each different Spell you've cast Recently.Supported Skills have 10% increased Cast Speed for each different Spell you've Cast in the last eight secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Minion Pact Tier: 4Support Requirements: +5 IntSupports damaging skills you use yourself, draining the life from one of your Minions on use in order to boost the skill's damage. Only takes effect if you have a Minion with enough life to drain the full amount.Supported Skills remove 150% of your maximum Life from a nearby Minion on use to deal 35% more damagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Clarity Tier: 4 Additional Reservation: 20 SpiritSupport Requirements: +5 IntSupports Persistent Buff Skills, causing you to gain increased Mana Regeneration while the Skill is active.50% Increased Mana Regeneration Rate while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Double Barrel Tier: 2 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed.Supported Skills have 20% less Reload Speed Supported Skills load an additional boltPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
![]() Category: Double Barrel Tier: 5 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed. Supported Skills will also automatically reload when they Heavy Stun an enemy.Supported Skills reload automatically when Heavy Stunning an enemy with them Supported Skills have 20% less Reload Speed Supported Skills load an additional boltPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Ammo Conservation Tier: 4Support Requirements: +5 DexSupports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing.Supported Crossbow Attacks have 25% chance to not consume a boltPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Ammo Conservation Tier: 5Support Requirements: +5 DexSupports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing, at the cost of Reload speed.Supported Crossbow Attacks have 30% chance to not consume a bolt Supported Skills have 20% less Reload speedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Fresh Clip Tier: 4Support Requirements: +5 StrSupports Crossbow Skills, granting them more damage for each bolt reloaded by that Skill in the last 8 seconds.Supported Crossbow Skills deal 1% more Damage for each bolt Reloaded by that skill in the past 8 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Sacrificial Lamb Tier: 3Support Requirements: +5 IntSupports skills which create Minions, causing your skills which can target Minions to prioritise targeting Minions from the Supported Skill, as well as causing them to always be considered Detonatable.Minions created by Supported Skills are always considered to be Detonatable Your Skills target Minions from Supported Skills within 6 metres if possiblePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
File:Branching Fissures I inventory icon.pngBranching Fissures IBranching Fissures ISupport, Attack, Melee Category: Fissures Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Melee Attacks which create Fissures in the ground, causing them to create additional secondary Fissures which branch off from the primary fissure, with lowered area of effect and Damage.Supported Skills' Fissures branch 2 times Supported Skills' Branched Fissures deal 40% less damage Supported Skills' Branched Fissures have 35% less area of effectPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
File:Branching Fissures I inventory icon.pngBranching Fissures IIBranching Fissures IISupport, Attack, Melee Category: Fissures Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Melee Attacks which create Fissures in the ground, causing them to create additional secondary Fissures which branch off from the primary fissure, with lowered area of effect and Damage.Supported Skills' Fissures branch 2 times Supported Skills' Branched Fissures deal 30% less damage Supported Skills' Branched Fissures have 35% less area of effectPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Fissures Tier: 5Support Requirements: +5 StrSupports Melee Attacks which create fissures in the ground, causing them to create additional fissures at the cost of damage and attack speed.Supported Skills create 2 additional fissures Supported Skills have 20% less Attack Speed Supported Skills deal 40% less DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Ricochet Tier: 4Support Requirements: +5 DexSupports any Skill which creates Projectiles, giving those Projectiles a chance to Chain when impacting terrain.Projectiles from Supported Skills have 50% chance to Chain an additional time from terrainPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Ricochet Tier: 5Support Requirements: +5 DexSupports any Skill which creates Projectiles, causing those Projectiles to Chain when impacting terrain, at the cost of any additional Projectiles, as well as causing them to always Pierce.Projectiles from Supported Skills Pierce all Targets Modifiers granting additional Projectiles instead cause Projectiles from Supported Skills to Chain an additional time from terrain per Projectile they would have gainedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Urgent Totems Tier: 4Support Requirements: +5 StrSupports Skills which create Totems, causing those Skills to place Totems much more quickly. Totems created by Supported Skills have increased Attack and Cast Speed.Spells Cast by Totems created by Supported Skills have 20% increased Cast Speed Attacks used by Totems created by Supported Skills have 20% increased Attack Speed Supported Skills have 100% increased Totem Placement speedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Urgent Totems Tier: 3Support Requirements: +5 StrSupports Skills which create Totems, causing those Skills to place Totems much more quickly.Supported Skills have 100% increased Totem Placement speedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Long Fuse Tier: 5Support Requirements: +5 StrSupports Skills which have a Detonation Time, causing those Skills to have much higher Detonation Time and detonation damage.Supported Skills have 70% increased Detonation Time Grenades from Supported Skills cannot explode before the end of their Detonation Time Detonations from supported Skills deal 35% more DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Reinforced Totems Tier: 5Support Requirements: +5 StrSupports Skills which create Totems. Totems created by Supported Skills have additional Elemental Resistances.Totems summoned by Supported Skills have +10% to all Maximum Elemental Resistances Totems summoned by Supported Skills have +40% to all Elemental ResistancesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Additional Projectiles Tier: 5Support Requirements: +5 IntSupports Projectile Spells. Supported Spells have a chance to fire many additional Projectiles in a circle.Supported Skills have a 25% chance to fire 8 additional Projectiles in a circlePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Culmination Tier: 5Support Requirements: +5 DexSupports Melee Attack Skills. Supported Skills gain Combo when you successfully Strike Enemies with other Melee Attacks. Supported Skills reset their Combo on use, dealing more Damage the higher Combo you had on use. Cannot support skills which already gain Combo. Does not modify Skills used by Minions.Supported Skills can gain Combo Supported Skills lose all Combo on use Supported Skills lose Combo if you generate no Combo for 4 seconds Combo count loss for Supported Skills occurs 50% slower Supported Skills deal 3% more Damage per ComboPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Boundless Energy Tier: 4 Cost & Reservation Multiplier: 115%Support Requirements: +5 IntSupports Meta Skills. Supported Skills generate Energy significantly faster.Supported Skills gain 45% increased EnergyPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Harmonic Remnants Tier: 3Support Requirements: +5 IntSupports Skills which create Remnants, allowing those Remnants to be collected from further away, with a chance to create an additional Remnant.20% chance for Supported Skills to create an additional Remnant Remnants created by Supported Skills can be collected from 100% further awayPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Zenith Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 IntSupports Spell Skills. Supported Skills deal more damage while you are above 90% of your Maximum Mana, and Recoup a portion of Skill costs as Mana. Does not modify Skills used by Minions.25% of Supported Skills costs are Recouped as Mana Supported Spells deal 30% more Damage while you are above 90% of your Maximum ManaPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Bidding Tier: 4Support Requirements: +5 IntSupports Minion Skills. Supported Minions deal more damage and have increased Cooldown Recovery Rate with Command Skills.Supported Minions have 30% increased Cooldown Recovery Rate for Command Skills Supported Minions' Command Skills deal 30% more DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Bidding Tier: 5Support Requirements: +5 IntSupports Minion Skills. Supported Minions have significantly increased Cooldown Recovery Rate with Command Skills.Supported Minions have 80% increased Cooldown Recovery Rate for Command SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Adhesive Grenades Tier: 3Support Requirements: +5 DexSupports Grenade Skills. Grenades from Supported Skills do not bounce, instead halting movement where they intially land.Supported Grenade Skills stop where they initially landPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Retaliate Tier: 4 Cost & Reservation Multiplier: 115%Support Requirements: +5 StrSupports Melee Attack Skills you use yourself. Supported Skills gain much more damage and are more capable of Stunning Enemies the closer you are to being Heavily Stunned.Hits from Supported Skills Stun Enemies as though dealing more Damage equivalent to the current percentage of your Stun Bar Supported Skills deal up to 40% more Attack Damage, scaling up as your Stun Bar increasesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Alignment Tier: 4 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction deal much more Damage. Cannot Support Channelled Skills.Supported Skills indicate one of four directions Indicated direction changes when an Attack with Supported Skill matches indicated direction Supported Skills deal 40% more Projectile Damage when Attacking in indicated directionPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Alignment, Additional Projectiles Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction fire additional Projectiles. Cannot Support Channelled Skills.Supported Skills indicate one of four directions Indicated direction changes when an Attack with Supported Skill matches indicated direction Supported Skills fire 4 additional Projectiles when Attacking in indicated directionPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Charged Shots Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Bow Attacks. Every third shot with Supported Skills Gains Damage as extra Lightning Damage.One in every 3 shots with Supported Skills is a Charged Shot Charged Shots with Supported Skills Gain 60% of Damage as extra Lightning DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Profanity Tier: 5Support Requirements: +5 IntSupports Skills you use yourself. Supported Skills consume many Corpses on use, dealing more Chaos Damage per Corpse consumed. Cannot support Triggered Skills or Reservation Skills.Supported Skills consume up to 10 Corpses within 5 metres on use, if possible Supported Skills deal 5% more Chaos Damage for each Corpse consumed this wayPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Burgeon Tier: 4 Cost & Reservation Multiplier: 120%Support Requirements: +5 IntSupports Channelling Skills you use yourself, causing them to deal more damage the longer they have been Channelled.Supported Skills deal 20% more Damage per second spent Channelling, up to 40%Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Steadfast Tier: 3 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Channelling Skills you use yourself, granting you higher Stun Threshold and Ailment Threshold while Channelling them.You have 100% more Ailment Threshold while Channelling Supported Skills You have 50% more Stun Threshold while Channelling Supported SkillsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Concoct Tier: 4Support Requirements: +5 StrSupports Skills you use yourself which Damage enemies with Hits. Supported Skills consume a percentage of your maximum Life Flask charges, inflicting more powerful Bleeding based on Life Flask charges consumed.Supported Skills consume 30% of your maximum Life Flask charges on use Supported Skills have 3% more Magnitude of Bleeding they inflict per Life Flask charge consumedPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Persistent Ground Tier: 3Support Requirements: +5 StrSupports Skills which create Ground Surfaces, causing created Surfaces to last much longer and only end when their duration expires.50% increased duration of Ground Surfaces created by Supported Skills Ground Surfaces created by Supported Skills cannot be destroyed except by expiringPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Persistent Ground Tier: 5Support Requirements: +5 StrSupports Skills which create Ground Surfaces, causing created Surfaces to last much longer as well as lowering the Cooldown Recovery Speed of affected Enemies. Ground Surfaces from Supported Skills only end when their duration expires.50% increased duration of Ground Surfaces created by Supported Skills Ground Surfaces from Supported Skills apply Suppressive Ground Suppressive Ground inflicts 30% less Cooldown Recovery Rate Ground Surfaces created by Supported Skills cannot be destroyed except by expiringPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Remnant Potency Tier: 3Support Requirements: +5 StrSupports Skills which create Remnants, making those Remnants more powerful, but delaying their effect.Effects of Remnants generated by Supported Skills occur 4 seconds after being collected Remnants spawned by Supported Skills have 30% increased effectPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Remnant Potency Tier: 4Support Requirements: +5 StrSupports Skills which create Remnants, making those Remnants more powerful, but delaying their effect.Effects of Remnants generated by Supported Skills occur 3 seconds after being collected Remnants spawned by Supported Skills have 40% increased effectPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Retreat Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last eight seconds, but cannot themselves deal Melee Damage.Supported Skills deal no Melee damage Supported Skills deal 25% more Projectile Damage if you have Damaged an Enemy with a Melee Hit in the last eight secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Retreat Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last two seconds, but cannot themselves deal Melee Damage.Supported Skills deal no Melee damage Supported Skills deal 30% more Projectile Damage if you have Damaged an Enemy with a Melee Hit in the last two secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Pursuit Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last two seconds, but cannot themselves deal Projectile Damage.Supported Skills deal 30% more Melee Damage if you have Damaged an Enemy with a Projectile Attack Hit in the last two seconds Supported Skills deal no Projectile damagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Pursuit Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last eight seconds, but cannot themselves deal Projectile Damage.Supported Skills deal 25% more Melee Damage if you have Damaged an Enemy with a Projectile Attack Hit in the last eight seconds Supported Skills deal no Projectile damagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Ancestral Call Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Strikes you use yourself, providing a powerful Ancestral Boost every few seconds. Cannot Support Channelled Skills and does not modify Skills used by Minions.Supported Strike Skills are Ancestrally Boosted once every 3 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Barbs Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit after you've Retaliated with Thorns Damage.Supported Skills deal your Thorns Damage on their next 6 Hits after you Retaliate with ThornsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Barbs Tier: 5 Cost & Reservation Multiplier: 120%Support Requirements: +5 StrSupports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit twice after you've Retaliated with Thorns Damage.Supported Skills deal your Thorns Damage twice on their next Hit after you Retaliate with ThornsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Thornskin Tier: 4 Additional Reservation: 40 SpiritSupport Requirements: +5 StrSupports Persistent Buff Skills, causing you to deal increased Thorns Damage while the Supported Skill is active.Deal 70% increased Thorns Damage while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Mysticism Tier: 4 Additional Reservation: 30 SpiritSupport Requirements: +5 IntSupports Persistent Buff Skills, causing you to deal increased Spell Damage while on full Energy Shield while the Supported Skill is active.Deal 40% increased Spell Damage while on full Energy Shield while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Direstrike Tier: 4 Additional Reservation: 40 SpiritSupport Requirements: +5 StrSupports Persistent Buff Skills, causing you to deal increased Attack Damage while on Low Life while the Supported Skill is active.Deal 70% increased Attack Damage while on Low Life while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Upwellling Tier: 4 Additional Reservation: 30 SpiritSupport Requirements: +5 IntSupports Persistent Buff Skills, causing your Minions to deal increased Damage while you are not on full Mana while the Supported Skill is active.Your Minions deal 50% increased Damage while you are not on full Mana while a Supported Skill is activePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Refraction Tier: 3 Additional Reservation: 10 SpiritSupport Requirements: +5 StrSupports Banner Skills, causing those affected by Auras they create to gain Refractive Plating, a Buff which causes Armour to partially apply to Elemental Hit Damage.Those affected by Auras from Supported Skills gain Refractive Plating Refractive Plating causes 30% of Armour to apply to Elemental Hit Damage takenPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Refraction Tier: 5 Additional Reservation: 10 SpiritSupport Requirements: +5 StrSupports Banner Skills, causing Enemies within their area to gain Refractive Dissolution, a Debuff which lowers Elemental Resistances.Supported Banners apply Refractive Dissolution to Enemies in their radius Refractive Dissolution applies 2% Elemental Exposure per 1000 player Armour, up to 80%Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
![]() Category: Greatwood Tier: 4 Cost & Reservation Multiplier: 115%Support Requirements: +5 StrSupports Skills which create Totems, limiting their active Totem count to one but granting significant benefits for supported Totems based on what their Totem Limit would have been without this restriction. Does not Support Skills used by Minions.Supported Skills can only have one active Totem Totem Limit instead grants 5% increased Area of Effect for Totems per Limit to Supported Skills, up to 20% Totem Limit instead grants 15% more Totem Damage per Limit to Supported Skills, up to 60% Totem Limit instead grants 15% more Totem Life per Limit to Supported Skills, up to 60%Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
![]() Category: Brink Tier: 3Support Requirements: +5 StrSupports Melee Attack Skills. Supported Skills build up Stun more quickly, but cannot themselves Stun.Stun buildup caused by Supported Skills cannot reach 100% Hits with Supported Skills cause 50% more Stun buildupPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
![]() Category: Short Fuse Tier: 4 Cost & Reservation Multiplier: 115%Support Requirements: +5 StrSupports Skills which Detonate after some amount of time has elapsed, massively shortening the time before Detonation at the cost of Damage.Supported Skills have 80% less Detonation Time Supported Skills deal 30% less DamagePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
File:Admixture inventory icon.pngAdmixtureAdmixtureSupport, Physical, Chaos Category: Admixture Tier: 2 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Skills which can cause Damaging Hits. Bleeding inflicted by those Hits is more effective against Poisoned Enemies, and Poison inflicted by Supported Skills is more effective against Bleeding Enemies.20% more Magnitude of Bleeding inflicted by Supported Skills against Poisoned Enemies 20% more Magnitude of Poison inflicted by Supported Skills against Bleeding EnemiesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
File:Stoicism I inventory icon.pngStoicism IStoicism ISupport Category: Stoicism Tier: 3Support Requirements: +5 StrSupports Attack Skills you use yourself. Supported Skills steadily gain more Damage, up to a cap. This Damage bonus is reset if you Dodge Roll or use a Travel Skill.Supported Skills gain 1% more Damage every second, up to 20% This Damage Bonus resets if you Dodge Roll or use a Travel SkillPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
File:Stoicism I inventory icon.pngStoicism IIStoicism IISupport Category: Stoicism Tier: 5Support Requirements: +5 StrSupports Attack Skills you use yourself. Supported Skills steadily gain more Damage, up to a cap. This Damage bonus is reset if you Dodge Roll or use a Travel Skill.Supported Skills gain 2% more Damage every second, up to 20% This Damage Bonus resets if you Dodge Roll or use a Travel SkillPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
File:Hardy Totems I inventory icon.pngHardy Totems IHardy Totems ISupport, Totem Category: Hardy Totems Tier: 2 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Skills which create Totems, causing those Totems to have more Life.Totems created by Supported Skills have 40% more maximum LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
File:Hardy Totems I inventory icon.pngHardy Totems IIHardy Totems IISupport, Totem Category: Hardy Totems Tier: 4 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Skills which create Totems, causing those Totems to have more Life.Totems created by Supported Skills have 50% more maximum LifePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
File:Living Lightning I inventory icon.pngLiving Lightning ILiving Lightning ISupportPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | — |
File:Living Lightning I inventory icon.pngLiving Lightning IILiving Lightning IISupportPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | — |
File:Streamlined Rounds inventory icon.pngStreamlined RoundsStreamlined RoundsSupport, Ammunition, Projectile Category: Streamlined Rounds Tier: 3 Cost & Reservation Multiplier: 120%Support Requirements: +5 DexSupports Crossbow Ammunition Skills. Supported Skills have significantly higher Attack speed and bolt capacity, but deal less damage and have longer reload time.Supported Skills have 50% more Attack speed Supported Skills deal 60% less Damage Supported Skills have 50% less reload speed Supported Skills load 5 additional boltsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 3 |
File:Enduring Impact I inventory icon.pngEnduring Impact IEnduring Impact ISupport Category: Enduring Impact Tier: 1Support Requirements: +5 StrSupports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when causing a Heavy Stun.30% chance to gain an Endurance Charge when Heavily Stunning a non-Unique Enemy with Supported Skills Gain 1 Endurance Charge on Heavily Stunning a Unique Enemy with Supported SkillPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 1 |
File:Enduring Impact I inventory icon.pngEnduring Impact IIEnduring Impact IISupport Category: Enduring Impact Tier: 4Support Requirements: +5 StrSupports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when causing a Heavy Stun.30% chance to gain an Endurance Charge when Heavily Stunning a non-Unique Enemy with Supported Skills Gain 3 Endurance Charges on Heavily Stunning a Unique Enemy with Supported SkillPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 4 |
File:Crater inventory icon.pngCraterCraterSupportPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | — |
File:Vanguard I inventory icon.pngVanguard IVanguard ISupport Category: Vanguard Tier: 1 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Shield Skills, causing you to gain Guard on Stunning Enemies with the Supported Skill.Gain 2 Guard per ten Strength when you Stun an Enemy Gain an additional 4 Guard per ten Strength if Heavily Stunning Guard duration is 4 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 1 |
File:Vanguard I inventory icon.pngVanguard IIVanguard IISupport Category: Vanguard Tier: 2 Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Shield Skills, causing you to gain Guard on Stunning Enemies with the Supported Skill.Gain 2 Guard per ten Strength when you Stun an Enemy Gain an additional 6 Guard per ten Strength if Heavily Stunning Guard duration is 4 secondsPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
File:Crystalline Shards inventory icon.pngCrystalline ShardsCrystalline ShardsSupport Category: Crystalline Shards Tier: 1 Cost & Reservation Multiplier: 120%Support Requirements: +5 IntSupports Skills which create Ice Crystals. Damaging Explosions caused by Ice Crystals from Supported Skills will Impale Enemies.Supported Skills cannot Extract Impale Ice Crystals created by Supported Skills can Impale with Cold Damage as though it was Physical Ice Crystals created by Supported Skills have 100% chance to ImpalePlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 1 |
File:Skittering Stone I inventory icon.pngSkittering Stone ISkittering Stone ISupportPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | — |
File:Skittering Stone I inventory icon.pngSkittering Stone IISkittering Stone IISupportPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | — |
File:Durability inventory icon.pngDurabilityDurabilitySupport Category: Durability Tier: 2Support Requirements: +5 DexSupports Skills which create objects that are destroyed after being Hit a number of times, allowing for them to last for additional Hits. Does not modify Skills used by Minions.Objects created by Supported Skills can be Hit +2 timesPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 2 |
File:Brambleslam inventory icon.pngBrambleslamBrambleslamSupport, Attack, AoE, Melee, Slam, Physical, Hazard Tier: 5Support Requirements: +5 DexPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | 5 |
![]() Category: Rearm Tier: 5 Cost & Reservation Multiplier: 110%Support Requirements: +5 DexSupports Skills which create Hazards. Hazards created by Supported Skills have a chance to be rearmed a short duration after triggering.Hazards created by Supported Skills have 30% chance to rearm after they are triggeredPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 5 |
Lineage support
Gem | Tier |
---|---|
File:Ixchel's Torment inventory icon.pngIxchel's TormentIxchel's TormentSupport, Lineage, Trigger Category: Fluke Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 IntSupports Skills which Trigger other Skills. Skills Triggered by Supported Skills have their Damage, Area of Effect, and Projectile Speed randomly raised or lowered when Triggered, as well as recovering a random amount of their cost when Triggered.Skills Triggered by Supported Skills deal between 40% less and 60% more Damage Skills Triggered by Supported Skills recover between % and 20% of cost on use Skills Triggered by Supported Skills have between 40% less and 50% more Area of Effect Skills Triggered by Supported Skills have between 40% less and 50% more Projectile SpeedFew mortals can comprehend the horror of experiencing every possibility. Chaos alone takes joy in the unthinkable and the unimaginable made manifest.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Ratha's Assault inventory icon.pngRatha's AssaultRatha's AssaultSupport, Lineage, Ammunition, Projectile Category: Double Barrel Cost & Reservation Multiplier: 110%Requires Level 65 Support Requirements: +5 DexSupports Crossbow Ammunition Skills, causing them to load multiple extra bolts. Supported Skills cannot reload normally, instead loading bolts when you Dodge.Supported Crossbow Ammunition Skills cannot reload Supported Skills Load 3 bolts when you Dodge Supported Skills load 3 additional bolts"No plan. No stealth. I want shock. Awe. I want them to know who did it, and I want them telling tales. That's the only way for us to earn their respect... and their fear."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Zarokh's Refrain inventory icon.pngZarokh's RefrainZarokh's RefrainSupport, Lineage, Spell, AoE Category: Spell Echo Cost & Reservation Multiplier: 130% Cooldown Time: 5.00 sec Can Store 1 Use(s)Requires Level 65 Support Requirements: +5 IntSupports Spells that affect an area around you or a target location. Supported Spells echo twice, causing their effects to happen again after a short delay, but Supported Skills are given a short Cooldown. Cannot support Channelling skills, Remote skills, skills which already have a Cooldown, or skills which are Triggered.Supported Spells Echo 2 timesReliving the same day for all time, Zarokh raged against the moments that made up his prison. There would be no redemption, for he had broken his only barya.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Additional ProjectilesRequires Level 65 Support Requirements: +5 IntSupports Projectile Spells. Supported Spells have an increasingly higher chance to fire many additional Projectiles in a circle, resetting when they do.Gain 1 Wildshard on casting Supported Spells Supported Skills have a 20% chance to fire 8 additional Projectiles in a circle per Wildshard All Wildshards are lost when Supported Skills fire Projectiles in a circleShe holds in her hand a shattered crystal, a vision of her desire: to see her sister's silver palace obliterated, to see it cast across the heavens. One cross word, and the sky will rain down her fury.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Dialla's Desire Cost & Reservation Multiplier: 90%Requires Level 65 Support Requirements: +5 IntSupports any Skill which has levels, increasing the level and Quality, while reducing the cost and Reservation.+1 to Level of Supported Skill Gems +10% to Quality of Supported Skills"I will become your Gemling Queen, my love, but not with such dull stones. I want to give myself to you for eternity. Surely we can seek perfection together?"Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Ammo ConservationRequires Level 65 Support Requirements: +5 DexSupports Crossbow Skills, granting a chance to load a bolt into all Crossbow Ammunition on kill with Supported Skill.35% chance to load a bolt into all Crossbow skills on dealing a Killing Blow with Supported SkillConfident their enemy was defenseless, the Keitans brazenly charged the walls - but Arjun's ammunition supply reports had been... 'inaccurate'... just like everything else Bardiyan.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Tawhoa's Tending inventory icon.pngTawhoa's TendingTawhoa's TendingSupport, Lineage, Totem, AoE, Physical Cost & Reservation Multiplier: 110%Support Requirements: +5 StrSupports Skills which create Totems, causing those Totems to have more Life. Totems created by Supported Skills explode on death, dealing Physical damage based on their Life.Support Totems created by Supported Skills have 50% more maximum Life Totems created by Supported Skills trigger Tawhoa's Vengeance on death Tawhoa's Vengeance A scavenging warrior found Tawhoa meditating in a grove. "There is only so much jade in this world," intoned the god. "Take my gift to your tribe. Ironwood will grow for all time."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | 0 |
File:Rakiata's Flow inventory icon.pngRakiata's FlowRakiata's FlowSupport, Lineage Category: Rakiata's Flow Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 DexSupports Skills that can cause Damaging Hits, causing those Hits to treat Enemy Elemental Resistances as inverted.Hits with Supported Skills treat Enemy Monster Elemental Resistance values as invertedThe Tasalio Tribe developed their own Way, seeing the world not as it is, but as it should be, given its roiling and endless grace of constant motion.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Paquate's Pact inventory icon.pngPaquate's PactPaquate's PactSupport, Lineage, Warcry, Physical, Duration Category: Corrupting CryRequires Level 65 Support Requirements: +5 StrSupports Warcries, causing them to inflict massive amounts of Corrupted Blood on enemies in their area of effect, at the cost of your Life.Corrupted Blood deals 25% of your Strength as Physical Damage per second Corrupted Blood duration is 5 seconds Lose 2% of maximum Life per Corrupted Blood inflicted by Supported Skills Supported Warcries inflict 5 Corrupted Blood DebuffsThe water used to cool the Locus of Corruption ran red as blood, bright as flame, and bubbled with strange heat. "Drink," he offered. "Suffuse your flesh with power!"Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Hit and RunRequires Level 65 Support Requirements: +5 DexSupports Attack Skills you use yourself which do not already have some Condition for use. Supported Skills can only be used after you have moved a certain distance, but will Bifurcate Critical Hit Chance. Cannot support Skills which have a Cooldown or that are Triggered, and does not modify skills used by Minions.Attack Critical Hit Chance with Supported Skills Bifurcates Supported Skills become usable after you have moved 20 metres Supported Skills become unusable again after useAt the last, her hope gone - but not her resolve - she threw her beloved Tangletongue. That was the day a god bled. For this, the Great Roc graced a Maraketh warrior with a feather for the first time.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Kurgal's Leash inventory icon.pngKurgal's LeashKurgal's LeashSupport, Lineage Category: Blackblood Cost & Reservation Multiplier: 120%Requires Level 25 Support Requirements: +5 IntSupports Commandable Minions causing you and the Supported Minion to gain Unholy Might when you Command them.Gain Unholy Might for 5 seconds on Commanding Minions from Supported Skills Minions from Supported Skills gain Unholy Might for 5 seconds when CommandedKurgal's first body was a mere stone golem, enslaved by a collar. He found such ecstasy in the power of dominion, he clawed his way free... and soon, supplanted a Lich Lord.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Einhar's Beastrite inventory icon.pngEinhar's BeastriteEinhar's BeastriteSupport, Lineage, Attack, Melee, Strike Category: BeheadRequires Level 65 Support Requirements: +5 StrSupports Melee Strike skills, causing them to steal a Modifier from Rare monsters they kill for a lengthy duration, while being unable to damage enemies not on low Life. Does not modify skills used by Minions.Supported Skills can only Damage Low Life Enemies Killing Blows from Supported Strike Skills against Rare monsters grant two of their Modifiers for 40 seconds"You must cut the beast, like this," he told the wide-eyed and forgetful woman. "The juiciest parts are in the middle!" She nodded, and began relearning the way of the wilds.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Vilenta's Propulsion inventory icon.pngVilenta's PropulsionVilenta's PropulsionSupport, Lineage, Spell, Projectile Category: Projectile SpeedRequires Level 65 Support Requirements: +5 IntSupports Spell Skills that fire Projectiles, causing increases and reductions to cast speed to also apply to Projectile speed.50% of increases and reductions to Cast speed also apply to Projectile Speed for Supported SkillsDay and night, she hammered away, obsessed with proving it could be done; a vast ring of artifice under the earth, pushing energy to speeds never before seen - all to prove Qotra wrong.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Ahn's Citadel inventory icon.pngAhn's CitadelAhn's CitadelSupport, Lineage Category: FortressRequires Level 65 Support Requirements: +5 IntSupports skills that create walls in a line, causing them to instead be created along a Fissure, at the cost of damage and Area of Effect.Supported Skills have 30% less Area of Effect Supported Skills deal 30% less damage with Hits Walls from Supported Skills are created along a Fissure insteadAs possessed golems ravaged the land, Aul - crowned Ahn by blood and tyranny - began the last ritual, causing azurite crystals to rupture and grow throughout his doomed citadel.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Brutus' Brain inventory icon.pngBrutus' BrainBrutus' BrainSupport, Lineage, Minion Category: Meat ShieldRequires Level 65 Support Requirements: +5 StrSupports skills which create Minions, causing those Minions to be unable to deal or take Damage. Cannot support skills which create undamageable Minions.Minions from Supported Skills deal 100% less Damage Minions from Supported Skills take 100% less DamageShavronne gleefully raised her arms to the sky as lightning flashed. She'd done it! Her creation was perfect! Invincible. Immortal! But she soon realized there was one piece missing...Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Tecrod's Revenge inventory icon.pngTecrod's RevengeTecrod's RevengeSupport, Lineage, Minion, Persistent, Duration Category: Last GaspRequires Level 65 Support Requirements: +5 IntSupports skills that create Persistent Minions, causing those Minions to fight on when they are fatally wounded, dying after a short duration or when they take further damage exceeding their maximum Life. Minions from Supported Skills gain Soul Eater and a burst of speed on entering this state.Minions from Supported Skills die 10 seconds after their Life is reduced to 0 Minions from Supported Skills gain Soul Eater when their Life is reduced to 0 Minions from Supported Skills gain 20% increased Attack and Cast Speed when their Life is reduced to 0The Lich Lords destroyed his body, but with his dying fury, Tecrod found a way. He lurks deep, in the blood, in the flesh, in the Well... perhaps walking among them even now, unseen.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Atalui's Bloodletting inventory icon.pngAtalui's BloodlettingAtalui's BloodlettingSupport, Lineage, Physical Category: Lifetap Cost & Reservation Multiplier: 150%Requires Level 65 Support Requirements: +5 StrSupports any Skill, turning a portion of its Mana cost into a Life cost. Does not support Skills which reserve Spirit. Supported Skills Gain a portion of their Life cost as extra Physical Damage.Skill Mana Costs Converted to Life Costs Supported Skills Gain 2% of Damage as extra Physical Damage per 10 Life costAtazek and Atalui rose, battered and dark, bleeding from a hundred different wounds. She gave her brother a sinister grin. "Shall we show them what happens to those who challenge the Vaal?"Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Uruk's Smelting inventory icon.pngUruk's SmeltingUruk's SmeltingSupport, Lineage, Spell Category: Armour DemolisherRequires Level 65 Support Requirements: +5 StrSupports any skill, causing Armour Break it inflicts to be stronger. Fully Breaking Armour with Supported Skills permanently increases the Physical Damage taken by those affected, up to a cap.Fully Breaking Armour with Supported Skills causes affected targets to permanently take 2% increased Physical Damage, up to 20% Supported Skills Break 70% more ArmourThe volcano roared, but there was no thunder, only the boom of Uruk's hammer. Wraeclast had forgotten the old alliance, but by the Molten One's will, the fires would rage again.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Ailith's ChimesRequires Level 65 Support Requirements: +5 DexSupports Skills which can expend Combo. On expending Combo with Supported Skills, you have a chance to gain Power Charges based on the amount of Combo expended.10% chance to gain a Power Charge when expending Combo with Supported Skills per Combo expended This chance can Exceed 100%Ailith awoke to find her fire iridescent, and her mind alive with visions. By morning, she began teaching what she'd seen... thus was born the Keepers of the Pale Vision.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Doedre's Undoing inventory icon.pngDoedre's UndoingDoedre's UndoingSupport, LineageTBATBATBAPlace into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple copies of the same Support Gem socketed at the same time. | 0 |
File:Kaom's Madness inventory icon.pngKaom's MadnessKaom's MadnessSupport, Lineage, Attack, Melee Category: FissuresRequires Level 65 Support Requirements: +5 StrSupports Melee Attacks which create fissures in the ground, causing them to create many additional fissures at the cost of damage, attack speed, and area of effect.Supported Skills create 3 additional fissures Supported Skills have 20% less Attack Speed Supported Skills deal 40% less Damage Supported Skills have 30% less Area of EffectAs King Kaom delved further into Wraeclast, so, too, did he draw closer to the Beast. One night, in a nightmarish fit, he swung his axe at his own men, slaughtering hundreds.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Romira's Requital inventory icon.pngRomira's RequitalRomira's RequitalSupport, Lineage, Minion Category: LoyaltyRequires Level 65 Support Requirements: +5 IntSupports Skills that create Companions which can be damaged. Minions created by Supported Skills take a portion of Hit Damage you would otherwise have taken, but have lowered maximum Life. A percentage of Damage taken this way is Recouped by you as Life.10% of Damage from Hits is taken from Supported Companion's Life before you You Recoup 200% of Damage taken by Supported Minions this way as Life Minions from Supported Skills have 30% less maximum Life"Come, my faithful wife," he crooned. "Sit. Eat. I wanted to reward you for your loyalty. I even cooked this myself..." She looked 'round for her sons, but hers was the only chair.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Piety's Mercy inventory icon.pngPiety's MercyPiety's MercySupport, Lineage Category: Piety's MercyRequires Level 65 Support Requirements: +5 DexSupports Skills that cause Damaging Hits. Hits from Supported Skills cannot kill Enemies.Supported Skills cannot kill Enemies with HitsThe prisoners cowered in their cages when Piety stalked by. She gave them bread and said flatly, "You needn't be so frightened. I don't want to kill you... I'm going to use you."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Kalisa's Crescendo inventory icon.pngKalisa's CrescendoKalisa's CrescendoSupport, Lineage Category: Kalisa's CrescendoRequires Level 65 Support Requirements: +5 IntSupports Curse Skills. Enemies Cursed by Supported Skills are Pacified for the final portion of the Supported Curse's duration.Enemies affected by Curses from Supported Skills are Pacified for the final 30% of Supported Curse's duration Enemies Pacified this way cannot be Pacified again for 8 seconds"Her voice reached into my chest and plucked my beating heart from its cage. By the wide, glistening eyes of my fellow punters, I knew that they felt it, too."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Xoph's Pyre inventory icon.pngXoph's PyreXoph's PyreSupport, Lineage Category: Breachlord Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 StrSupports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Ignites.Chaos Damage from Hits with Supported Skills also Contributes to Flammability and Ignite Magnitudes Supported Skills Gain 20% of Fire Damage as Extra Chaos Damage"They drank until only dust remained. Ate until their gums bled rust. Such was their greed, the only thing that remains of the Broken Sun... is the Red Pyre, the Torus Eternal."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Esh's Radiance inventory icon.pngEsh's RadianceEsh's RadianceSupport, Lineage Category: Breachlord Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 IntSupports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Shock.Chaos Damage from Hits with Supported Skills also Contributes to Shock Chance Supported Skills Gain 20% of Lightning Damage as Extra Chaos Damage"Where life once thrived, now only metal grows, inching like endless worms through the ash. Where silence fell, now sourceless thought whispers numbers in the dark."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Tul's Stillness inventory icon.pngTul's StillnessTul's StillnessSupport, Lineage Category: Breachlord Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 DexSupports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Freeze Buildup.Chaos Damage from Hits with Supported Skills also Contributes to Freeze Buildup Supported Skills Gain 20% of Cold Damage as Extra Chaos Damage"Countless graves glow silently in endless rows that stretch on unseen. The living lie within, but do not decay, do not die. Their eyes remain open, their essence stilled, waiting."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Uul-Netol's Embrace inventory icon.pngUul-Netol's EmbraceUul-Netol's EmbraceSupport, Lineage Category: Breachlord Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 StrSupports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Break Armour.Break Armour equal to 20% of Chaos Damage dealt by Supported Skills Supported Skills Gain 20% of Physical Damage as Extra Chaos Damage"The Lords could not breathe, so they grew new lungs. The Lords could not venture, so they grew new skin. The Lords were alone, so they grew us, to serve them."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Rigwald's Ferocity inventory icon.pngRigwald's FerocityRigwald's FerocitySupport, Lineage, Attack Category: Rigwald's FerocityRequires Level 65 Support Requirements: +5 DexSupports Attack skills, granting them Attack Speed at the cost of Damage or Damage at the cost of Attack Speed depending on Weapon Set they are used in. Does not modify skills used by Minions.Supported Skills have 20% more Attack Speed if used in Weapon Set I Supported Skills deal 15% less Damage if used in Weapon Set I Supported Skills have 10% less Attack Speed if used in Weapon Set II Supported Skills deal 30% more Damage if used in Weapon Set II"Skothe kept us idle, sitting safe on these islands, while our brethren remain slaves. We are one and the same! We must fight! So, I bring you his head. I am now your Wolven King!"Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Uhtred's Omen inventory icon.pngUhtred's OmenUhtred's OmenSupport, Lineage Category: Uhtred of KalguurRequires Level 65 Support Requirements: +5 StrSupports Skills which can gain levels, granting them many additional levels provided exactly one other support is used with the supported Skill. Does not support skills which do not have levels.+3 to level of Supported Skills if exactly one other Support is modifying themDay and night, his priests followed each of the Kalguuran heroes. When Medved disappeared, Uhtred grew even more paranoid. Now, only two remained... Olroth and Vorana.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Uhtred's Exodus inventory icon.pngUhtred's ExodusUhtred's ExodusSupport, Lineage Category: Uhtred of KalguurRequires Level 65 Support Requirements: +5 StrSupports Skills which can gain levels, granting them many additional levels provided no other supports are used with the supported Skill. Does not support skills which do not have levels.+3 to level of Supported Skills if no other Supports are modifying themBy the time Uhtred realised the truth, only Vorana remained to defend them. While the rest fled, she implanted her flesh with gems and set forth alone to face the endless hordes.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Uhtred's Augury inventory icon.pngUhtred's AuguryUhtred's AugurySupport, Lineage Category: Uhtred of KalguurRequires Level 65 Support Requirements: +5 StrSupports Skills which can gain levels, granting them many additional levels provided exactly two other supports are used with the supported Skill. Does not support skills which do not have levels.+3 to level of Supported Skills if exactly two other Supports are modifying themStudying the ill omens of the stars, Uhtred came to suspect something was very wrong among the first Kalguurans. Olroth, Vorana, Medved... three there were. Three dangers.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Daresso's Passion inventory icon.pngDaresso's PassionDaresso's PassionSupport, Banner, Lineage Category: Daresso's PassionRequires Level 65 Support Requirements: +5 StrSupports Banner Skills, causing them to require significantly less Glory to use.Supported Skills require 50% less Glory to use"I raised my eyes to look upon my death. Instead, I saw her. Merveil. Fighting had always been about survival. Now the fight became about something much greater... love."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Atziri's Allure inventory icon.pngAtziri's AllureAtziri's AllureSupport, Lineage, Curse Category: Atziri's AllureRequires Level 65 Support Requirements: +5 IntSupports Curse Skills, causing those Curses to ignore the usual Curse Limit, but be reflected back to you.Curses inflicted by Supported Skills ignore Curse limit Curses inflicted by Supported Skills are reflected back to you Supported Skills have 25% less Curse EffectSuch was her seductive power, every noble in the court fell over themselves to do her bidding. Winning a single glance away from her mirror meant more than their lives.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Tacati's Ire inventory icon.pngTacati's IreTacati's IreSupport, Lineage, Chaos Category: Tacati's IreRequires Level 65 Support Requirements: +5 DexSupports Skills which can cause Damaging Hits. Poison inflicted with Supported Skills deals Damage faster the higher your Rage.Poisons from Supported Skills deal Damage 1% faster per RageHe almost saved the Vaal. His unique poison made it past the Queen's cupbearers; he had only to direct his anger... but in her presence, he could feel naught but lust.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Kulemak's Dominion inventory icon.pngKulemak's DominionKulemak's DominionSupport, Lineage Category: Kulemak's Dominion Cost & Reservation Multiplier: 130%Requires Level 25 Support Requirements: +5 IntSupports Offering Skills, causing Spells that affect an area around you or a target location to also affect the area around Supported Offerings.Spells you cast which affect an area around you or a targeted location also also affect an area around Supported Offerings Spells deal 50% less Damage when affecting areas around Offerings this wayStill a shadow of his former self, Kulemak turned to deception. He promised Ahn untold power and mastery, in exchange for a single golem. "After all, what harm could one servant do?"Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Amanamu's Tithe inventory icon.pngAmanamu's TitheAmanamu's TitheSupport, Lineage, Minion, Persistent Category: Amanamu's TitheRequires Level 25 Support Requirements: +5 StrSupports Persistent Minion Skills, granting a chance when Supported Minions die for you to gain an Abyssal Monster Modifier.DNT 50% chance to gain an Abyssal Monster Modifier when a Minion from Supported Skills dies Maximum 3 Abyssal Monster Modifiers gained this wayThose that serve the Liege of the Lightless are his, utterly. Blood, flesh, and soul are fodder to bend to his will. Under a Lich Lord, not even death is an escape.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Arbiter's Ignition inventory icon.pngArbiter's IgnitionArbiter's IgnitionSupport, Lineage, Spell, Fire Category: Arbiter's IgnitionRequires Level 65 Support Requirements: +5 IntSupports Fire Spell Skills. You have a chance to gain Flame Archon when Igniting with Supported Skills.20% chance to gain Flame Archon on Igniting an Enemy with Supported Skills"This carving seems to depict curled bodies floating in vats... the next shows all but one of them dying. What were they trying to do? It seems they kept trying... kept experimenting..."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
File:Varashta's Blessing inventory icon.pngVarashta's BlessingVarashta's BlessingSupport, Lineage Category: Varashta's Blessing Cost & Reservation Multiplier: 120%Requires Level 65 Support Requirements: +5 IntSupports any Skill that can deal Damage, causing it to deal more Damage per different Command Skill used.Supported Skills deal 10% more Damage for each different Command Skill used in the last 8 seconds"These traditions we shall set forth, so that we may remain strong, so that we may endure throughout the ages. Not to bind, not to dominate, but to protect... and guide."Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
![]() Category: Arakaali's LustRequires Level 65 Support Requirements: +5 DexSupports any Skill that Hits Enemies, causing it to deal increasingly higher damage the more Poisons are on the target.Supported Skills deal 6% more Damage with Hits for each Poison on the Enemy, up to 30%She flashed a smile full of wicked teeth. "Sin, my darling. Forget your Maraketh woes." She bit and tore and reveled; he lay trapped in silk, wrought with despair and ecstasy.Place into a Skill's Support Gem socket in the Skills Panel to apply its effects to that Skill. You cannot have multiple Support Gems of the same Category socketed within one Skill. | 0 |
Base items
Item | ![]() | Stats |
---|---|---|
File:Pearlescent Amulet inventory icon.pngPearlescent AmuletPearlescent AmuletRequires Level 8+(7–10)% to all Elemental Resistances | 8 | +(7–10)% to all Elemental Resistances |
File:Corsair Vest inventory icon.pngCorsair VestCorsair VestEvasion: 247 Movement Speed: -3.0%Requires Level 46, 74 Dex | 46 | — |
File:Juggernaut Plate inventory icon.pngJuggernaut PlateJuggernaut PlateArmour: 274 Movement Speed: -5.0%Requires Level 46, 74 Str | 46 | — |
![]() Energy Shield: 54 Movement Speed: -3.0%Requires Level 46, 41 Dex, 41 Int | 46 | — |
![]() Movement Speed: -3.0%Requires Level 49, 78 Int | 49 | — |
![]() Evasion: 146 Movement Speed: -4.0%Requires Level 50, 44 Str, 44 Dex | 50 | — |
![]() Movement Speed: -5.0%Requires Level 50, 80 Str | 50 | — |
![]() Energy Shield: 84 Movement Speed: -3.0%Requires Level 73, 67 Dex, 67 Int5% increased Movement Speed | 73 | 5% increased Movement Speed |
File:Austere Garb inventory icon.pngAustere GarbAustere GarbEvasion: 223 Energy Shield: 84 Movement Speed: -3.0%Requires Level 80, 67 Dex, 67 Int | 80 | — |
File:Corsair Coat inventory icon.pngCorsair CoatCorsair CoatEvasion: 406 Movement Speed: -3.0%Requires Level 80, 121 Dex | 80 | — |
File:Feathered Raiment inventory icon.pngFeathered RaimentFeathered RaimentEnergy Shield: 153 Movement Speed: -3.0%Requires Level 80, 121 Int | 80 | — |
File:Seastorm Mantle inventory icon.pngSeastorm MantleSeastorm MantleArmour: 245 Energy Shield: 84 Movement Speed: -4.0%Requires Level 80, 67 Str, 67 Int | 80 | — |
File:Thane Mail inventory icon.pngThane MailThane MailArmour: 245 Evasion: 223 Movement Speed: -4.0%Requires Level 80, 67 Str, 67 Dex | 80 | — |
File:Warlord Cuirass inventory icon.pngWarlord CuirassWarlord CuirassArmour: 445 Movement Speed: -5.0%Requires Level 80, 121 Str | 80 | — |
![]() Evasion: 67Requires Level 46, 35 Str, 35 Dex | 46 | — |
![]() | 46 | — |
![]() | 46 | — |
![]() | 46 | — |
![]() Energy Shield: 27Requires Level 46, 35 Dex, 35 Int | 46 | — |
![]() Energy Shield: 27Requires Level 46, 35 Str, 35 Int | 46 | — |
File:Blacksteel Sabatons inventory icon.pngBlacksteel SabatonsBlacksteel SabatonsArmour: 130 Evasion: 119Requires Level 80, 59 Str, 59 Dex | 80 | — |
File:Cryptic Leggings inventory icon.pngCryptic LeggingsCryptic LeggingsArmour: 130 Energy Shield: 45Requires Level 80, 59 Str, 59 Int | 80 | — |
File:Daggerfoot Shoes inventory icon.pngDaggerfoot ShoesDaggerfoot ShoesEvasion: 119 Energy Shield: 45Requires Level 80, 59 Dex, 59 Int | 80 | — |
File:Drakeskin Boots inventory icon.pngDrakeskin BootsDrakeskin BootsEvasion: 216Requires Level 80, 108 Dex | 80 | — |
File:Sekhema Sandals inventory icon.pngSekhema SandalsSekhema SandalsEnergy Shield: 82Requires Level 80, 108 Int | 80 | — |
File:Tasalian Greaves inventory icon.pngTasalian GreavesTasalian GreavesArmour: 237Requires Level 80, 108 Str | 80 | — |
File:Artillery Bow inventory icon.pngArtillery BowArtillery BowBow Physical Damage: 40-74 Critical Strike Chance: 5.00% Attacks per Second: 1.15Requires Level 46, 82 Dex50% reduced Projectile Range | 46 | 50% reduced Projectile Range |
File:Tribal Bow inventory icon.pngTribal BowTribal BowBow Physical Damage: 38-57 Critical Strike Chance: 5.00% Attacks per Second: 1.20Requires Level 50, 89 Dex | 50 | — |
File:Desert Buckler inventory icon.pngDesert BucklerDesert BucklerBuckler Chance to Block: 24%Grants Skill: ![]() | 1 | Grants Skill: ![]() |
File:Laminate Buckler inventory icon.pngLaminate BucklerLaminate BucklerBuckler Chance to Block: 20% Evasion: 81Requires Level 46, 66 DexGrants Skill: ![]() | 46 | Grants Skill: ![]() |
File:Pearl Buckler inventory icon.pngPearl BucklerPearl BucklerBuckler Chance to Block: 20% Evasion: 87Requires Level 50, 71 DexGrants Skill: ![]() | 50 | Grants Skill: ![]() |
![]() Physical Damage: 20-82 Critical Strike Chance: 7.00% Attacks per Second: 1.60 Reload Time: 0.85Requires Level 46, 46 Str, 46 Dex | 46 | — |
File:Piercing Crossbow inventory icon.pngPiercing CrossbowPiercing CrossbowCrossbow Physical Damage: 21-84 Critical Strike Chance: 5.00% Attacks per Second: 1.65 Reload Time: 0.85Requires Level 50, 49 Str, 49 Dex | 50 | — |
File:Elegant Crossbow inventory icon.pngElegant CrossbowElegant CrossbowCrossbow Physical Damage: 31-123 Critical Strike Chance: 5.00% Attacks per Second: 1.65 Reload Time: 0.85Requires Level 78, 89 Str, 89 Dex | 78 | — |
File:Runed Focus inventory icon.pngRuned FocusRuned FocusFocus Energy Shield: 40Requires Level 46, 66 Int | 46 | — |
File:Whorl Focus inventory icon.pngWhorl FocusWhorl FocusFocus Energy Shield: 43Requires Level 51, 73 Int | 51 | — |
File:Tasalian Focus inventory icon.pngTasalian FocusTasalian FocusFocus Energy Shield: 68Requires Level 80, 115 Int | 80 | — |
![]() Energy Shield: 18Requires Level 46, 32 Dex, 32 Int | 46 | — |
![]() | 46 | — |
File:Adherent Cuffs inventory icon.pngAdherent CuffsAdherent CuffsArmour: 87 Energy Shield: 30Requires Level 80, 55 Str, 55 Int | 80 | — |
File:Blacksteel Gauntlets inventory icon.pngBlacksteel GauntletsBlacksteel GauntletsArmour: 87 Evasion: 79Requires Level 80, 55 Str, 55 Dex | 80 | — |
File:Massive Mitts inventory icon.pngMassive MittsMassive MittsArmour: 158Requires Level 80, 101 Str | 80 | — |
File:Polished Bracers inventory icon.pngPolished BracersPolished BracersEvasion: 144Requires Level 80, 101 Dex | 80 | — |
File:Secured Wraps inventory icon.pngSecured WrapsSecured WrapsEvasion: 79 Energy Shield: 30Requires Level 80, 55 Dex, 55 Int | 80 | — |
![]() | 46 | — |
File:Ancestral Tiara inventory icon.pngAncestral TiaraAncestral TiaraEnergy Shield: 109Requires Level 80, 115 Int | 80 | — |
File:Cryptic Crown inventory icon.pngCryptic CrownCryptic CrownArmour: 174 Energy Shield: 60Requires Level 80, 63 Str, 63 Int | 80 | — |
File:Freebooter Cap inventory icon.pngFreebooter CapFreebooter CapEvasion: 288Requires Level 80, 115 Dex | 80 | — |
File:Gladiatorial Helm inventory icon.pngGladiatorial HelmGladiatorial HelmArmour: 174 Evasion: 159Requires Level 80, 63 Str, 63 Dex | 80 | — |
File:Grinning Mask inventory icon.pngGrinning MaskGrinning MaskEvasion: 159 Energy Shield: 60Requires Level 80, 63 Dex, 63 Int | 80 | — |
File:Imperial Greathelm inventory icon.pngImperial GreathelmImperial GreathelmArmour: 316Requires Level 80, 115 Str | 80 | — |
![]() Physical Damage: 33-50 Critical Strike Chance: 6.50% Attacks per Second: 1.45 Weapon Range: 1.1 metresRequires Level 46, 82 Str | 46 | — |
File:Kalguuran Forgehammer inventory icon.pngKalguuran ForgehammerKalguuran ForgehammerOne Hand Mace Physical Damage: 30-49 Critical Strike Chance: 5.00% Attacks per Second: 1.45 Weapon Range: 1.1 metresRequires Level 47 | 47 | — |
![]() Physical Damage: 31-51 Critical Strike Chance: 5.00% Attacks per Second: 1.45 Weapon Range: 1.1 metresRequires Level 49, 87 StrAlways Hits | 49 | Always Hits |
File:Akoyan Club inventory icon.pngAkoyan ClubAkoyan ClubOne Hand Mace Physical Damage: 46-76 Critical Strike Chance: 5.00% Attacks per Second: 1.45 Weapon Range: 1.1 metresRequires Level 78, 163 Str | 78 | — |
File:Wrath Sceptre inventory icon.pngWrath SceptreWrath SceptreSceptre Spirit: 100Requires Level 49Grants Skill: Level (12-20) File:Fulmination skill icon.pngFulmination | 49 | Grants Skill: Level (12-20) File:Fulmination skill icon.pngFulmination |
File:Blacksteel Crest Shield inventory icon.pngBlacksteel Crest ShieldBlacksteel Crest ShieldShield Chance to Block: 25% Movement Speed: -1.5%Grants Skill: ![]() | 1 | Grants Skill: ![]() |
File:Golden Crest Shield inventory icon.pngGolden Crest ShieldGolden Crest ShieldShield Chance to Block: 25% Movement Speed: -1.5%Grants Skill: ![]() | 1 | Grants Skill: ![]() |
File:Golden Targe inventory icon.pngGolden TargeGolden TargeShield Chance to Block: 25% Movement Speed: -1.5%Grants Skill: ![]() | 1 | Grants Skill: ![]() |
File:Tawhoan Tower Shield inventory icon.pngTawhoan Tower ShieldTawhoan Tower ShieldShield Chance to Block: 26% Movement Speed: -3.0%Grants Skill: ![]() | 1 | Grants Skill: ![]() |
![]() Chance to Block: 25% Armour: 62 Evasion: 56 Movement Speed: -1.5%Requires Level 46, 37 Str, 37 DexGrants Skill: ![]() | 46 | Grants Skill: ![]() |
![]() Chance to Block: 25% Armour: 62 Energy Shield: 22 Movement Speed: -1.5%Requires Level 46, 37 Str, 37 IntGrants Skill: ![]() | 46 | Grants Skill: ![]() |
![]() Chance to Block: 26% Armour: 121 Movement Speed: -3.0%Requires Level 50, 71 StrGrants Skill: ![]() | 50 | Grants Skill: ![]() |
File:Seer Crest Shield inventory icon.pngSeer Crest ShieldSeer Crest ShieldShield Chance to Block: 25% Armour: 66 Energy Shield: 24 Movement Speed: -1.5%Requires Level 50, 39 Str, 39 IntGrants Skill: ![]() | 50 | Grants Skill: ![]() |
![]() Chance to Block: 25% Armour: 67 Evasion: 61 Movement Speed: -1.5%Requires Level 51, 40 Str, 40 DexGrants Skill: ![]() | 51 | Grants Skill: ![]() |
File:Akoyan Spear inventory icon.pngAkoyan SpearAkoyan SpearSpear Physical Damage: 43-80 Critical Strike Chance: 7.00% Attacks per Second: 1.50 Weapon Range: 1.5 metresRequires Level 78, 50 Str, 127 Dex, 90 IntGrants Skill: ![]() | 78 | Grants Skill: ![]() |
File:Reaping Staff inventory icon.pngReaping StaffReaping StaffStaffRequires Level 38Grants Skill: Level (10-20) Reap | 38 | Grants Skill: Level (10-20) Reap |
File:Roaring Staff inventory icon.pngRoaring StaffRoaring StaffStaffRequires Level 49Grants Skill: Level (12-20) Unleash | 49 | Grants Skill: Level (12-20) Unleash |
File:Paralysing Staff inventory icon.pngParalysing StaffParalysing StaffStaffRequires Level 52Grants Skill: Level (13-20) File:Enervating Nova skill icon.pngEnervating Nova | 52 | Grants Skill: Level (13-20) File:Enervating Nova skill icon.pngEnervating Nova |
File:Sanctified Staff inventory icon.pngSanctified StaffSanctified StaffStaffRequires Level 56Grants Skill: Level (?-20) ? | 56 | Grants Skill: Level (?-20) ? |
![]() Physical Damage: 73-99 Critical Strike Chance: 5.00% Attacks per Second: 1.10 Weapon Range: 1.3 metresRequires Level 50, 89 StrCrushes enemies on hit | 50 | Crushes enemies on hit |
File:Tawhoan Greatclub inventory icon.pngTawhoan GreatclubTawhoan GreatclubTwo Hand Mace Physical Damage: 107-145 Critical Strike Chance: 5.00% Attacks per Second: 1.10 Weapon Range: 1.3 metresRequires Level 78, 163 Str | 78 | — |
![]() | 25 | Grants Skill: Level (7-20) Galvanic Field |
File:Dueling Wand inventory icon.pngDueling WandDueling WandWandRequires Level 65Grants Skill: Level # ? | 65 | Grants Skill: Level # ? |
![]() Physical Damage: 39-82 Critical Strike Chance: 10.00% Attacks per Second: 1.35 Weapon Range: 1.3 metresRequires Level 46, 64 Dex, 26 Int | 46 | — |
![]() Physical Damage: 64-87 Critical Strike Chance: 0.00% Attacks per Second: 1.50 Weapon Range: 1.3 metresRequires Level 49, 68 Dex, 28 Int | 49 | — |
File:Dreaming Quarterstaff inventory icon.pngDreaming QuarterstaffDreaming QuarterstaffQuartertaff Physical Damage: 99-133 Critical Strike Chance: 0.00% Attacks per Second: 1.50 Weapon Range: 1.3 metresRequires Level 78, 127 Dex, 50 Int | 78 | — |
Unique items
Item | Stats |
---|---|
Undying Hate![]() Timeless JewelLimited to: 1 Historic Radius: Very LargeGlorifying the defilement of (79-30977) souls in tribute to (Amanamu-Ulaman-Kurgal-Tecrod-Kulemak) Passives in radius are Conquered by the Abyssals HistoricThey believed themselves driven by necessity, but that desperation made them monstrous.Place into an allocated Jewel Socket on the Passive Skill Tree. Right click to remove from the Socket. | Glorifying the defilement of (79-30977) souls in tribute to (Amanamu-Ulaman-Kurgal-Tecrod-Kulemak) Passives in radius are Conquered by the Abyssals Historic |
Marohi Erqi![]() Totemic GreatclubTwo Hand Mace Physical Damage: 73-99 Critical Strike Chance: 5.00% Attacks per Second: 1.10 Weapon Range: 1.3 metresRequires Level 60, 89 StrCrushes enemies on hit+150 Strength Requirement (600-700)% increased Physical Damage (-300--200) to Accuracy Rating 35% reduced Attack Speed (40-60)% increased Stun Duration Heavy Stuns Enemies that are on Full Life"Drunken Erqi boasted to Tukohama; the God of War challenged him to a clash of strength. Woe to the Divine - he should have made it a test of skill!" | Crushes enemies on hit+150 Strength Requirement (600-700)% increased Physical Damage (-300--200) to Accuracy Rating 35% reduced Attack Speed (40-60)% increased Stun Duration Heavy Stuns Enemies that are on Full Life |
Thunderfist![]() Utility WrapsEvasion: 61 Energy Shield: 23Requires Level 65, 44 Dex, 44 IntGrants Skill: Level (14-20) Crackling Palm(1-111)% increased Evasion and Energy Shield (1-11)% increased Attack Speed +(1-33)% to Lightning Resistance Adds 1 to (77-111) Lightning Damage to Unarmed Melee Hits +(0.1-1.1)% to Unarmed Melee Attack Critical Hit ChanceThe roar of the heavens Strikes more than fear Into the hearts of Man | Grants Skill: Level (14-20) Crackling Palm(1-111)% increased Evasion and Energy Shield (1-11)% increased Attack Speed +(1-33)% to Lightning Resistance Adds 1 to (77-111) Lightning Damage to Unarmed Melee Hits +(0.1-1.1)% to Unarmed Melee Attack Critical Hit Chance |
Hinekora's Sight![]() Stellar AmuletRequires Level 44Grants Skill: Level (9-20) Future-Past +(5-7) to all Attributes+(300-600) to Accuracy Rating +(300-600) to Evasion Rating Cannot be BlindedRemember the past, anticipate the future. | Grants Skill: Level (9-20) Future-Past +(5-7) to all Attributes+(300-600) to Accuracy Rating +(300-600) to Evasion Rating Cannot be Blinded |
Grip of Kulemak![]() Abyssal SignetInflict Abyssal Wasting on Hit(20-30)% reduced Presence Area of Effect (20-30)% reduced Light Radius <Can gain 0-4 custom Desecrated Modifiers>Drink deeply of the Well. Let the Abyss coil within. | Inflict Abyssal Wasting on Hit(20-30)% reduced Presence Area of Effect (20-30)% reduced Light Radius <Can gain 0-4 custom Desecrated Modifiers> |
Umbilicus Immortalis![]() Linen BeltRequires Level 24(20-30)% increased Mana Recovery from Flasks Has (1-3) Charm Slots(30-40)% reduced Flask Effect Duration +(20-30) to Intelligence Minions have (20-30)% increased maximum Life Your Life Flask also applies to your Minions Minions cannot Die while affected by a Life Flask (20-30)% increased Flask Charges gained"The power of rebirth rivals that of immortality." - Icius Perandus, Antiquities Collection, Item 3 | (20-30)% increased Mana Recovery from Flasks Has (1-3) Charm Slots(30-40)% reduced Flask Effect Duration +(20-30) to Intelligence Minions have (20-30)% increased maximum Life Your Life Flask also applies to your Minions Minions cannot Die while affected by a Life Flask (20-30)% increased Flask Charges gained |
Kaltenhalt![]() Ridged BucklerBuckler Chance to Block: 20% Evasion: 43Requires Level 22, 33 DexGrants Skill: ![]() +5% to Maximum Cold Resistance +40% to Cold Resistance Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry 100% of Parry Physical Damage Converted to Cold Damage 25 to 35 Cold Thorns damageCold, miserable and alone... but alive. | Grants Skill: ![]() +5% to Maximum Cold Resistance +40% to Cold Resistance Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry 100% of Parry Physical Damage Converted to Cold Damage 25 to 35 Cold Thorns damage |
Shankgonne![]() Covered SabatonsArmour: 74 Evasion: 67Requires Level 46, 35 Str, 35 DexGrants Skill: Level (12-20) Black Powder Blitz(80-100)% increased Armour and Evasion (10–20)% increased Rarity of Items found +(15–25)% to Fire Resistance Gain Deflection Rating equal to 20% of Armour +(200–300) to Stun Threshold You cannot Sprint Cannon Ball Footsteps (Hidden)"Captain Hiff Greybeard accomplished what nary a Brinerot could: he died of old age. Almost had him a dozen times meself, if it weren't for that damn leg of his... crafty shite..." | Grants Skill: Level (12-20) Black Powder Blitz(80-100)% increased Armour and Evasion (10–20)% increased Rarity of Items found +(15–25)% to Fire Resistance Gain Deflection Rating equal to 20% of Armour +(200–300) to Stun Threshold You cannot Sprint Cannon Ball Footsteps (Hidden) |
Lightning Coil![]() Ancestral MailArmour: 162 Evasion: 146 Movement Speed: -4.0%Requires Level 50, 44 Str, 44 DexGrants Skill: Level (12-20) Valako's Charge(80-120)% increased Armour and Evasion +(80-100) to maximum Life +(20-30) to Dexterity (-40–-30)% to Lightning Resistance (20–40)% of Physical damage from Hits taken as Lightning damageThe world churned during the Great Wasting. Tawhoa may have stilled the rioting earth, but it was Valako that tamed the broken sky. | Grants Skill: Level (12-20) Valako's Charge(80-120)% increased Armour and Evasion +(80-100) to maximum Life +(20-30) to Dexterity (-40–-30)% to Lightning Resistance (20–40)% of Physical damage from Hits taken as Lightning damage |
Double Vision![]() Dyad CrossbowCrossbow Physical Damage: 9-37 Critical Strike Chance: 5.00% Attacks per Second: 1.60 Reload Time: 1.10Requires Level 20, 22 Str, 22 DexGrants Skill: Level (6-20) Gemini Surge Loads an additional boltAdds (14–21) to (25–37) Physical Damage +5% to Critical Hit Chance When you reload, triggers Gemini Surge to alternately gain (2–6) Cold Surges or (2–6) Fire Surges (15–25)% increased Reload SpeedFor those without a home in the Vastiri, the hot day is harsh, but the chill night is far worse. | Grants Skill: Level (6-20) Gemini Surge Loads an additional boltAdds (14–21) to (25–37) Physical Damage +5% to Critical Hit Chance When you reload, triggers Gemini Surge to alternately gain (2–6) Cold Surges or (2–6) Fire Surges (15–25)% increased Reload Speed |
Fairgraves' Curse![]() Artillery BowBow Physical Damage: 40-74 Critical Strike Chance: 5.00% Attacks per Second: 1.15Requires Level 60, 82 DexGrants Skill: Level (12-20) Phantasmal Arrow 50% reduced Projectile RangeAdds (76–98) to (126–193) Fire Damage (30–50)% increased Flammability Magnitude (10–20)% increased Ignite Magnitude 30% reduced Life Recovery rate -30 Physical Damage taken from Hits Attack Hits inflict Spectral Fire for 8 secondsThe power of the Allflame rends souls just as easily as flesh. | Grants Skill: Level (12-20) Phantasmal Arrow 50% reduced Projectile RangeAdds (76–98) to (126–193) Fire Damage (30–50)% increased Flammability Magnitude (10–20)% increased Ignite Magnitude 30% reduced Life Recovery rate -30 Physical Damage taken from Hits Attack Hits inflict Spectral Fire for 8 seconds |
Cospri's Will![]() Assassin GarbEvasion: 223 Energy Shield: 84 Movement Speed: -3.0%Requires Level 73, 67 Dex, 67 IntGrants Skill: Level (17-20) ![]() 5% increased Movement Speed(150–200)% increased Evasion and Energy Shield +(23–29)% to Chaos Resistance Curses you inflict have infinite Duration Curses you inflict can affect Hexproof Enemies Withered you inflict has infinite DurationCurse their vile Council, They cast me aside as if I am some bastard child. If they only knew the power I possess. | Grants Skill: Level (17-20) ![]() 5% increased Movement Speed(150–200)% increased Evasion and Energy Shield +(23–29)% to Chaos Resistance Curses you inflict have infinite Duration Curses you inflict can affect Hexproof Enemies Withered you inflict has infinite Duration |
The Unborn Lich![]() Ravenous StaffStaffRequires Level 78, 137 IntGrants Skill: Level (18-20) ![]() <Custom Desecrated prefix modifier> <Lich's Desecrated suffix modifier> <Lich's Desecrated prefix or suffix modifier>In ghastly pits beneath the world, Kulemak grows countless new bodies, each more powerful than the last. Not all of his abominations survive. | Grants Skill: Level (18-20) ![]() <Custom Desecrated prefix modifier> <Lich's Desecrated suffix modifier> <Lich's Desecrated prefix or suffix modifier> |
Blood of the Warrior![]() Gargantuan Life FlaskRecovers 70 Life over (6.25-7.50) Seconds Consumes 10 of 75 Charges on useRequires Level 4090% less Life Recovered Effect is not removed when Unreserved Life is Filled (15–30)% of Damage taken during effect Recouped as Life Gain (3–5) Rage when Hit by an Enemy during effect No Inherent loss of Rage during effect (25–50)% increased Duration"Tukohama may be asleep, but he still gives us his strength. A small needle, an offering, and a vial... drink deeply, my son, and you will more than survive the coming battle... you will thrive."Right click to drink. Can only hold charges while in belt. Refill at Wells or by killing monsters. | 90% less Life Recovered Effect is not removed when Unreserved Life is Filled (15–30)% of Damage taken during effect Recouped as Life Gain (3–5) Rage when Hit by an Enemy during effect No Inherent loss of Rage during effect (25–50)% increased Duration |
Essences
Item | Description |
---|---|
Essence of Command![]() Sceptre: Allies in your Presence deal (55-64)% increased DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Sceptre: Allies in your Presence deal (55-64)% increased Damage |
Essence of Thawing![]() Armour, Belt or Jewellery: +(21-25)% to Cold ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(21-25)% to Cold Resistance |
Essence of Seeking![]() Martial Weapon: +(2.11-2.7)% to Critical Hit Chance Focus or Wand: (40-46)% increased Critical Hit Chance for Spells Staff: (60-69)% increased Critical Hit Chance for SpellsRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Martial Weapon: +(2.11-2.7)% to Critical Hit Chance Focus or Wand: (40-46)% increased Critical Hit Chance for Spells Staff: (60-69)% increased Critical Hit Chance for Spells |
Essence of Insulation![]() Armour, Belt or Jewellery: +(21-25)% to Fire ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(21-25)% to Fire Resistance |
Essence of Grounding![]() Armour, Belt or Jewellery: +(21-25)% to Lightning ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(21-25)% to Lightning Resistance |
Essence of Opulence![]() Boots, Gloves, Helmet or Jewellery: (15-18)% increased Rarity of Items foundRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Boots, Gloves, Helmet or Jewellery: (15-18)% increased Rarity of Items found |
Essence of Alacrity![]() Focus or Wand: (17-20)% increased Cast Speed Staff: (26-31)% increased Cast SpeedRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Focus or Wand: (17-20)% increased Cast Speed Staff: (26-31)% increased Cast Speed |
Greater Essence of Command![]() Sceptre: Allies in your Presence deal (75-89)% increased DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Sceptre: Allies in your Presence deal (75-89)% increased Damage |
Greater Essence of Thawing![]() Armour, Belt or Jewellery: +(31-35)% to Cold ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(31-35)% to Cold Resistance |
Greater Essence of Seeking![]() Martial Weapon: +(3.11-3.8)% to Critical Hit Chance Focus or Wand: (47-53)% increased Critical Hit Chance for Spells Staff: (70-79)% increased Critical Hit Chance for SpellsRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Martial Weapon: +(3.11-3.8)% to Critical Hit Chance Focus or Wand: (47-53)% increased Critical Hit Chance for Spells Staff: (70-79)% increased Critical Hit Chance for Spells |
Greater Essence of Insulation![]() Armour, Belt or Jewellery: +(31-35)% to Fire ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(31-35)% to Fire Resistance |
Greater Essence of Grounding![]() Armour, Belt or Jewellery: +(31-35)% to Lightning ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(31-35)% to Lightning Resistance |
Greater Essence of Opulence![]() Boots, Gloves, Helmet or Jewellery: (19-21)% increased Rarity of Items foundRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Boots, Gloves, Helmet or Jewellery: (19-21)% increased Rarity of Items found |
Greater Essence of Alacrity![]() Focus or Wand: (25-28)% increased Cast Speed Staff: (38-43)% increased Cast SpeedRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Focus or Wand: (25-28)% increased Cast Speed Staff: (38-43)% increased Cast Speed |
Lesser Essence of Command![]() Sceptre: Allies in your Presence deal (35-44)% increased DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Sceptre: Allies in your Presence deal (35-44)% increased Damage |
Lesser Essence of Battle![]() Martial Weapon: +(61-84) to Accuracy RatingRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Martial Weapon: +(61-84) to Accuracy Rating |
Lesser Essence of the Infinite![]() Equipment: +(9-12) to Strength, Dexterity or IntelligenceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Equipment: +(9-12) to Strength, Dexterity or Intelligence |
Lesser Essence of Sorcery![]() Focus or Wand: (35-44)% increased Spell Damage Staff: (50-64)% increased Spell DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Focus or Wand: (35-44)% increased Spell Damage Staff: (50-64)% increased Spell Damage |
Lesser Essence of Ruin![]() Armour, Belt or Jewellery: +(4-7)% to Chaos ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(4-7)% to Chaos Resistance |
Lesser Essence of Ice![]() One Handed Melee Weapon or Bow: Adds (3-5) to (6-9) Cold Damage Two Handed Melee Weapon or Crossbow: Adds (5-8) to (9-14) Cold DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier One Handed Melee Weapon or Bow: Adds (3-5) to (6-9) Cold Damage Two Handed Melee Weapon or Crossbow: Adds (5-8) to (9-14) Cold Damage |
Lesser Essence of Thawing![]() Armour, Belt or Jewellery: +(11-15)% to Cold ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(11-15)% to Cold Resistance |
Lesser Essence of Seeking![]() Martial Weapon: +(1.51-2.1)% to Critical Hit Chance Focus or Wand: (34-39)% increased Critical Hit Chance for Spells Staff: (50-59)% increased Critical Hit Chance for SpellsRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Martial Weapon: +(1.51-2.1)% to Critical Hit Chance Focus or Wand: (34-39)% increased Critical Hit Chance for Spells Staff: (50-59)% increased Critical Hit Chance for Spells |
Lesser Essence of Enhancement![]() Armour: (27-42)% increased Armour, Evasion or Energy ShieldRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour: (27-42)% increased Armour, Evasion or Energy Shield |
Lesser Essence of Flames![]() One Handed Melee Weapon or Bow: Adds (4-6) to (7-10) Fire Damage Two Handed Melee Weapon or Crossbow: Adds (6-9) to (10-16) Fire DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier One Handed Melee Weapon or Bow: Adds (4-6) to (7-10) Fire Damage Two Handed Melee Weapon or Crossbow: Adds (6-9) to (10-16) Fire Damage |
Lesser Essence of Insulation![]() Armour, Belt or Jewellery: +(11-15)% to Fire ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(11-15)% to Fire Resistance |
Lesser Essence of the Body![]() Armour or Belt: +(30-39) to maximum Life Jewellery: +(20-29) to maximum LifeRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour or Belt: +(30-39) to maximum Life Jewellery: +(20-29) to maximum Life |
Lesser Essence of Electricity![]() One Handed Melee Weapon or Bow: Adds 1 to (13-19) Lightning Damage Two Handed Melee Weapon or Crossbow: Adds (1-2) to (19-27) Lightning DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier One Handed Melee Weapon or Bow: Adds 1 to (13-19) Lightning Damage Two Handed Melee Weapon or Crossbow: Adds (1-2) to (19-27) Lightning Damage |
Lesser Essence of Grounding![]() Armour, Belt or Jewellery: +(11-15)% to Lightning ResistanceRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Armour, Belt or Jewellery: +(11-15)% to Lightning Resistance |
Lesser Essence of the Mind![]() Belt, Boots, Gloves, Helmet or Jewellery: +(25-34) to maximum ManaRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Belt, Boots, Gloves, Helmet or Jewellery: +(25-34) to maximum Mana |
Lesser Essence of Abrasion![]() One Handed Melee Weapon or Bow: Adds (4-6) to (7-11) Physical Damage Two Handed Melee Weapon or Crossbow: Adds (5-8) to (10-15) Physical DamageRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier One Handed Melee Weapon or Bow: Adds (4-6) to (7-11) Physical Damage Two Handed Melee Weapon or Crossbow: Adds (5-8) to (10-15) Physical Damage |
Lesser Essence of Opulence![]() Boots, Gloves, Helmet or Jewellery: (11-14)% increased Rarity of Items foundRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Boots, Gloves, Helmet or Jewellery: (11-14)% increased Rarity of Items found |
Lesser Essence of Haste![]() Martial Weapon: (11-13)% increased Attack SpeedRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Martial Weapon: (11-13)% increased Attack Speed |
Lesser Essence of Alacrity![]() Focus or Wand: (13-16)% increased Cast Speed Staff: (20-25)% increased Cast SpeedRight click this item then left click a Magic item to apply it. | Upgrades a Magic item to a Rare item, adding a guaranteed modifier Focus or Wand: (13-16)% increased Cast Speed Staff: (20-25)% increased Cast Speed |
Perfect Essence of Command![]() Sceptre: Aura Skills have (15-20)% increased MagnitudesRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Sceptre: Aura Skills have (15-20)% increased Magnitudes |
Perfect Essence of Battle![]() One Handed Melee Weapon or Bow: +4 to Level of all Attack Skills Two Handed Melee Weapon or Crossbow: +6 to Level of all Attack SkillsRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier One Handed Melee Weapon or Bow: +4 to Level of all Attack Skills Two Handed Melee Weapon or Crossbow: +6 to Level of all Attack Skills |
Perfect Essence of the Infinite![]() Amulet: (7-10)% increased Strength, Dexterity or IntelligenceRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Amulet: (7-10)% increased Strength, Dexterity or Intelligence |
Perfect Essence of Sorcery![]() Focus or Wand: +3 to Level of all Spell Skills Staff: +5 to Level of all Spell SkillsRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Focus or Wand: +3 to Level of all Spell Skills Staff: +5 to Level of all Spell Skills |
Perfect Essence of Ruin![]() Body Armour: (10-15)% of Physical Damage from Hits taken as Chaos DamageRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Body Armour: (10-15)% of Physical Damage from Hits taken as Chaos Damage |
Perfect Essence of Ice![]() One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Cold Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Cold DamageRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Cold Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Cold Damage |
Perfect Essence of Thawing![]() Helmet: (26-30)% of Cold Damage taken Recouped as LifeRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Helmet: (26-30)% of Cold Damage taken Recouped as Life |
Perfect Essence of Seeking![]() Body Armour: Hits against you have (40-50)% reduced Critical Damage BonusRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Body Armour: Hits against you have (40-50)% reduced Critical Damage Bonus |
Perfect Essence of Enhancement![]() Amulet: (20-30)% increased Global DefencesRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Amulet: (20-30)% increased Global Defences |
Perfect Essence of Flames![]() One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Fire Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Fire DamageRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Fire Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Fire Damage |
Perfect Essence of Insulation![]() Belt: (26-30)% of Fire Damage taken Recouped as LifeRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Belt: (26-30)% of Fire Damage taken Recouped as Life |
Perfect Essence of the Body![]() Body Armour: (8-10)% increased maximum LifeRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Body Armour: (8-10)% increased maximum Life |
Perfect Essence of Electricity![]() One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Lightning Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Lightning DamageRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Lightning Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Lightning Damage |
Perfect Essence of Grounding![]() Gloves: (26-30)% of Lightning Damage taken Recouped as LifeRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Gloves: (26-30)% of Lightning Damage taken Recouped as Life |
Perfect Essence of the Mind![]() Ring: (4-6)% increased maximum ManaRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Ring: (4-6)% increased maximum Mana |
Perfect Essence of Abrasion![]() One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Physical Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Physical DamageRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier One Handed Melee Weapon or Bow: Gain (15-20)% of Damage as Extra Physical Damage Two Handed Melee Weapon or Crossbow: Gain (25-33)% of Damage as Extra Physical Damage |
Perfect Essence of Opulence![]() Gloves: (10-15)% increased Quantity of Gold Dropped by Slain EnemiesRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Gloves: (10-15)% increased Quantity of Gold Dropped by Slain Enemies |
Perfect Essence of Haste![]() Martial Weapon: (20-25)% chance to gain Onslaught on Killing Hits with this WeaponRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Martial Weapon: (20-25)% chance to gain Onslaught on Killing Hits with this Weapon |
Perfect Essence of Alacrity![]() Focus or Wand: (18-20)% increased Mana Cost Efficiency Staff: (28-32)% increased Mana Cost EfficiencyRight click this item then left click a Rare item to apply it. | Removes a random modifier and augments a Rare item with a new guaranteed modifier Focus or Wand: (18-20)% increased Mana Cost Efficiency Staff: (28-32)% increased Mana Cost Efficiency |
Omens
Item | Description |
---|---|
Omen of Gambling![]() Gamble purchase will have a 50% chance of costing no Gold and not consuming this OmenRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Gamble purchase will have a 50% chance of costing no Gold and not consuming this Omen |
Omen of the Ancients![]() Orb of Chance will upgrade the Item to a random Unique of the same Item ClassRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Orb of Chance will upgrade the Item to a random Unique of the same Item Class |
Omen of Chance![]() Orb of Chance will not destroy the ItemRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Orb of Chance will not destroy the Item |
Omen of Chaotic Rarity![]() Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Item RarityRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Item Rarity |
Omen of Chaotic Monsters![]() Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Rare and Magic MonstersRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Rare and Magic Monsters |
Omen of Chaotic Quantity![]() Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Pack SizeRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Chaos Orb will replace all Modifiers on a Waystone with Modifiers that grant Pack Size |
Omen of the Blessed![]() Divine Orb will only reroll Implicit ModifiersRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Divine Orb will only reroll Implicit Modifiers |
Omen of Sanctification![]() Divine Orb used on a Rare item will Sanctify itRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Divine Orb used on a Rare item will Sanctify it |
Omen of Homogenising Exaltation![]() Exalted Orb will add a Modifier of the same type as an existing Modifier on the ItemRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Exalted Orb will add a Modifier of the same type as an existing Modifier on the Item |
Omen of Catalysing Exaltation![]() Exalted Orb will consume all Catalyst Quality to increase the chance of the corresponding type of ModifierRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Exalted Orb will consume all Catalyst Quality to increase the chance of the corresponding type of Modifier |
Omen of Sinistral Crystallisation![]() Perfect or Corrupted Essence will remove only Prefix modifiersRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Perfect or Corrupted Essence will remove only Prefix modifiers |
Omen of Dextral Crystallisation![]() Perfect or Corrupted Essence will remove only Suffix modifiersRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Perfect or Corrupted Essence will remove only Suffix modifiers |
Omen of Homogenising Coronation![]() Regal Orb will add a Modifier of the same type as an existing Modifier on the ItemRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Regal Orb will add a Modifier of the same type as an existing Modifier on the Item |
Omen of Recombination![]() Predictable Recombination is LuckyRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next Predictable Recombination is Lucky |
Omen of Bartering![]() sold item's Gold value will be incorrectly assessed by the VendorRight click this item in your inventory to set it to be active. This item is consumed when triggered. | While this item is active in your inventory your next sold item's Gold value will be incorrectly assessed by the Vendor |
Miscellaneous items
Item | Description |
---|---|
Idol of EstazuntiFile:Idol of Estazunti inventory icon.pngIdol of EstazuntiStack Size: 10Grants access to a Sealed Vault on the Atlas"The perfect harmony of architecture and thaumaturgy. My vaults were impenetrable....until it was decided that they wanted to be able to leave." --Estazunti, Architect of the VaultPlace in the Map Device alongside a Waystone to access a Sealed Vault. | Grants access to a Sealed Vault on the Atlas |
Primary Calamity FragmentFile:Primary Calamity Fragment inventory icon.pngPrimary Calamity FragmentIt bears a pictograph of a lunar eclipse made crimson by crystallised Corruption.Can be placed in a door in The Burning Monolith. | — |
Secondary Calamity FragmentFile:Secondary Calamity Fragment inventory icon.pngSecondary Calamity FragmentIt bears a pictograph of three stones being placed at the foot of a great tower.Can be placed in a door in The Burning Monolith. | — |
Tertiary Calamity FragmentFile:Tertiary Calamity Fragment inventory icon.pngTertiary Calamity FragmentIt bears a pictograph of vast flames sweeping across mountains and forests.Can be placed in a door in The Burning Monolith. | — |
Runic Splinter![]() | — |
Petition Splinter![]() | — |
Videos
References
- ↑ Natalia_GGG (August 14, 2025). "Watch GGG Live on August 20th PDT". Official Path of Exile Forums. Retrieved August 14, 2025.