Abyssal eye: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Abyssal eyes''' are a type of [[augment]] that can be found as a reward in [[Abyssal Depths]]. Abyssal eyes have a global limit of 1 shared between all of them.
'''Abyssal eyes''' are a type of [[augment]] that can be found as a reward in [[Abyssal Depths]]. Abyssal eyes have a global limit of 1 shared between all of them.


===List of ancient bones===
===List of abyssal eyes===
{{Drop enabled base item table
{{Drop enabled base item table
|where = items.class_id = "SoulCore" AND items.is_drop_restricted = TRUE AND (items.name LIKE "%'s Gaze%")
|where = items.class_id = "SoulCore"
  AND augments.is_abyssal_eye = True
|large=1
|large=1
|drop_level=1
|drop_level=1
|augment_limit=1
|description=1
|description=1
}}
}}

Revision as of 15:28, 7 December 2025

Abyssal eyes are a type of augment that can be found as a reward in Abyssal Depths. Abyssal eyes have a global limit of 1 shared between all of them.

List of abyssal eyes

Lua error: Error 1054: Unknown column 'cargo__augments.is_abyssal_eye' 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_abyssal_eye` = True)) 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  

.

Version history

Version Changes
0.3.0
  • Introduced to the game.