From 79949d42427b0a41100cbb76387887995b4b74b8 Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 20 Jun 2023 18:37:30 +0200 Subject: Initial Rift Shit --- constants/islands.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'constants/islands.json') diff --git a/constants/islands.json b/constants/islands.json index d3527275..a46e2731 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -14,9 +14,17 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "teleporters": [ + { + "from": "hub", + "to": "rift", + "x": 42, + "y": 123, + "z": 72 + }, { "from": "hub", "to": "foraging_1", -- cgit