more map data
This commit is contained in:
57
map.json
57
map.json
@@ -1,19 +1,50 @@
|
||||
{
|
||||
"nodes": {
|
||||
"TestA": [100, 0, 100],
|
||||
"TestB": [150, 0, 200],
|
||||
"TestC": [300, 0, -200, true],
|
||||
"TestE": [1200, 0, 200, "Displayed Name"],
|
||||
"TestFarLeft": [-200, 5000, 50],
|
||||
"TestFarBottomRight": [1200, 0, 2000, true],
|
||||
"Hidden Node": [0, 0, 0, false]
|
||||
"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"}]
|
||||
},
|
||||
"edges": [
|
||||
["TestA", "TestB"],
|
||||
["TestA", "TestC"],
|
||||
["TestB", "TestC"],
|
||||
["TestC", "TestE"],
|
||||
["TestE", "TestFarLeft"],
|
||||
["Hidden Node", "TestC", false]
|
||||
["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)", ""]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user