Talk:Death to Purity: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
(→‎top: Link to Help:Signatures in unsigned message.)
 
Line 30: Line 30:
},
},


<!-- Template:Unsigned --><small>—Preceding [[wikipedia:Wikipedia:Signatures|unsigned]] comment added by [[User:MBoomer|MBoomer]] ([[User talk:MBoomer#top|talk]] • [[Special:Contributions/MBoomer|contribs]]) 16:17, 14 March 2022 (UTC)</small>
<!-- Template:Unsigned --><small>—Preceding [[Help:Signatures|unsigned]] comment added by [[User:MBoomer|MBoomer]] ([[User talk:MBoomer#top|talk]] • [[Special:Contributions/MBoomer|contribs]]) 16:17, 14 March 2022 (UTC)</small>


:The data and function no longer provided by the wiki page "module". You can just copy that part of the code that you removed from [https://www.poewiki.net/w/index.php?title=Wildfire&diff=1155227&oldid=1142912 wildfire] and placed in Crimson /Cobalt/Viridian  jewel articles' infobox instead. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 07:34, 15 March 2022 (UTC)
:The data and function no longer provided by the wiki page "module". You can just copy that part of the code that you removed from [https://www.poewiki.net/w/index.php?title=Wildfire&diff=1155227&oldid=1142912 wildfire] and placed in Crimson /Cobalt/Viridian  jewel articles' infobox instead. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 07:34, 15 March 2022 (UTC)


:I had added those jewel into the page via the code in the infobox, just need to fix the ilvl part as i need to check the ilvl in 3.18 league start. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 03:43, 29 April 2022 (UTC)
:I had added those jewel into the page via the code in the infobox, just need to fix the ilvl part as i need to check the ilvl in 3.18 league start. [[User:Neokowloon|Neokowloon]] ([[User talk:Neokowloon|talk]]) 03:43, 29 April 2022 (UTC)

Latest revision as of 15:01, 15 May 2023

I'm trying to update the quest rewards of this quest but I'm not sure how to do so

I've deleted the quest reward lines from each of the related jewels and confirmed that the reward is either a "Crimson Jewel", "Cobalt Jewel", or "Viridian Jewel" with item level of 42

The json below might help, it's in the format of the module that used to handle this but after editing it I noticed the big box at the top saying not to edit it, so I reverted my changes

{ quest = "Death to Purity", quest_id = "a5q4", act = 5, item_level = 42, rarity = "Rare", reward = "Crimson Jewel", }, { quest = "Death to Purity", quest_id = "a5q4", act = 5, item_level = 42, rarity = "Rare", reward = "Cobalt Jewel", }, { quest = "Death to Purity", quest_id = "a5q4", act = 5, item_level = 42, rarity = "Rare", reward = "Viridian Jewel", },

—Preceding unsigned comment added by MBoomer (talkcontribs) 16:17, 14 March 2022 (UTC)

The data and function no longer provided by the wiki page "module". You can just copy that part of the code that you removed from wildfire and placed in Crimson /Cobalt/Viridian jewel articles' infobox instead. Neokowloon (talk) 07:34, 15 March 2022 (UTC)
I had added those jewel into the page via the code in the infobox, just need to fix the ilvl part as i need to check the ilvl in 3.18 league start. Neokowloon (talk) 03:43, 29 April 2022 (UTC)