diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-14 02:33:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 02:33:14 +1000 |
commit | 5936f15d64e5124dc801fab7e2f0cc7e05cd1ff5 (patch) | |
tree | fb8ac00e8012bcddfbc7204a968180adaa3a57cd /constants | |
parent | c8663f66daaa76e5a89e200add74f3a39137bde1 (diff) | |
download | SkyHanni-REPO-5936f15d64e5124dc801fab7e2f0cc7e05cd1ff5.tar.gz SkyHanni-REPO-5936f15d64e5124dc801fab7e2f0cc7e05cd1ff5.tar.bz2 SkyHanni-REPO-5936f15d64e5124dc801fab7e2f0cc7e05cd1ff5.zip |
Add hoppity egg locations (#143)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/HoppityEggLocations.json | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/constants/HoppityEggLocations.json b/constants/HoppityEggLocations.json new file mode 100644 index 0000000..b1751a0 --- /dev/null +++ b/constants/HoppityEggLocations.json @@ -0,0 +1,178 @@ +{ + "eggLocations": { + "HUB": [ + "161:71:157", + "125:74:168", + "147:113:117", + "35:72:79", + "160:97:-71", + "169:72:36", + "44:71:-137", + "-38:70:-135", + "-40:70:-74", + "18:70:-77", + "-127:73:-126", + "-61:80:-38", + "-153:74:-40", + "-186:87:81", + "-7:70:188", + "-38:193:35", + "-1:144:51" + ], + "THE_END": [ + "-451:50:-274", + "-539:102:-271", + "-551:56:-239", + "-566:7:-316", + "-584:211:-272", + "-591:5:-276", + "-600:21:-255", + "-667:33:-210", + "-672:77:-276", + "-714:41:-315", + "-722:56:-232", + "-778:101:-300", + "-510:110:-250", + "-661:5:-248" + ], + "DEEP_CAVERNS": [ + "4:148:88", + "24:156:-38", + "22:159:27", + "56:151:23", + "1:153:37", + "11:176:58", + "-34:207:38", + "46:38:22", + "20:68:43", + "21:104:17", + "-11:120:37", + "1:110:45", + "38:12:20", + "31:12:13" + ], + "CRIMSON_ISLE": [ + "-270:83:-496", + "-289:127:-985", + "-376:207:-809", + "-33:114:-937", + "-237:108:-605", + "-695:98:-795", + "-641:101:-822", + "-375:121:-1009", + "-295:93:-689", + "-376:63:-802", + "-469:135:-1020", + "-375:83:-709", + "-62:107:-811", + "-631:141:-926" + ], + "GOLD_MINES": [ + "-15:104:-313", + "-19:25:-305", + "-19:143:-361", + "-25:78:-328", + "-30:74:-293", + "-44:77:-303", + "15:75:-290", + "-1:78:-325", + "0:76:-307", + "17:57:-340", + "-35:77:-313", + "-18:62:-353", + "-11:68:-397", + "-22:37:-336", + "-25:79:-282" + ], + "DUNGEON_HUB": [ + "5:11:-1", + "0:146:-78", + "-21:120:-16", + "-34:119:9", + "-23:86:-3", + "-52:156:0", + "-54:119:-13", + "0:108:0", + "-5:23:98", + "-138:21:-7", + "-62:121:-7", + "-62:122:28", + "16:125:3", + "-18:87:-27" + ], + "DWARVEN_MINES": [ + "32:179:103", + "-17:128:177", + "87:193:-44", + "126:197:187", + "78:188:126", + "-93:200:-122", + "-73:222:-139", + "13:201:-150", + "-135:174:-49", + "91:199:-123", + "36:128:50", + "104:151:142", + "-146:144:148", + "-2:147:-52", + "0:183:24" + ], + "SPIDER_DEN": [ + "-303:65:-182", + "-266:72:-191", + "-355:111:-293", + "-155:86:-351", + "-360:85:-356", + "-353:124:-250", + "-293:36:-271", + "-181:61:-312", + "-217:75:-345", + "-202:83:-238", + "-299:97:-167", + "-280:115:-181", + "-398:139:-250", + "-283:129:-185", + "-200:174:-313" + ], + "THE_FARMING_ISLANDS": [ + "152:72:-217", + "142:90:-300", + "146:81:-241", + "204:54:-503", + "256:184:-564", + "284:102:-573", + "175:77:-373", + "143:77:-403", + "142:71:-453", + "95:83:-284", + "168:92:-319", + "142:90:-300", + "136:74:-215", + "174:78:-357", + "163:92:-599" + ], + "THE_PARK": [ + "-440:110:-40", + "-461:110:-9", + "-406:121:-90", + "-455:94:0", + "-327:104:-113", + "-362:91:76", + "-399:110:35", + "-309:82:18", + "-276:87:-17", + "-285:82:-41", + "-407:129:-123", + "-441:124:-109", + "-312:83:-72", + "-380:61:35", + "-454:138:-121" + ], + "CRYSTAL_HOLLOWS": [ + "472:106:518", + "485:65:479", + "510:93:470", + "494:106:556" + ] + } +} |