Core Destabiliser: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(Created page with "{{Item |rarity_id = normal |name = Core Destabiliser |class_id = StackableCurrency |size_x = 1 |size_y = 1 |drop_level = |tags = currency, default |metadata_id = |stack_size = 10 |descriptio...")
 
No edit summary
Line 20: Line 20:


==Mechanics==
==Mechanics==
If this item succeeds, it will upgrade an endgame soul core into one of the following 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
}}


{{Item acquisition}}
{{Item acquisition}}

Revision as of 03:10, 10 December 2025

Core 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.
Acquisition
Drop restricted
Can be taken instead of using the crafting bench in a Tier 3 Alchemy Lab room (?) in the Temple of Atziri.
Metadata
Item class: Currency Item

Core Destabiliser is a currency item that can randomly upgrade an endgame soul core into an ancient soul core or destroy it.

Mechanics

If this item succeeds, it will upgrade an endgame soul core into one of the following 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  

.

Item acquisition

Core Destabiliser has restrictions on where or how it can drop.

Can be taken instead of using the crafting bench in a Tier 3 Alchemy Lab room (Grand Phylactery) in Atziri's Temple. Can also drop from Royal Trove in Atziri's Temple after defeating Atziri, the Red Queen.

Version history

Version Changes
0.4.0
  • Introduced to the game.