List of drop-restricted unique items: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Add items not in the game to the list)
(Use more accurate check for drop-restricted items)
Line 1: Line 1:
{{Mbox|text=Please add missing items by going to its main item page, then set <code>drop_text</code> on the {{tlx|item}}-template.}}
{{Mbox|text=Please add missing items by going to its main item page, then set <code>is_drop_restricted = true</code> on the {{tlx|item}}-template.}}
Certain unique items cannot be obtained as world drops, usually because they are boss-only drops.
Certain unique items cannot be obtained as world drops, usually because they are boss-only drops.


Line 5: Line 5:
|q_where = items.rarity_id = "unique"
|q_where = items.rarity_id = "unique"
   AND ( items.is_in_game = false
   AND ( items.is_in_game = false
       OR items.drop_text IS NOT NULL )
       OR items.is_drop_restricted = true )
|q_orderBy = items.class_id, items.name
|q_orderBy = items.class_id, items.name
|class=1
|class=1

Revision as of 18:47, 23 May 2024

Please add missing items by going to its main item page, then set is_drop_restricted = true on the {{item}}-template.

Certain unique items cannot be obtained as world drops, usually because they are boss-only drops.

Template:Item table