From 4482867750e4cad298be9c7486896d2fa9c82fb1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:00:49 +0100 Subject: Fixed Winter Sack, added new essenceshop item and added new abiphone contacts (#1053) --- constants/abiphone.json | 18 ++++++++++++++++++ constants/essenceshops.json | 6 ++++++ 2 files changed, 24 insertions(+) (limited to 'constants') diff --git a/constants/abiphone.json b/constants/abiphone.json index 0476c2b4..b87da5f1 100644 --- a/constants/abiphone.json +++ b/constants/abiphone.json @@ -1,4 +1,13 @@ { + "Alchemist": { + "requirement": [ + "§6- 64x Mutant Nether Wart." + ], + "island": "hub", + "x": 41, + "y": 71, + "z": -64 + }, "Alixer": { "requirement": [ "§6- Have at least 4 Bingo Goals completed." @@ -91,6 +100,15 @@ "y": 73, "z": -102 }, + "Einary": { + "requirement": [ + "§6- 1x Einary's Red Hoodie" + ], + "island": "winter", + "x": -17, + "y": 77, + "z": 63 + }, "Elle": { "requirement": [ "§6- Part of Mage Faction Quest" diff --git a/constants/essenceshops.json b/constants/essenceshops.json index 53c2fa58..4151593d 100644 --- a/constants/essenceshops.json +++ b/constants/essenceshops.json @@ -331,6 +331,12 @@ 4000 ], "name": "Season of Joy" + }, + "drake_piper": { + "costs": [ + 2000 + ], + "name": "Drake Piper" } }, "ESSENCE_CRIMSON": { -- cgit