diff options
author | Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2021-01-17 21:27:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 21:27:17 -0500 |
commit | cd30e74ff408794ad5446825d9beb690590e9b23 (patch) | |
tree | 014c17d46f719ae6874a267e4960013e37c47b69 /constants/fairy_souls.json | |
parent | 53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f (diff) | |
download | NotEnoughUpdates-REPO-cd30e74ff408794ad5446825d9beb690590e9b23.tar.gz NotEnoughUpdates-REPO-cd30e74ff408794ad5446825d9beb690590e9b23.tar.bz2 NotEnoughUpdates-REPO-cd30e74ff408794ad5446825d9beb690590e9b23.zip |
added deep cavern souls (#360)
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
Diffstat (limited to 'constants/fairy_souls.json')
-rw-r--r-- | constants/fairy_souls.json | 24 |
1 files 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 +} |