[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.
Travel: Difference between revisions
Jump to navigation
Jump to search
m (sister) |
m (fixed typo) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
| description = Travel Skills cover a large amount of distance and don't need to target an enemy. | | description = Travel Skills cover a large amount of distance and don't need to target an enemy. | ||
}} | }} | ||
'''Travel''' is a [[gem tag]] on some [[skill]]s. It applies to skills that can move the player a long [[distance]], and don't necessarily | '''Travel''' is a [[gem tag]] on some [[skill]]s. It applies to skills that can move the player a long [[distance]], and don't necessarily need to target or hit an [[enemy]] to function. | ||
==Gems== | |||
A list of [[gem]]s with the Travel [[gem tag]]: | |||
===Skill gems=== | |||
{{Drop enabled gem table | |||
|where=skill_gems.gem_tags HOLDS "Travel" | |||
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 "Travel" | |||
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 "Travel" | |||
AND items.class_id LIKE "Support Skill Gem" | |||
|orderBy=skill_gems.gem_tier, skill_gems.primary_attribute | |||
}} | |||
==Related unique items== | |||
{{Drop enabled unique item table | |||
|where= items.stat_text LIKE "%travel%" | |||
|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}} | |||
{{Navbox Skills}} | {{Navbox Skills}} | ||
Line 9: | Line 52: | ||
[[Category:Gem tags]] | [[Category:Gem tags]] | ||
[[Category:Travel (gem tag)| ]] |
Revision as of 01:53, 3 April 2025
Travel skills
Tooltip
Travel Skills cover a large amount of distance and don't need to target an enemy.
Travel is a gem tag on some skills. It applies to skills that can move the player a long distance, and don't necessarily need to target or hit an enemy to function.
Gems
A list of gems with the Travel gem tag:
Skill gems
Gem | Tier | ![]() | ![]() | ![]() |
---|---|---|---|---|
![]() | 1 | ![]() | ![]() | ![]() |
![]() | 1 | ![]() | ![]() | ![]() |
![]() | 3 | ![]() | ![]() | ![]() |
![]() | 3 | ![]() | ![]() | ![]() |
![]() | 7 | ![]() | ![]() | ![]() |
![]() | 9 | ![]() | ![]() | ![]() |
![]() | 11 | ![]() | ![]() | ![]() |
![]() | 13 | ![]() | ![]() | ![]() |
Spirit gems
Gem | Tier | ![]() | ![]() | ![]() |
---|
Support gems
Gem | Tier | ![]() | ![]() | ![]() |
---|
Related unique items
No results found
Version history
Version | Changes |
---|---|
0.1.0 |
|