diff options
-rw-r--r-- | constants/fairy_souls.json | 56 | ||||
-rw-r--r-- | constants/zones.json | 24 |
2 files changed, 48 insertions, 32 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 471909e6..01e39172 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,5 +1,5 @@ { - "Comment":"If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand and secondly put them in a logical order. Ex: the order TimeDeo put them in", + "Comment":"If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", "Max Souls":219, "hub":[ "138,66,129", @@ -92,7 +92,17 @@ ], "foraging_1":[ - + "-294,85,31", + "-315,89,-72", + "-390,61,-6", + "-357,99,79", + "-386,108,-69", + "-404,136,6", + "-454,120,-58", + "-408,122,-92", + "-450,113,-87", + "-370,112,-118", + "-471,132,-125" ], "farming_1":[ @@ -104,27 +114,27 @@ ], "mining_2":[ - "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", + "-21,25,72", + "3,182,50", "0,65,57", - "-39,72,1", - "-9,74,-43", - "-60,37,52", - "-21,25,71", "3,14,51", - "70,13,5", - "76,13,24" + "9,170,44", + "-60,37,52", + "-35,127,28", + "-18,163,26", + "44,98,23", + "57,161,19", + "29,149,14", + "-2,255,-1", + "-40,72,0", + "-11,102,-16", + "-71,13,5", + "-76,13,24", + "-8,74,-44", + "71,167,-12", + "22,156,-42" ], "mining_3":[ "-9,230,-135", @@ -143,6 +153,12 @@ ], "dungeon_hub":[ - + "17,124,-58", + "1,134,75", + "10,164,-10", + "-139,46,-1", + "-55,82,-10", + "-3,21,-16", + "13,60,99" ] } diff --git a/constants/zones.json b/constants/zones.json index 8ae48aff..443e0a33 100644 --- a/constants/zones.json +++ b/constants/zones.json @@ -1,5 +1,5 @@ { - "HUB":{ + "hub":{ "Display": "Hub", "Scoreboard":[ "Auction House", @@ -24,50 +24,50 @@ "Wizard Tower" ] }, - "SPIDERS_DEN":{ + "combat_1":{ "Display": "Spider's Den", "Scoreboard":[ "Spider's Den" ] }, - "BLAZING_FORTRESS":{ + "combat_2":{ "Display": "Blazing Fortress", "Scoreboard":[ ] }, - "THE_END":{ + "combat_3":{ "Display": "The End", "Scoreboard":[ "The End", "Dragon's Nest" ] }, - "THE_PARK":{ + "foraging_1":{ "Display": "The Park", "Scoreboard":[ ] }, - "THE_BARN":{ + "farming_1":{ "Display": "The Barn", "Scoreboard":[ "The Barn" ] }, - "MUSHROOM_DESERT":{ + "farming_2":{ "Display": "Mushroom Desert", "Scoreboard":[ "Mushroom Desert" ] }, - "GOLD_MINE":{ + "mining_1":{ "Display": "Gold Mine", "Scoreboard":[ "Gold Mine" ] }, - "DEEP_CAVERNS":{ + "mining_2":{ "Display": "Deep Caverns", "Scoreboard":[ "Deep Caverns", @@ -79,7 +79,7 @@ "Obsidian Sanctuary" ] }, - "DWARVEN_MINES":{ + "mining_3":{ "Display": "Dwarven Mines", "Scoreboard":[ "Aristocrat Passage", @@ -102,13 +102,13 @@ "Upper Mines" ] }, - "JERRYS_WORKSHOP":{ + "jerrys_workshop":{ "Display": "Jerry's Workshop", "Scoreboard":[ ] }, - "DUNGEON_HUB":{ + "dungeon_hub":{ "Display": "Dungeons Hub", "Scoreboard":[ |