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
(Power charge)
 
(Fixes overspecific queries for gem tables)
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Power charges are a resource that players can gain and generate in various ways. They are used to empower skills by being consumed by them (for example {{skill|Falling Thunder}}
'''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 [[skill]]s by being consumed by them.


== Skills Consuming Powercharges ==
Power charges, like other [[charge]]s, have a default [[duration]] of 20 seconds and a maximum of 3.
* {{skill|Falling Thunder}}
* {{skill|Charged Staff}}
* {{skill|Flicker Strike}}


=== Support Skills augmenting power charge consumption ===
==Related skills gems==
* {{support|Potential}}
{{Gem table
|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==
{{Gem table
|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"))
}}
 
==Related unique items==
{{Drop enabled unique item table
|where= items.stat_text LIKE "%Power Charge%"
|large=1
|base_item=1
|class=1
|level=1
|stat=1
}}
 
==Version history==
{{Version history table header}}
{{Version history table row|0.1.0|
* Introduced to the game.
}}
{{Version history table end}}
 
==See also==
* [[Endurance charge]]
* [[Frenzy charge]]
 
[[Category:Charges]]
 
{{Sister|poewiki}}

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