From cd30e74ff408794ad5446825d9beb690590e9b23 Mon Sep 17 00:00:00 2001 From: "Erymanthus[#5074] | (u/)RayDeeUx" <51521765+RayDeeUx@users.noreply.github.com> Date: Sun, 17 Jan 2021 21:27:17 -0500 Subject: added deep cavern souls (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hold off on my previous pull request for now, i gotta run the numbers myself first before they're added to this repo unlike the last pull request, i logged on in-game to confirm the coordinates instead of copypasting waypoints coordinates from a forums post thanks — erymanthus | u/raydeeux --- constants/fairy_souls.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 2963074d..24dcfc81 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -104,7 +104,27 @@ ], "DEEP_CAVERNS":[ - + "3,182,50", + "3,152,85", + "-2,255,0", + "71,167,-11", + "9,170,44", + "-17,163,26", + "22,156,-41", + "29,149,14", + "57,161,19", + "-35,127,28", + "44,98,23", + "-10,102,-15", + "18,74,74", + "0,65,57", + "-39,72,1", + "-9,74,-43", + "-60,37,52", + "-21,25,71", + "3,14,51", + "70,13,5", + "76,13,24" ], "DWARVEN_MINES":[ "-9,230,-135", @@ -125,4 +145,4 @@ "DUNGEON_HUB":[ ] -} \ No newline at end of file +} -- cgit