List of league-specific items

From Path of Exile Wiki
Revision as of 20:34, 30 August 2021 by Vinifera7 (talk | contribs) (Simplified query. Changed ordering.)
Jump to navigation Jump to search

League-specific unique items are an official terminology used for a subset of unique that are introduced in temporary challenge leagues that are tied to the temporary league they were released in, and have a non-zero drop weight (e.g. non-drop-restricted). Rewards that specify "League-Specific Uniques" will still give the items tagged as such.

Currently, the only rewards that give League-Specific Uniques are:

  • Divination cards as listed on the item's page. Includes Time-Lost RelicTime-Lost Relic10League-Specific ItemTime cannot wash away that which cannot be forgotten. and Fateful MeetingFateful Meeting9League-Specific Item
    Double-Influenced Item
    Item Level: 97
    Two-Implicit
    Corrupted
    Some people act as beacons, illuminating the path for others. I was lucky to meet one such person.

    - Anton to Zhenya
    .
  • Cameria's Transportation Safehouse chests at all Ranks.
  • Time-Lost IncubatorTime-Lost IncubatorStack Size: 10Adds an incubated League-specific Unique item to an equippable item
    Item drops after killing {0} monsters
    Right click this item then left click an item to apply it. The Incubated item drops after killing a specific number of monsters.
    .
  • A Hidden Heirlooms crate in the Azurite Mine - note that this chest can also drop certain other drop-restricted items, such as Shadowstitch.
  • A rare monster possessed by a Tormented Graverobber.

Lua error: Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'HOLDS LIKE "_%")) AND `cargo__items`.`_pageNamespace` IN (0,10016) GROUP BY ...' at line 6 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__items`.`required_level_range_maximum` AS `items.required_level_range_maximum`,`cargo__items`.`required_level_range_text` AS `items.required_level_range_text`,`cargo__items`.`required_level_range_colour` AS `items.required_level_range_colour`,`cargo__items`.`stat_text` AS `items.stat_text` FROM `cargo__items` 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__versions`.`release_date` < 20240610213125
 ) AND `cargo__items`.`rarity_id` = "unique"
 AND (`cargo__items`.`rarity_id` = "unique"  AND  `cargo__items`.`is_drop_restricted` = "false" AND `cargo__items`.`drop_leagues` HOLDS LIKE "_%")) 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  

.