diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /constants/islands.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
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 |