From 880c212924ea5acc81e788f477267e8825aa5d0f Mon Sep 17 00:00:00 2001 From: DayV Date: Mon, 18 Nov 2024 20:37:41 +0000 Subject: [PATCH] Make DT2 rings tradeable --- scripts/prepareItems.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/scripts/prepareItems.ts b/scripts/prepareItems.ts index aba29a822..4ad673e32 100644 --- a/scripts/prepareItems.ts +++ b/scripts/prepareItems.ts @@ -329,6 +329,34 @@ export default async function prepareItems(): Promise { }; } + if (item.name === "Ultor ring") { + item = { + ...allItems[28_307], + id: item.id, + }; + } + + if (item.name === "Bellator ring") { + item = { + ...allItems[28_316], + id: item.id, + }; + } + + if (item.name === "Magus ring") { + item = { + ...allItems[28_313], + id: item.id, + }; + } + + if (item.name === "Venator ring") { + item = { + ...allItems[28_310], + id: item.id, + }; + } + for (const delKey of [ "quest_item", "placeholder",