Crushed: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
|where = items.class_id IN ("Active Skill Gem", "Meta Skill Gem") AND NOT (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent")
|where = items.class_id IN ("Active Skill Gem", "Meta Skill Gem") AND NOT (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent")
   AND items.stat_text LIKE "%crush%"
   AND items.stat_text LIKE "%crush%"
  AND items.stat_text NOT LIKE "%crushing blow%"
}}
}}


Line 15: Line 16:
|where = items.class_id IN ("Active Skill Gem", "Meta Skill Gem") AND (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent")
|where = items.class_id IN ("Active Skill Gem", "Meta Skill Gem") AND (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent")
   AND items.stat_text LIKE "%crush%"
   AND items.stat_text LIKE "%crush%"
  AND items.stat_text NOT LIKE "%crushing blow%"
}}
}}


Line 21: Line 23:
|where = items.class_id IN ("Support Skill Gem")
|where = items.class_id IN ("Support Skill Gem")
   AND items.stat_text LIKE "%crush%"
   AND items.stat_text LIKE "%crush%"
  AND items.stat_text NOT LIKE "%crushing blow%"
}}
}}


==Related base items==
==Related base items==
{{Drop enabled base item table
{{Drop enabled base item table
|where= (items.stat_text LIKE "%crush%") AND items.class_id NOT LIKE "%Gem%"
|where= (items.stat_text LIKE "%crush%" AND items.stat_text NOT LIKE "%crushing blow%") AND items.class_id NOT LIKE "%Gem%"
|large=1
|large=1
|base_item=1
|base_item=1
Line 35: Line 38:
==Related base items==
==Related base items==
{{Drop enabled unique item table
{{Drop enabled unique item table
|where= items.stat_text LIKE "%crush%"
|where= items.stat_text LIKE "%crush%" AND items.stat_text NOT LIKE "%crushing blow%"
|large=1
|large=1
|base_item=1
|base_item=1
Line 42: Line 45:
|stat=1
|stat=1
}}
}}
==Version history==
{{Version history table header}}
{{Version history table row|0.3.0|
* Introduced to the game.
}}
{{Version history table end}}


[[Category:Debuffs]]
[[Category:Debuffs]]

Latest revision as of 03:34, 19 September 2025

Crushed
Tooltip
Crushed lowers Physical damage Reduction by 15%.

Crushed is a debuff applied on hit which lowers Physical damage reduction by 15%.

Related skills

GemTierGem requires strengthGem requires dexterityGem requires intelligence

Persistent skills

GemTierGem requires strengthGem requires dexterityGem requires intelligence

Related support gems

GemTierGem requires strengthGem requires dexterityGem requires intelligence

Related base items

ItemBase itemItem classRequired levelStats
Totemic GreatclubTotemic GreatclubTwo Hand Mace
Physical Damage: 73-99
Critical Strike Chance: 5.00%
Attacks per Second: 1.10
Weapon Range: 1.3 metres
Requires Level 50, 89 StrCrushes enemies on hit
Two Hand Mace50Crushes enemies on hit
Tawhoan GreatclubTawhoan GreatclubTwo Hand Mace
Physical Damage: 107-145
Critical Strike Chance: 5.00%
Attacks per Second: 1.10
Weapon Range: 1.3 metres
Requires Level 78, 163 StrCrushes enemies on hit
Two Hand Mace78Crushes enemies on hit

Related base items

ItemBase itemItem classRequired levelStats
Marohi ErqiMarohi Erqi
Totemic Greatclub
Two Hand Mace
Physical Damage: 73-99
Critical Strike Chance: 5.00%
Attacks per Second: 1.10
Weapon Range: 1.3 metres
Requires 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!"
Totemic GreatclubTwo Hand Mace60Crushes 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

Version history

Version Changes
0.3.0
  • Introduced to the game.