[dismiss]
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
Jump to navigation
Jump to search
Bloonpauper (talk | contribs) 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 |
---|
![]() |
![]() |
![]() |
Related support gems
Gem |
---|
![]() |
![]() |
![]() |
Related unique items
Item | Base item | Item class | ![]() | Stats |
---|---|---|---|---|
Kingsguard![]() | Full Plate | Body Armour | 33 | +(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 |
|