Talk:Death to Purity

From Path of Exile Wiki
Jump to navigation Jump to search

This talk page is for discussing the article Death to Purity.

  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

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)