[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.
Attack: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
(→Gems: improved version of gem queries) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
The base damage, attack speed and [[critical]] hit chance of an attack are determined using your weapon's stats unless a skill says otherwise. | The base damage, attack speed and [[critical]] hit chance of an attack are determined using your weapon's stats unless a skill says otherwise. | ||
Attacks do not necessarily deal [[physical]] damage, they can deal | Attacks do not necessarily deal [[physical]] damage, they can deal any [[damage type]]. | ||
==Gems== | |||
A list of [[gem]]s with the Attack [[gem tag]]: | |||
===Skill gems=== | |||
{{Drop enabled gem table | |||
|where=skill_gems.gem_tags HOLDS "Attack" | |||
AND NOT (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent") | |||
AND (items.class_id LIKE "Active Skill Gem" OR items.class_id LIKE "Meta Skill Gem") | |||
|orderBy=skill_gems.gem_tier, skill_gems.primary_attribute | |||
}} | |||
===Spirit gems=== | |||
{{Drop enabled gem table | |||
|where=skill_gems.gem_tags HOLDS "Attack" | |||
AND (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent") | |||
AND (items.class_id LIKE "Active Skill Gem" OR items.class_id LIKE "Meta Skill Gem") | |||
|orderBy=skill_gems.gem_tier, skill_gems.primary_attribute | |||
}} | |||
===Support gems=== | |||
{{Drop enabled gem table | |||
|where=skill_gems.gem_tags HOLDS "Attack" | |||
AND items.class_id LIKE "Support Skill Gem" | |||
|orderBy=skill_gems.gem_tier, skill_gems.primary_attribute | |||
}} | |||
==Version history== | |||
{{Version history table header}} | |||
{{Version history table row|0.1.0| | |||
* Introduced to the game. | |||
}} | |||
{{Version history table end}} | |||
{{Navbox Skills}} | {{Navbox Skills}} | ||
Line 14: | Line 47: | ||
[[Category:Combat mechanics]] | [[Category:Combat mechanics]] | ||
[[Category:Gem tags]] | [[Category:Gem tags]] | ||
[[Category:Attack (gem tag)| ]] |
Latest revision as of 04:48, 9 February 2025
Attacks
Tooltip
Attacks are skills that directly use your equipped weapon to damage enemies. Spells are not Attacks.
The base damage, attack speed and critical hit chance of an attack are determined using your weapon's stats unless a skill says otherwise.
Attacks do not necessarily deal Physical damage — they can deal any damage type.
The base damage, attack speed and critical hit chance of an attack are determined using your weapon's stats unless a skill says otherwise.
Attacks do not necessarily deal Physical damage — they can deal any damage type.
Attacks are skills that directly use your equipped weapon to damage enemies. Spells are not attacks.
The base damage, attack speed and critical hit chance of an attack are determined using your weapon's stats unless a skill says otherwise.
Attacks do not necessarily deal physical damage, they can deal any damage type.
Gems
A list of gems with the Attack gem tag:
Skill gems
Spirit gems
Gem | Tier | ![]() | ![]() | ![]() |
---|---|---|---|---|
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
Support gems
Version history
Version | Changes |
---|---|
0.1.0 |
|