From 3aba3b755a36a5da16805e5f711f39aba034c377 Mon Sep 17 00:00:00 2001 From: Raenore <172234435+Raenore@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:08:53 +0100 Subject: [PATCH 1/2] Add Researcher's Shadowgraft & Hexed Potatoad Mucus --- Core/Options.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Core/Options.lua b/Core/Options.lua index 45f1b7a..7b15596 100644 --- a/Core/Options.lua +++ b/Core/Options.lua @@ -252,6 +252,12 @@ SIPPYCUP.Options.Data = { --- Treasures of Zul'aman Achievement NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1283490, itemID = 268717, category = "APPEARANCE", preExpiration = true, buildAdded = "0.7.4|120001" }, -- Pango Plating + + --- Voidstorm Treasure + NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1250729, itemID = 250319, category = "EFFECT", spellTrackable = true, buildAdded = "0.7.4|120001" }, -- Researcher's Shadowgraft + + + NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1254376, itemID = 252265, category = "APPEARANCE", spellTrackable = true, buildAdded = "0.7.4|120001" }, -- Hexed Potatoad Mucus }; local function NormalizeLocName(name) From a0743415e7e37f4c9c666f7d5702e5a1f351326a Mon Sep 17 00:00:00 2001 From: Raenore <172234435+Raenore@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:54:22 +0100 Subject: [PATCH 2/2] Update details --- Core/Options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Options.lua b/Core/Options.lua index 7b15596..5fa4933 100644 --- a/Core/Options.lua +++ b/Core/Options.lua @@ -254,10 +254,10 @@ SIPPYCUP.Options.Data = { NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1283490, itemID = 268717, category = "APPEARANCE", preExpiration = true, buildAdded = "0.7.4|120001" }, -- Pango Plating --- Voidstorm Treasure - NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1250729, itemID = 250319, category = "EFFECT", spellTrackable = true, buildAdded = "0.7.4|120001" }, -- Researcher's Shadowgraft + NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1250729, itemID = 250319, category = "EFFECT", buildAdded = "0.7.4|120001" }, -- Researcher's Shadowgraft - NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1254376, itemID = 252265, category = "APPEARANCE", spellTrackable = true, buildAdded = "0.7.4|120001" }, -- Hexed Potatoad Mucus + NewOption{ type = SIPPYCUP.Options.Type.TOY, auraID = 1254376, itemID = 252265, category = "APPEARANCE", cooldownMismatch = true, buildAdded = "0.7.4|120001" }, -- Hexed Potatoad Mucus }; local function NormalizeLocName(name)