The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Endurance charge: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(Fixes overspecific queries for gem tables)
 
Line 5: Line 5:
==Related skills gems==
==Related skills gems==
{{Gem table
{{Gem table
|where = items.class_id = "Active Skill Gem" AND items.stat_text LIKE "%Endurance Charge%"
|tables = skill_gems
|join = skill_gems._pageID = items._pageID
|where = items.class_id = "Active Skill Gem" AND
    ((items.stat_text LIKE BINARY "%Endurance%Charge%") OR
    (skill_gems.gem_description LIKE BINARY "%Endurance%Charge%"))
}}
}}


==Related support gems==
==Related support gems==
{{Gem table
{{Gem table
|where = items.class_id = "Support Skill Gem" AND items.stat_text LIKE "%Endurance Charge%"
|tables = skill_gems
|join = skill_gems._pageID = items._pageID
|where = items.class_id = "Support Skill Gem" AND
    ((items.stat_text LIKE BINARY "%Endurance%Charge%") OR
    (skill_gems.gem_description LIKE BINARY "%Endurance%Charge%") OR
    (items.Name = BINARY "Profusion"))
}}
}}



Latest revision as of 03:40, 28 January 2025

Endurance charges are a resource that players can gain and generate in various ways. Charges do not inherently grant bonuses to the character or monsters; they are used to empower skills by being consumed by them.

Endurance charges, like other charges, have a default duration of 20 seconds and a maximum of 3.

Related skills gems

Gem
Seismic Cry
Infernal Cry
Magma Barrier

Related support gems

Gem
Break Endurance
Profusion
Perpetual Charge

Related unique items

ItemBase itemItem classRequired levelStats
KingsguardFull PlateBody Armour33+(60-80) to maximum Life
+(40-60) to maximum Mana
+(5-10)% to all Elemental Resistances
25% reduced Endurance Charge Duration
Recover 5% of Life for each Endurance Charge consumed

Version history

Version Changes
0.1.0
  • Introduced to the game.

See also