diff options
Diffstat (limited to 'constants/islands.json')
-rw-r--r-- | constants/islands.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/constants/islands.json b/constants/islands.json index d3527275..fa357c31 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -14,11 +14,19 @@ "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", "x": -221, "y": 75, @@ -305,6 +313,13 @@ "x": 91, "y": 75, "z": 173 + }, + { + "warp": "wizard", + "mode": "hub", + "x": 42, + "y": 122, + "z": 69 } ] }
\ No newline at end of file |