From 0dc3844df66202714999d28c0afaf7d186a0befc Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 24 Oct 2023 18:22:38 +0100 Subject: Add new Winter warps (#44) --- constants/Warps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/constants/Warps.json b/constants/Warps.json index 2f790ab..47451a3 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -31,6 +31,7 @@ "hub", "island", "isle", + "jerry", "jungle", "kuudra", "mines", @@ -51,7 +52,9 @@ "trapper", "village", "void", + "winter", "wiz", - "wizard" + "wizard", + "workshop" ] } \ No newline at end of file -- cgit From 28330a0568943662aff726f6175798cc8708c2c5 Mon Sep 17 00:00:00 2001 From: Absterge <106860128+Absterge@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:14:08 +0100 Subject: Removed Day + Night Crystals (#45) Both items can be auctioned + traded. --- constants/HideNotClickableItems.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 63a2ea4..030d1ae 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -88,9 +88,7 @@ "endsWith": [ "Cat Talisman", "Cheetah Talisman", - "Day Crystal", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -105,11 +103,9 @@ ], "startsWith": [], "endsWith": [ - "Day Crystal", "Cat Talisman", "Cheetah Talisman", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -161,4 +157,4 @@ "Arack" ] } -} \ No newline at end of file +} -- cgit