[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.
Area of effect: Difference between revisions
Jump to navigation
Jump to search
(→Gems: improved version of gem queries) |
(→Gems: added table order) |
||
Line 16: | Line 16: | ||
AND NOT (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent") | 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") | 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 | |||
}} | }} | ||
Line 23: | Line 24: | ||
AND (skill_gems.gem_tags HOLDS "Buff" AND skill_gems.gem_tags HOLDS "Persistent") | 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") | 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 | |||
}} | }} | ||
Line 29: | Line 31: | ||
|where=skill_gems.gem_tags HOLDS "AoE" | |where=skill_gems.gem_tags HOLDS "AoE" | ||
AND items.class_id LIKE "Support Skill Gem" | AND items.class_id LIKE "Support Skill Gem" | ||
|orderBy=skill_gems.gem_tier, skill_gems.primary_attribute | |||
}} | }} | ||
Revision as of 04:26, 9 February 2025
Area of Effect skills
Tooltip
This Skill has an effect that applies to every target in its area, rather than picking specific targets.
Areas of Effect that originate from a target hit by a Skill will add that target's size to their radius.
Areas of Effect that originate from a target hit by a Skill will add that target's size to their radius.
Area of Effect, (AoE for short), refers to skills that strike an area rather than a specific target. This area could range form a line to a cone to circle.
Mechanics
This skill has an effect that applies to every target in its area, rather than picking specific targets. Areas of Effect that originate from a target hit by a Skill will add that target's size to their radius.
Gems
A list of gems with the AoE gem tag:
Skill gems
Spirit gems
Gem | Tier | ![]() | ![]() | ![]() |
---|---|---|---|---|
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 4 | ![]() | ![]() | ![]() |
![]() | 8 | ![]() | ![]() | ![]() |
![]() | 8 | ![]() | ![]() | ![]() |
![]() | 14 | ![]() | ![]() | ![]() |
Support gems
Version history
Version | Changes |
---|---|
0.1.0 |
|