|
|
Line 1: |
Line 1: |
| The following is a list of items that grant [[skill]]s that exist as [[skill gem]]s.
| | #REDIRECT [[Granted skill#Items_granting_existing_skills]] |
| | |
| The level of the granted skill and the number of [[gem socket]]s the skill has is determined by the item's [[item level]]. The level and number of sockets cannot be modified, e.g. via [[Jeweller's Orb]]s. For a list of breakpoints, see {{section link|Gem_socket|Skills_granted_by_items_and_passive_skills}}.
| |
| | |
| Conversely, the level of the granted skill also determines the item's level requirement and [[attribute]] requirements.
| |
| | |
| {{Drop enabled item table
| |
| |tables = item_stats
| |
| |join = item_stats._pageID=items._pageID
| |
| |where=items.stat_text LIKE "%Grants%Skill%"
| |
| AND (
| |
| items.stat_text LIKE "%Grants%Spark%" OR
| |
| items.stat_text LIKE "%Grants%Ember Fusillade%" OR
| |
| items.stat_text LIKE "%Grants%Herald of Ash%" OR
| |
| items.stat_text LIKE "%Grants%Herald of Ice%" OR
| |
| items.stat_text LIKE "%Grants%Herald of Thunder%" OR
| |
| items.stat_text LIKE "%Grants%Blink%"
| |
| )
| |
| AND items.class_id NOT IN ("Active Skill Gem", "Support Skill Gem", "Meta Skill Gem")
| |
| |level=1
| |
| |stat=1
| |
| |orderBy=class_id DESC, required_level ASC
| |
| |large=1
| |
| }}
| |
| | |
| ==See also==
| |
| * [[List of items granting inherent weapon skills]]
| |
| | |
| ==Version history==
| |
| {{Version history table header}}
| |
| {{Version history table row|0.1.0|
| |
| * Introduced to the game.
| |
| }}
| |
| {{Version history table end}}
| |
| | |
| {{Navbox Skills}}
| |
| | |
| [[Category:Item lists]]
| |