List of modifiers affecting socketed gems

From Path of Exile Wiki
Revision as of 16:32, 10 October 2021 by Neokowloon (talk | contribs) (add extraaaaa code to separate legacy mod)
Jump to navigation Jump to search

List of modifiers that increase the level of gems.

Note that the modifiers with the weighting of 0 can still be obtained:

  • Competitor's: Some race starting items have this modifier.
  • Citaqualotl's: drop only mod from Temple of Atzoatl (note that the required level = 1 versions are exclusive to Incursion league).
  • Subterranean or of the Underground (those from "Item" (or 1) Domain only): Drop-only mod in the Azurite Mine.
  • of the Essence: Essence of DeliriumEssence of DeliriumStack Size: 9
    Essence Tier: 8
    Upgrades a normal item to rare or reforges a rare item, guaranteeing one property
    Weapon: Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds
    Gloves: Socketed Gems deal 30% more Damage over Time
    Boots: Cannot be Poisoned
    Body Armour: 25% reduced Chaos Damage taken over time
    Helmet: +2 to Level of Socketed Aura Gems
    Shield: +15% Chance to Block Spell Damage while on Low Life
    Quiver: 25% increased Effect of your Marks
    Amulet: (6-7)% Chance to Block Spell Damage
    Ring: +(12-15)% to Damage over Time Multiplier
    Belt: +50% to Chaos Resistance during any Flask Effect
    Right click this item then left click a normal or rare item to apply it.
    or Glyphic FossilGlyphic FossilStack Size: 10Has a Corrupt Essence modifierPlace in a Resonator to influence item crafting..
  • The mod from mod domain = Delve can be obtained from Faceted FossilFaceted FossilStack Size: 10More Gem modifiersPlace in a Resonator to influence item crafting. or Tangled FossilTangled FossilStack Size: 10Makes a random modifier type much more likely and prevents
    another random modifier type
    Effects revealed once resonator is fully socketed
    Place in a Resonator to influence item crafting.
    only.

Lua error: Error 1054: Unknown column 'cargo__mods.mod_group' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__mods`.`_pageID` AS `mods._pageID`,`cargo__mods`.`_pageName` AS `mods._pageName`,`cargo__mods`.`id` AS `mods.id`,`cargo__mods`.`name` AS `mods.name`,`cargo__mods`.`domain` AS `mods.domain`,`cargo__mods`.`required_level` AS `mods.required_level`,`cargo__mods`.`stat_text` AS `mods.stat_text` FROM `cargo__mods` LEFT OUTER JOIN `cargo__spawn_weights` ON ((`cargo__mods`.`_pageID`=`cargo__spawn_weights`.`_pageID`)) WHERE (`cargo__mods`.`mod_group`="IncreaseSocketedGemLevel" OR `cargo__mods`.`mod_group`="IncreaseSpecificSocketedGemLevel" OR `cargo__mods`.`mod_group`="SupportGemQuality" OR `cargo__mods`.`mod_group`="SupportSpecificGemQuality" OR `cargo__mods`.`mod_group` LIKE "%LocalSocketed%GemLevel%" OR `cargo__mods`.`mod_group` LIKE "%IncreaseSocketed%GemLevel%" )

  AND `cargo__mods`.`generation_type`!=3
  AND `cargo__mods`.`id` NOT IN ("GemLevelCorruption", "JunMasterLocalIncreaseSocketedSupportGemLevel1", "JunMasterLocalIncreaseSocketedSupportGemLevel2", "LocalIncreaseSocketedSupportGemLevelIntMasterVendorItem", "LocalIncreaseSocketedMinionGemLevelEnhancedMod", "LocalIncreaseSocketedTrapGemLevelEnhancedMod_", "SocketedGemQualityStrMasterVendorItem", "SocketedVaalGemsIncreaseCorrupted")  GROUP BY `cargo__mods`.`_pageID` ORDER BY `cargo__mods`.`id` LIMIT 1000  

.


Legacy

Lua error: Error 1054: Unknown column 'cargo__mods.mod_group' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__mods`.`_pageID` AS `mods._pageID`,`cargo__mods`.`_pageName` AS `mods._pageName`,`cargo__mods`.`id` AS `mods.id`,`cargo__mods`.`name` AS `mods.name`,`cargo__mods`.`domain` AS `mods.domain`,`cargo__mods`.`required_level` AS `mods.required_level`,`cargo__mods`.`stat_text` AS `mods.stat_text` FROM `cargo__mods` LEFT OUTER JOIN `cargo__spawn_weights` ON ((`cargo__mods`.`_pageID`=`cargo__spawn_weights`.`_pageID`)) WHERE (`cargo__mods`.`mod_group`="IncreaseSocketedGemLevel" OR `cargo__mods`.`mod_group`="IncreaseSpecificSocketedGemLevel" OR `cargo__mods`.`mod_group`="SupportGemQuality" OR `cargo__mods`.`mod_group`="SupportSpecificGemQuality") AND `cargo__mods`.`generation_type`!=3 AND `cargo__mods`.`name` NOT IN ( "Subterranean", "of the Essence", "of the Underground", "Competitor's") AND `cargo__mods`.`id` NOT IN ("LocalIncreaseSocketedMinionGemLevelEnhancedLevel50Mod") GROUP BY `cargo__spawn_weights`.`_pageID` HAVING SUM(`cargo__spawn_weights`.`weight`) = 0 ORDER BY `cargo__mods`.`id` LIMIT 1000 .