Soul core: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
(35 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''Soul cores''' are items that can be [[Item socket|socketed]] into [[martial weapon]]s and [[armour (equipment)|armour]]. Socketed soul cores will add [[enchantment modifier]]s to their [[item]]s, granting rare or unusual offensive modifiers to martial weapons and defensive modifiers to armour. Once socketed, soul cores cannot be removed. Soul cores are exclusive to the [[Trial of Chaos]] and are mechanically identical to [[rune]]s.
{{Keyword infobox|SoulCore}}
'''Soul Cores''' are a type of [[augment]] that can be [[Augment socket|socketed]] into [[martial weapon]]s and [[armour (equipment)|armour]].
 
Soul Cores are mainly acquired from the [[Trial of Chaos]] as a trial reward; endgame Soul Cores are exclusive to the endgame Trial of Chaos requiring an {{il|Inscribed Ultimatum}} of area level 65+. Ancient soul cores can obtained by modifying endgame soul cores with a {{il|Core Destabiliser}}.
 
Endgame soul cores have a limit of 1 per character. If your character has multiple items with the same soul core equipped, the items with those soul cores will be disabled. Ancient soul cores also have a shared limit of one per character.


==List of soul cores==
==List of soul cores==
===List of regular soul cores===
{{Drop enabled base item table
|where = items.class_id = "SoulCore"
  AND augments.is_soul_core = True
  AND (items.tags HOLDS "soul_core_tier1" OR items.tags HOLDS "soul_core_tier2")
|large=1
|drop_level=1
|augment_limit=1
|description=1
}}
===List of endgame soul cores===
{{Drop enabled base item table
{{Drop enabled base item table
|where = items.class_id = "StackableCurrency" AND items.name LIKE "%Soul Core%"
|where = items.class_id = "SoulCore"
  AND augments.is_soul_core = True
  AND items.tags HOLDS "soul_core_tier3"
|large=1
|large=1
|drop_level=1
|drop_level=1
|stack_size=1
|augment_limit=1
|description=1
|description=1
}}
}}


===Related Unique items===
===List of ancient soul cores===
{{Drop enabled base item table
|where = items.class_id = "SoulCore"
  AND augments.is_soul_core = True
  AND items.name LIKE "%'s%Thesis%"
|large=1
|drop_level=1
|augment_limit=1
|description=1
}}
 
==Related Unique items==
{{Drop enabled unique item table
{{Drop enabled unique item table
|where=items.stat_text LIKE "%Soul Core%" OR items.name = "Morior Invictus"
|where=items.stat_text LIKE "%Soul Core%"
|large=1
|large=1
|base_item=1
|base_item=1
Line 21: Line 51:
==Version history==
==Version history==
{{Version history table header}}
{{Version history table header}}
{{Version history table row|0.2.1|
* Added 15 new Endgame Soulcores.
}}
{{Version history table row|0.2.0f|
* Soul Cores now display the level requirement of the added enchantment on the soul core itself. {{Undocumented}}
}}
{{Version history table row|0.1.1e|
* Soul Cores are no longer able to drop outside of [[the Temple of Chaos]].
}}
{{Version history table row|0.1.0|
{{Version history table row|0.1.0|
* Introduced to the game.
* Introduced to the game.
}}
}}
{{Version history table end}}
{{Version history table end}}
{{Navbox Trial of Chaos}}
{{Navbox Items}}
{{Navbox Items}}
[[Category:Soul Cores]]
 
[[Category:Item classes]]
[[Category:Soul cores| ]]
[[Category:Currency items]]

Revision as of 13:57, 14 December 2025

Soul Core
Tooltip
Soul Cores are artifacts of the ancient Vaal empire and function as a type of Augment.Augments are items which can be placed into Augment sockets, usually on Equipment items. Once socketed, they can be replaced by other Augments, but cannot be removed by normal means.

The types of Equipment which an Augment can be placed into and the corresponding benefit provided are listed on the item.

Soul Cores are a type of augment that can be socketed into martial weapons and armour.

Soul Cores are mainly acquired from the Trial of Chaos as a trial reward; endgame Soul Cores are exclusive to the endgame Trial of Chaos requiring an Inscribed UltimatumInscribed UltimatumArea Level: #
Number of Trials: #
Mortals spend their lives wondering which
fate shall be theirs. Chaos takes amusement
in knowing the answer: all of them.
Take this item to The Temple of Chaos to participate in a Trial of Chaos.
of area level 65+. Ancient soul cores can obtained by modifying endgame soul cores with a Core DestabiliserCore DestabiliserStack Size: 10Modifies a Soul Core unpredictably, with a chance to destroy itRight click this item then left click on a soul core to apply it..

Endgame soul cores have a limit of 1 per character. If your character has multiple items with the same soul core equipped, the items with those soul cores will be disabled. Ancient soul cores also have a shared limit of one per character.

List of soul cores

List of regular soul cores

Lua error: Error 1054: Unknown column 'cargo__augments.is_soul_core' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__items`.`_pageID` AS `items._pageID`,`cargo__items`.`_pageName` AS `items._pageName`,`cargo__items`.`name` AS `items.name`,`cargo__items`.`inventory_icon` AS `items.inventory_icon`,`cargo__items`.`html` AS `items.html`,`cargo__items`.`size_x` AS `items.size_x`,`cargo__items`.`size_y` AS `items.size_y`,`cargo__augments`.`augment_limit` AS `augments.augment_limit`,`cargo__items`.`description` AS `items.description`,`cargo__items`.`drop_level` AS `items.drop_level` FROM `cargo__items` LEFT OUTER JOIN `cargo__augments` ON ((`cargo__items`.`_pageID`=`cargo__augments`.`_pageID`)) LEFT OUTER JOIN `cargo__versions` ON ((`cargo__items`.`release_version`=`cargo__versions`.`version`)) WHERE (`cargo__items`.`drop_enabled` = true

 AND (`cargo__items`.`release_version` IS NULL 
   OR `cargo__items`.`release_version` IS NOT NULL
 ) AND `cargo__items`.`base_item` IS NULL
 AND `cargo__items`.`base_item_id` IS NULL
 AND `cargo__items`.`base_item_page` IS NULL
 AND (`cargo__items`.`class_id` = "SoulCore"
 AND `cargo__augments`.`is_soul_core` = True
 AND (`cargo__items`.`_ID`  IN (SELECT `_rowID` FROM `cargo__items__tags` WHERE `_value`= "soul_core_tier1")  OR `cargo__items`.`_ID`  IN (SELECT `_rowID` FROM `cargo__items__tags` WHERE `_value`= "soul_core_tier2") ))) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`required_level_range_maximum`,`cargo__items`.`name` LIMIT 5000  

.

List of endgame soul cores

Lua error: Error 1054: Unknown column 'cargo__augments.is_soul_core' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__items`.`_pageID` AS `items._pageID`,`cargo__items`.`_pageName` AS `items._pageName`,`cargo__items`.`name` AS `items.name`,`cargo__items`.`inventory_icon` AS `items.inventory_icon`,`cargo__items`.`html` AS `items.html`,`cargo__items`.`size_x` AS `items.size_x`,`cargo__items`.`size_y` AS `items.size_y`,`cargo__augments`.`augment_limit` AS `augments.augment_limit`,`cargo__items`.`description` AS `items.description`,`cargo__items`.`drop_level` AS `items.drop_level` FROM `cargo__items` LEFT OUTER JOIN `cargo__augments` ON ((`cargo__items`.`_pageID`=`cargo__augments`.`_pageID`)) LEFT OUTER JOIN `cargo__versions` ON ((`cargo__items`.`release_version`=`cargo__versions`.`version`)) WHERE (`cargo__items`.`drop_enabled` = true

 AND (`cargo__items`.`release_version` IS NULL 
   OR `cargo__items`.`release_version` IS NOT NULL
 ) AND `cargo__items`.`base_item` IS NULL
 AND `cargo__items`.`base_item_id` IS NULL
 AND `cargo__items`.`base_item_page` IS NULL
 AND (`cargo__items`.`class_id` = "SoulCore"
 AND `cargo__augments`.`is_soul_core` = True
 AND `cargo__items`.`_ID`  IN (SELECT `_rowID` FROM `cargo__items__tags` WHERE `_value`= "soul_core_tier3") )) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`required_level_range_maximum`,`cargo__items`.`name` LIMIT 5000  

.

List of ancient soul cores

Lua error: Error 1054: Unknown column 'cargo__augments.is_soul_core' in 'where clause' Function: CargoSQLQuery::run Query: SELECT `cargo__items`.`_pageID` AS `items._pageID`,`cargo__items`.`_pageName` AS `items._pageName`,`cargo__items`.`name` AS `items.name`,`cargo__items`.`inventory_icon` AS `items.inventory_icon`,`cargo__items`.`html` AS `items.html`,`cargo__items`.`size_x` AS `items.size_x`,`cargo__items`.`size_y` AS `items.size_y`,`cargo__augments`.`augment_limit` AS `augments.augment_limit`,`cargo__items`.`description` AS `items.description`,`cargo__items`.`drop_level` AS `items.drop_level` FROM `cargo__items` LEFT OUTER JOIN `cargo__augments` ON ((`cargo__items`.`_pageID`=`cargo__augments`.`_pageID`)) LEFT OUTER JOIN `cargo__versions` ON ((`cargo__items`.`release_version`=`cargo__versions`.`version`)) WHERE (`cargo__items`.`drop_enabled` = true

 AND (`cargo__items`.`release_version` IS NULL 
   OR `cargo__items`.`release_version` IS NOT NULL
 ) AND `cargo__items`.`base_item` IS NULL
 AND `cargo__items`.`base_item_id` IS NULL
 AND `cargo__items`.`base_item_page` IS NULL
 AND (`cargo__items`.`class_id` = "SoulCore"
 AND `cargo__augments`.`is_soul_core` = True
 AND `cargo__items`.`name` LIKE "%'s%Thesis%")) AND `cargo__items`.`_pageNamespace` IN (0,10016)  GROUP BY `cargo__items`.`_pageID` ORDER BY `cargo__items`.`required_level_range_maximum`,`cargo__items`.`name` LIMIT 5000  

.

Related Unique items

ItemBase itemRequired levelStats
Mahuxotl's MachinationMahuxotl's Machination
Omen Crest Shield
Shield
Chance to Block: 25%
Armour: (216-383)
Energy Shield: (82-145)
Movement Speed: -1.5%
Requires Level 48, 30 Str, 30 IntGrants Skill: Raise Shield(333-666)% increased Armour and Energy Shield
(66-333)% increased effect of Socketed Soul Cores
Everlasting Sacrifice
Has 2 Augment Sockets (Hidden)
The Banished Architect sought to employ the darkest secrets of the Vaal.
Omen Crest Shield48(333-666)% increased Armour and Energy Shield
(66-333)% increased effect of Socketed Soul Cores
Everlasting Sacrifice
Has 2 Augment Sockets (Hidden)
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: (807-1076)
Evasion: 245
Energy Shield: 93
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(200-300)% increased Armour
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(200-300)% increased Armour
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: 269
Evasion: (735-980)
Energy Shield: 93
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(200-300)% increased Evasion Rating
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(200-300)% increased Evasion Rating
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: 269
Evasion: 245
Energy Shield: (279-372)
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(200-300)% increased Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(200-300)% increased Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: 269
Evasion: (539-686)
Energy Shield: (204-260)
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(120-180)% increased Evasion and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(120-180)% increased Evasion and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: (591-753)
Evasion: 245
Energy Shield: (204-260)
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(120-180)% increased Armour and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(120-180)% increased Armour and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: (591-753)
Evasion: (539-686)
Energy Shield: 93
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(120-180)% increased Armour and Evasion
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(120-180)% increased Armour and Evasion
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield
Atziri's SplendourAtziri's Splendour
Sacrificial Regalia
Armour: (484-591)
Evasion: (441-539)
Energy Shield: (167-204)
Movement Speed: -3.0%
Requires Level 65+1 to Level of all Corrupted Skill Gems(80-120)% increased Armour, Evasion and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
"When you have nothing to hide,
you have nothing to fear."
- Atziri, Queen of the Vaal
Sacrificial Regalia65+1 to Level of all Corrupted Skill Gems(80-120)% increased Armour, Evasion and Energy Shield
+(10-20)% to all Elemental Resistances
Skills from Corrupted Gems have 50% of Mana Costs Converted to Life Costs
Has no Attribute Requirements
This item gains bonuses from Socketed Soul Cores as though it was also a <Random socketable equipment type>
This item gains bonuses from Socketed Soul Cores as though it was also Boots
This item gains bonuses from Socketed Soul Cores as though it was also Gloves
This item gains bonuses from Socketed Soul Cores as though it was also a Helmet
This item gains bonuses from Socketed Soul Cores as though it was also a Shield

Version history

Version Changes
0.2.1
  • Added 15 new Endgame Soulcores.
0.2.0f
  • Soul Cores now display the level requirement of the added enchantment on the soul core itself. [Undocumented]
0.1.1e
0.1.0
  • Introduced to the game.