From c5ab7e93d298f30a9d68714c563ca71c086f7511 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:28:08 +0200 Subject: Added new halloween items (#995) --- constants/abiphone.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'constants/abiphone.json') diff --git a/constants/abiphone.json b/constants/abiphone.json index b3fc8a6b..0476c2b4 100644 --- a/constants/abiphone.json +++ b/constants/abiphone.json @@ -1,4 +1,13 @@ { + "Alixer": { + "requirement": [ + "§6- Have at least 4 Bingo Goals completed." + ], + "island": "hub", + "x": 0, + "y": 72, + "z": -94 + }, "Anita": { "requirement": [ "§6- Have Jacob's contact", @@ -18,6 +27,15 @@ "y": 154, "z": -1007 }, + "Bingo": { + "requirement": [ + "§7- No Requirement." + ], + "island": "hub", + "x": 2, + "y": 72, + "z": -92 + }, "Blacksmith": { "requirement": [ "§6- 32.000.000 Coins" -- cgit