Files
World6-travelmap/map.json
2025-11-05 01:08:13 -07:00

56 lines
2.6 KiB
JSON

{
"nodes": {
"Second Farm": [-260, 67, -263, true],
"tree farm north": [-164, 71, -267, false],
"Tree Farm": [-156, 68, -252, true],
"farm paths diverge point": [-157, 71, -15, false],
"First Farm": [-146, 74, 10, true],
"1st water crossing / halfway point": [-51, 64, 24, false],
"1st path split": [0, 95, 36, false],
"Spawn Point": [0, 87, 0, "Spawn"],
"Warehouse/Mine": [84, 110, 76, true],
"to village curve point": [139, 105, 145, false],
"Cliffspawn Village Bridge": [130, 104, 255, false],
"Cliffspawn Village": [147, 96, 305, true],
"spawn hovel": [4, 91, -10, false],
"zombie spawner (hovel mine)": [96, 32, 26, "Zombie Dungeon"],
"geode (hovel mine)": [126, -37, -12, "geode"],
"future sand mine": [191, 63, -297, true],
"skeleton spawner (1st mine)": [119, 36, 92, true, "Skelton Dungeon"],
"Mount Sharpe": [696, 178, 667, true],
"Great Rock Waterfall": [814, 120, 601, true],
"Great Rock Waterfall (bottom)": [809, 74, 536, false],
"waterfall 2 top": [832, 121, 631, false],
"waterfall 2 bottom": [884, 82, 628, false],
"Ruined Nether Portal": [853, 79, 805, true],
"Trickster Waterfall": [439, 81, 743, true],
"Trickster Waterfall (bottom)": [441, 62, 730, false],
"village crossroad": [130, 101, 296, false, {"notes": "insignificant"}],
"Second Farm original route corner": [-180, 69, -30, false],
"Second Farm original route corner 2": [-202, 79, -169, false]
},
"edges": [
["tree farm north", "Second Farm"],
["tree farm north", "farm paths diverge point"],
["farm paths diverge point", "First Farm"],
["First Farm", "1st water crossing / halfway point"],
["1st water crossing / halfway point", "1st path split"],
["1st path split", "Spawn Point"],
["Spawn Point", "Warehouse/Mine"],
["Warehouse/Mine", "to village curve point"],
["to village curve point", "Cliffspawn Village Bridge"],
["Second Farm", "farm paths diverge point"],
["1st path split", "Warehouse/Mine", false, {"notes": "not real"}],
["Cliffspawn Village", "Cliffspawn Village Bridge"],
["spawn hovel", "geode (hovel mine)"],
["spawn hovel", "zombie spawner (hovel mine)"],
["Warehouse/Mine", "skeleton spawner (1st mine)", false],
["Great Rock Waterfall", "Great Rock Waterfall (bottom)"],
["waterfall 2 top", "waterfall 2 bottom"],
["Trickster Waterfall", "Trickster Waterfall (bottom)", ""],
["farm paths diverge point", "Second Farm original route corner"],
["Second Farm original route corner", "Second Farm original route corner 2"],
["Second Farm original route corner 2", "Second Farm"]
]
}