Idol

From Path of Exile 2 Wiki
Revision as of 15:25, 7 December 2025 by Vinifera7 (talk | contribs)
Jump to navigation Jump to search

Idols are a type of augment that can be socketed into sceptres and armour.

Idols have a chance to drop from monsters possessed by an Azmerian Wisp. Endgame idols can drop from level 65+ areas.

Endgame idols have a limit of 1 per character. If your character has multiple items with the same idol equipped, the items with those idols will be disabled.

List of idols

List of regular idols

Lua error: Error 1054: Unknown column 'cargo__augments.is_idol' 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`,`cargo__items`.`drop_text` AS `items.drop_text` 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_idol` = True
 AND `cargo__items`.`drop_level` < 65)) 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 idols

Lua error: Error 1054: Unknown column 'cargo__augments.is_idol' 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`,`cargo__items`.`drop_text` AS `items.drop_text` 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_idol` = True
 AND `cargo__items`.`drop_level` >= 65)) 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

No results found

Version history

Version Changes
0.4.0
  • Existing Augment Talismans have been renamed to Idols, as the devs introduced Talismans as weapon item class.
0.2.1
  • Added 7 new Endgame Talismans.
0.2.0f
  • Sceptres can now have sockets, and we've added a new set of Talisman modifiers for Sceptres to allow upgrades to your Minions at mid to late game.
0.2.0
  • Introduced to the game.