[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.
List of support gems: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable sortable" |+ Caption text |- ! Gem !! Tier !! Str !! Dex !! Int |- | Arcane Surge (support gem) || 1 || || || +5 |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |- | Example || Examp...") |
Mefisto1029 (talk | contribs) (Replaced with cargo) |
||
(36 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
This is a list of [[support gem]]s that can be [[engrave]]d from ''(proper level of)'' {{il|Uncut Support Gem}}.<br> | |||
As of {{#Cargo_query:|tables = versions|field = version|order by = release_date DESC|limit = 1|more results text=}} there's currently '''{{Item count|where = items.class_id LIKE "Support Skill Gem"}}''' support gems. | |||
<onlyinclude>{{#cargo_query: | |||
|tables = items, skill_gems | |||
|join on = items._pageId=skill_gems._pageId | |||
| | |where = items._pageNamespace = 0 AND items.class_id = "Support Skill Gem" AND items.is_in_game = true AND items.drop_enabled = true | ||
| | |fields = CONCAT('{{il{{!}}page=', items._pageName, '}}')=Gem, skill_gems.gem_tier=Tier, | ||
IF(skill_gems.strength_percent > 0, "+5", "")=STR, | |||
IF(skill_gems.intelligence_percent > 0, "+5", "")=INT, | |||
| | IF(skill_gems.dexterity_percent > 0, "+5", "")=DEX | ||
| | |order by = skill_gems.gem_tier, items.name | ||
| | |format = table | ||
| | |limit = 1000 | ||
}}</onlyinclude> | |||
==Version history== | |||
| | {{Version history table header}} | ||
| | {{Version history table row|0.2.0| | ||
| | * Added over 100 new Supports. | ||
}} | |||
{{Version history table row|0.1.0e| | |||
* Added [[Tremors]] and [[Bidding]]. | |||
}} | |||
| | {{Version history table row|0.1.0| | ||
* Introduced to the game. | |||
}} | |||
{{Version history table end}} | |||
| | |||
{{Navbox Skills}} | |||
{{sister|poewiki}} | |||
| | [[Category:Item lists]] | ||
[[Category:Support gems| ]] | |||
| | |||
| | |||
Revision as of 17:30, 7 April 2025
This is a list of support gems that can be engraved from (proper level of) Uncut Support Gem.
As of Version 0.2.0h there's currently 311 support gems.