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.

Power 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)
 
(3 intermediate revisions by 2 users not shown)
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 "%Power Charge%"
|tables = skill_gems
|join = skill_gems._pageID = items._pageID
|where = items.class_id = "Active Skill Gem" AND
    ((items.stat_text LIKE BINARY "%Power%Charge%") OR
    (skill_gems.gem_description LIKE BINARY "%Power%Charge%"))
}}
}}


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



Latest revision as of 03:37, 28 January 2025

Power 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.

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

Related skills gems

Gem
Killing Palm
Raise Zombie
Flicker Strike
Bonestorm
Power Siphon
Profane Ritual

Related support gems

Gem
Profusion
Perpetual Charge
Potential
File:Abiding Hex inventory icon.pngAbiding Hex

Related unique items

ItemBase itemItem classRequired levelStats
PowertreadHunting ShoesBoots33(10–15)% increased Movement Speed
(60–80)% increased Evasion and Energy Shield
+(10–20) to Intelligence
+1 to Maximum Power Charges
+12% to Critical Damage Bonus per Power Charge
Redflare ConduitAnchorite GarbBody Armour33+(50-70) to maximum Mana
+(20-30)% to Lightning Resistance
20% chance to gain a Power Charge on Hit
Lose all Power Charges on reaching maximum Power Charges
Shocks you when you reach maximum Power Charges
Voll's ProtectorIronclad VestmentsBody Armour33(100-150)% increased Armour and Energy Shield
25% reduced maximum Mana
+(13-17)% to Chaos Resistance
25% chance to gain a Power Charge on Critical Hit

Version history

Version Changes
0.1.0
  • Introduced to the game.

See also