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.
Duration: Difference between revisions
(added gem lists) |
(→Gems: improved version of gem queries) |
||
Line 21: | Line 21: | ||
==Gems== | ==Gems== | ||
A list of [[gem]]s with the Duration [[gem tag]]: | |||
===Skill gems=== | ===Skill gems=== | ||
{{Drop enabled gem table | {{Drop enabled gem table | ||
|where=items.class_id | |where=skill_gems.gem_tags HOLDS "Duration" | ||
AND skill_gems.gem_tags HOLDS " | 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") | |||
}} | |||
===Spirit gems=== | |||
{{Drop enabled gem table | |||
|where=skill_gems.gem_tags HOLDS "Duration" | |||
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") | |||
}} | }} | ||
===Support gems=== | ===Support gems=== | ||
{{Drop enabled gem table | {{Drop enabled gem table | ||
|where= | |where=skill_gems.gem_tags HOLDS "Duration" | ||
AND | AND items.class_id LIKE "Support Skill Gem" | ||
}} | }} | ||
Revision as of 04:14, 9 February 2025
Duration refers to the length of time an effect lasts. This could refer to the time a skill lasts, including curse, minions or totems, or the length of time a buff or debuff lasts, or a number of other effects.
Mechanics
Changes to the stat skill effect duration will only affect the duration of skills with the duration tag. Many other duration stats can be found on the passive skill tree, usually referring to the duration of a single type of effect.
Duration can be reduced up to 99% which causes durations to expire almost immediately; duration effects will not occur if reduced by 100% or higher. The following skills benefit from reduced duration:
- All Grenade skills
- Earthquake
- Living Bomb
- Bone Blast
- Ember Fusillade
- Frost Bomb
- Ghost Dance
- Time of Need
- Raging Spirits
Gems
A list of gems with the Duration gem tag:
Skill gems
Spirit gems
Support gems
Version history
Version | Changes |
---|---|
0.1.0 |
|