Talk:List of unique jewels received by drop: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Lord joshi
(Threshold jewels)
 
>Neokowloon
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==Treshold Jewels==
==Treshold Jewels==
Should we split the list in "normal" unique jewels and threshold jewels? --[[User:Lord joshi|Lord joshi]] ([[User talk:Lord joshi|talk]]) 14:01, 5 January 2016 (UTC)
Should we split the list in "normal" unique jewels and threshold jewels? --[[User:Lord joshi|Lord joshi]] ([[User talk:Lord joshi|talk]]) 14:01, 5 January 2016 (UTC)
:We already have [[Threshold Jewel]] - I think it would be best to convert it to have the same format as the other 3 lists and have 4 subsections on the main unique list, possibly with a note that threshold jewels are also dropped. --[[User:Qetuth|Qetuth]]-([[User talk: Qetuth|talk]]) 20:02, 5 January 2016 (UTC)
== this SMW list is incorrect ==
Emperor's Mastery can't drop normally it's labyrinth-reward-only item.<br>
Warlord's Reach is quest reward.<br>
I think there are several ways to fix this list:
* keeping it filled manually
* removing it entirely
* adding <code>drop_restriction</code> variable to every unique item and fill the list with <code>drop_restriction = world</code> (or something like that) &mdash;[[User:0xf|0xF&nbsp;]] 16:14, 31 October 2016 (UTC)
: Adding <code>drop_enabled=False</code> to these items should be enough. &mdash; [[User:TheFrz|TheFrz&nbsp;]]&mdash; 16:41, 31 October 2016 (UTC)
:: The list is still wrong and <code>drop_enabled=False</code> would cause a big red "DROP DISABLED" to appear and is meant for historic items. The only method I see with the current smw properties is to exclude all unwanted jewels by name. Other suggestions? --[[User:ARTyficial|aRTyficial]] ([[User talk:ARTyficial|talk]]) 21:36, 23 January 2017 (UTC)
== Quest only jewel ==
The query should also exclude quest only jewel likes Assassin's Haste, Conqueror's Efficiency, Survival Secrets etc. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 05:39, 6 May 2020 (UTC)
:Also , The Anima Stone and other recipe only jewel probably not able to drop normally. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 05:40, 6 May 2020 (UTC)
:Some of them already have "is_drop_restricted  = true" in their infobox so i will convert the part of the code to use that as detection in the future. For now i just add filter by item name. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 05:46, 6 May 2020 (UTC)

Latest revision as of 05:46, 6 May 2020

Treshold Jewels

Should we split the list in "normal" unique jewels and threshold jewels? --Lord joshi (talk) 14:01, 5 January 2016 (UTC)

We already have Threshold Jewel - I think it would be best to convert it to have the same format as the other 3 lists and have 4 subsections on the main unique list, possibly with a note that threshold jewels are also dropped. --Qetuth-(talk) 20:02, 5 January 2016 (UTC)

this SMW list is incorrect

Emperor's Mastery can't drop normally it's labyrinth-reward-only item.
Warlord's Reach is quest reward.

I think there are several ways to fix this list:

  • keeping it filled manually
  • removing it entirely
  • adding drop_restriction variable to every unique item and fill the list with drop_restriction = world (or something like that) —0xF  16:14, 31 October 2016 (UTC)
Adding drop_enabled=False to these items should be enough. — TheFrz — 16:41, 31 October 2016 (UTC)
The list is still wrong and drop_enabled=False would cause a big red "DROP DISABLED" to appear and is meant for historic items. The only method I see with the current smw properties is to exclude all unwanted jewels by name. Other suggestions? --aRTyficial (talk) 21:36, 23 January 2017 (UTC)

Quest only jewel

The query should also exclude quest only jewel likes Assassin's Haste, Conqueror's Efficiency, Survival Secrets etc. Neokowloon (talk) 05:39, 6 May 2020 (UTC)

Also , The Anima Stone and other recipe only jewel probably not able to drop normally. Neokowloon (talk) 05:40, 6 May 2020 (UTC)
Some of them already have "is_drop_restricted = true" in their infobox so i will convert the part of the code to use that as detection in the future. For now i just add filter by item name. Neokowloon (talk) 05:46, 6 May 2020 (UTC)