aqualogue/data/LevelDatabase.js
2016-05-14 23:02:13 -05:00

20093 lines
No EOL
208 KiB
JavaScript

// Save point left: {"stage": "Save ","axis": 0,"position": 867,"z": 270,"momx":2,"momy":0}
// Save point right: {"stage": "Save ","axis": 0,"position": 1501,"z": 270,"momx":-2,"momy":0}
/*
Ocean 1 entries:
Left entrance: {"axis": 0,"position": 3377,"z": 454} right
2 exit: {"axis": 3,"position": 608,"z": 303} up
3 exit: {"axis": 5,"position": 429,"z": 273} left
proceed door: {"axis": 4,"position": 441,"z": 131} left
Caverns 2:
Right-facing: {"axis": 0,"position": 331,"z": 89}
Left-facing: {"axis": 1,"position": 4658,"z": 89}
Caverns 3:
Right-facing: {"axis": 2,"position": 636,"z": 164}
Left-facing: {"axis": 3,"position": 367,"z": 164}
*/
LevelDatabase = {
blank: {background: {image: "mountains", width: 3072}, axes: [], rocks: [], keys: [], doors: [], transitions: [], spawn: {axis: 0, position: 1, z: 0}},
cavern_blank: {background: {image: "cavern", width: 3072}, tint: {rgb: 0xC030C0, a: 0.7, effect: "MULTIPLY"}, axes: [], rocks: [], keys: [], doors: [], transitions: [], spawn: {axis: 0, position: 1, z: 0}},
};
LevelDatabase["Test Level"] = {
//tint: {rgb: 0xB05000, a: 0.8, effect: "MULTIPLY"}, // Final boss tint?
//tint: {rgb: 0xB07030, a: 0.6, effect: "SCREEN"}, // Intro tint.
tint: {rgb: 0xC030C0, a: 0.7, effect: "MULTIPLY"}, // Cavern tint.
background: {
image: "cavern",
width: 3072,
},
axes: [
{
x: 768, y: 768,
radius: -256,
angle: 180,
length: 360,
// Multiple switches are [top switch, boundary, middle switch, boundary, bottom switch]
left: [4],
right: [1]
},
{
x: 1152, y: 768,
radius: 128,
angle: 180,
length: 180,
left: [0],
right: [2]
},
{
x: 1280, y: 768,
radius: 0,
angle: 90,
length: 512,
left: [1],
right: [3]
},
{
x: 1152, y: 1280,
radius: 128,
angle: 0,
length: 180,
left: [2],
right: [4]
},
{
x: 1024, y: 1280,
radius: 0,
angle: 270,
length: 512,
left: [3],
right: [0]
}
],
rocks: [
{x: 768, y: 798, z: 80, type: "small"},
{x: 738, y: 768, z: 80, type: "large"},
{x: 768, y: 738, z: 80, type: "small"},
{x: 798, y: 768, z: 80, type: "large"},
{x: 1536, y: 798, z: 80, type: "small"},
{x: 1506, y: 768, z: 80, type: "large"},
{x: 1536, y: 738, z: 80, type: "small"},
{x: 1566, y: 768, z: 80, type: "large"},
{x: 768, y: 1298, z: 80, type: "small"},
{x: 738, y: 1268, z: 80, type: "large"},
{x: 768, y: 1238, z: 80, type: "small"},
{x: 798, y: 1268, z: 80, type: "large"},
{x: 1536, y: 1298, z: 80, type: "small"},
{x: 1506, y: 1268, z: 80, type: "large"},
{x: 1536, y: 1238, z: 80, type: "small"},
{x: 1566, y: 1268, z: 80, type: "large"},
{x: 1024, y: 1024, z: -50, type: "large"},
{x: 1024, y: 1024, z: 50, type: "large"},
{x: 1024, y: 896, z: 30, type: "small"},
{x: 1024, y: 832, z: 30, type: "small"},
{x: 1024, y: 864, z: 62, type: "small"},
{x: 1024, y: 864, z: -2, type: "small"},
{x: 1024, y: 836, z: 58, type: "small"},
{x: 1024, y: 836, z: 2, type: "small"},
{x: 1024, y: 892, z: 58, type: "small"},
{x: 1024, y: 892, z: 2, type: "small"},
{x: 996, y: 864, z: 30, type: "small"},
],
keys: [
{x: 1024, y: 864, z: 30, color: "red"},
{x: 768, y: 768, z: 150, color: "blue"},
{x: 1024, y: 1024, z: 130, color: "white"},
],
doors: [
{x: 1024, y: 960, z: 32, color: "blue"},
],
transitions: [],
spawn: {
axis: 0,
position: 1,
z: 0
}
};
LevelDatabase["Intro"] = {
"tint": {
"rgb": 11563056,
"a": 0.6,
"effect": "SCREEN"
},
"music": "ocean",
"background": {
"image": "mountains",
"width": 3072
},
"axes": [
{
"x": 11744,
"y": 11744,
"radius": 0,
"angle": 270,
"length": 8192,
"left": [
1
],
"right": [
1
]
},
{
"x": 10720,
"y": 3552,
"radius": -1024,
"angle": 180,
"length": 90,
"left": [
0
],
"right": [
2
]
},
{
"x": 10720,
"y": 2528,
"radius": 0,
"angle": 180,
"length": 8192,
"left": [
1
],
"right": [
1
]
}
],
"rocks": [
{
"x": 11744,
"y": 4106,
"z": 262,
"type": "large"
},
{
"x": 11744,
"y": 4126,
"z": 185,
"type": "large"
},
{
"x": 11744,
"y": 4149,
"z": 138,
"type": "large"
},
{
"x": 11744,
"y": 4171,
"z": 86,
"type": "large"
},
{
"x": 11744,
"y": 4077,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 4028,
"z": 92,
"type": "wide"
},
{
"x": 11744,
"y": 4060,
"z": 149,
"type": "wide"
},
{
"x": 11744,
"y": 4057,
"z": 187,
"type": "wide"
},
{
"x": 11744,
"y": 4048,
"z": 230,
"type": "wide"
},
{
"x": 11744,
"y": 4039,
"z": 288,
"type": "wide"
},
{
"x": 11744,
"y": 3979,
"z": 117,
"type": "wide"
},
{
"x": 11744,
"y": 3941,
"z": 150,
"type": "wide"
},
{
"x": 11744,
"y": 3958,
"z": 61,
"type": "large"
},
{
"x": 11744,
"y": 3945,
"z": -32,
"type": "large"
},
{
"x": 11744,
"y": 3912,
"z": -96,
"type": "large"
},
{
"x": 11744,
"y": 3885,
"z": -154,
"type": "large"
},
{
"x": 11744,
"y": 3774,
"z": -171,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": -84,
"type": "large"
},
{
"x": 11744,
"y": 3712,
"z": -6,
"type": "large"
},
{
"x": 11744,
"y": 3855,
"z": -134,
"type": "large"
},
{
"x": 11744,
"y": 3873,
"z": -35,
"type": "large"
},
{
"x": 11744,
"y": 3905,
"z": 29,
"type": "large"
},
{
"x": 11744,
"y": 3801,
"z": -132,
"type": "large"
},
{
"x": 11744,
"y": 3771,
"z": -71,
"type": "large"
},
{
"x": 11744,
"y": 3745,
"z": 14,
"type": "large"
},
{
"x": 11744,
"y": 3825,
"z": -103,
"type": "large"
},
{
"x": 11744,
"y": 3801,
"z": 7,
"type": "large"
},
{
"x": 11744,
"y": 3830,
"z": 0,
"type": "large"
},
{
"x": 11744,
"y": 3867,
"z": 64,
"type": "large"
},
{
"x": 11744,
"y": 3774,
"z": 75,
"type": "large"
},
{
"x": 11744,
"y": 4200,
"z": 56,
"type": "large"
},
{
"x": 11744,
"y": 4110,
"z": 438,
"type": "large"
},
{
"x": 11744,
"y": 4039,
"z": 409,
"type": "wide"
},
{
"x": 11744,
"y": 4039,
"z": 440,
"type": "wide"
},
{
"x": 11744,
"y": 4039,
"z": 471,
"type": "wide"
},
{
"x": 11744,
"y": 4174,
"z": 280,
"type": "wide"
},
{
"x": 11744,
"y": 4232,
"z": 440,
"type": "large"
},
{
"x": 11744,
"y": 4235,
"z": 264,
"type": "large"
},
{
"x": 11744,
"y": 4235,
"z": 165,
"type": "large"
},
{
"x": 11744,
"y": 4235,
"z": 54,
"type": "large"
},
{
"x": 11744,
"y": 4178,
"z": 249,
"type": "wide"
},
{
"x": 11744,
"y": 4180,
"z": 188,
"type": "large"
},
{
"x": 11744,
"y": 4206,
"z": 157,
"type": "large"
},
{
"x": 11744,
"y": 4215,
"z": 226,
"type": "small"
},
{
"x": 11744,
"y": 4153,
"z": 218,
"type": "small"
},
{
"x": 11744,
"y": 4257,
"z": 520,
"type": "wide"
},
{
"x": 11744,
"y": 4258,
"z": 551,
"type": "wide"
},
{
"x": 11744,
"y": 4266,
"z": 581,
"type": "wide"
},
{
"x": 11744,
"y": 4279,
"z": 609,
"type": "wide"
},
{
"x": 11744,
"y": 4257,
"z": 494,
"type": "small"
},
{
"x": 11744,
"y": 4339,
"z": 643,
"type": "wide"
},
{
"x": 11744,
"y": 4641,
"z": 639,
"type": "wide"
},
{
"x": 11744,
"y": 4082,
"z": 535,
"type": "large"
},
{
"x": 11744,
"y": 4052,
"z": 580,
"type": "large"
},
{
"x": 11744,
"y": 4025,
"z": 649,
"type": "large"
},
{
"x": 11744,
"y": 3997,
"z": 729,
"type": "large"
},
{
"x": 11744,
"y": 3985,
"z": 828,
"type": "large"
},
{
"x": 11744,
"y": 3990,
"z": 928,
"type": "large"
},
{
"x": 11744,
"y": 4605,
"z": 462,
"type": "large"
},
{
"x": 11744,
"y": 4637,
"z": 462,
"type": "large"
},
{
"x": 11744,
"y": 4668,
"z": 462,
"type": "large"
},
{
"x": 11744,
"y": 4699,
"z": 462,
"type": "large"
},
{
"x": 11744,
"y": 4643,
"z": 521,
"type": "wide"
},
{
"x": 11744,
"y": 4668,
"z": 399,
"type": "wide"
},
{
"x": 11744,
"y": 4714,
"z": 333,
"type": "large"
},
{
"x": 11744,
"y": 4675,
"z": 333,
"type": "large"
},
{
"x": 11744,
"y": 4645,
"z": 333,
"type": "large"
},
{
"x": 11744,
"y": 4610,
"z": 333,
"type": "large"
},
{
"x": 11744,
"y": 4622,
"z": 191,
"type": "large"
},
{
"x": 11744,
"y": 4653,
"z": 191,
"type": "large"
},
{
"x": 11744,
"y": 4684,
"z": 191,
"type": "large"
},
{
"x": 11744,
"y": 4715,
"z": 191,
"type": "large"
},
{
"x": 11744,
"y": 4666,
"z": 274,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 251,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 70,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 39,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 8,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -23,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -55,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -86,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -117,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -148,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -179,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -210,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -242,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -273,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -304,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -335,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -366,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -397,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -429,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -460,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -491,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -522,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -553,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -584,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -616,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -647,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -678,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -709,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -740,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -771,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -802,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -834,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -865,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": -896,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 98,
"type": "wide"
},
{
"x": 11744,
"y": 4666,
"z": 123,
"type": "wide"
},
{
"x": 11744,
"y": 4050,
"z": 966,
"type": "wide"
},
{
"x": 11744,
"y": 4009,
"z": 996,
"type": "wide"
},
{
"x": 11744,
"y": 4123,
"z": 994,
"type": "wide"
},
{
"x": 11744,
"y": 4240,
"z": 994,
"type": "wide"
},
{
"x": 11744,
"y": 4374,
"z": 994,
"type": "wide"
},
{
"x": 11744,
"y": 4505,
"z": 994,
"type": "wide"
},
{
"x": 11744,
"y": 4634,
"z": 994,
"type": "wide"
},
{
"x": 11744,
"y": 4585,
"z": 964,
"type": "wide"
},
{
"x": 11744,
"y": 4445,
"z": 964,
"type": "wide"
},
{
"x": 11744,
"y": 4316,
"z": 964,
"type": "wide"
},
{
"x": 11744,
"y": 4177,
"z": 964,
"type": "wide"
},
{
"x": 11744,
"y": 3840,
"z": -218,
"type": "wide"
},
{
"x": 11744,
"y": 4747,
"z": 524,
"type": "wide"
},
{
"x": 11744,
"y": 4747,
"z": 633,
"type": "wide"
},
{
"x": 11744,
"y": 4811,
"z": 579,
"type": "large"
},
{
"x": 11744,
"y": 4603,
"z": 669,
"type": "wide"
},
{
"x": 11744,
"y": 4397,
"z": 669,
"type": "wide"
},
{
"x": 11744,
"y": 4416,
"z": 697,
"type": "wide"
},
{
"x": 11744,
"y": 4583,
"z": 697,
"type": "wide"
},
{
"x": 11744,
"y": 4554,
"z": 735,
"type": "wide"
},
{
"x": 11744,
"y": 4457,
"z": 734,
"type": "wide"
},
{
"x": 11744,
"y": 4851,
"z": 501,
"type": "wide"
},
{
"x": 11744,
"y": 4929,
"z": 473,
"type": "wide"
},
{
"x": 11744,
"y": 4655,
"z": 738,
"type": "wide"
},
{
"x": 11744,
"y": 4751,
"z": 738,
"type": "wide"
},
{
"x": 11744,
"y": 4854,
"z": 738,
"type": "wide"
},
{
"x": 11744,
"y": 4922,
"z": 698,
"type": "large"
},
{
"x": 11744,
"y": 4949,
"z": 624,
"type": "large"
},
{
"x": 11744,
"y": 5038,
"z": 462,
"type": "wide"
},
{
"x": 11744,
"y": 4637,
"z": 875,
"type": "large"
},
{
"x": 11744,
"y": 4651,
"z": 938,
"type": "wide"
},
{
"x": 11744,
"y": 4694,
"z": 961,
"type": "wide"
},
{
"x": 11744,
"y": 4764,
"z": 926,
"type": "wide"
},
{
"x": 11744,
"y": 4801,
"z": 951,
"type": "wide"
},
{
"x": 11744,
"y": 4876,
"z": 896,
"type": "wide"
},
{
"x": 11744,
"y": 4991,
"z": 874,
"type": "wide"
},
{
"x": 11744,
"y": 5154,
"z": 874,
"type": "wide"
},
{
"x": 11744,
"y": 5286,
"z": 874,
"type": "wide"
},
{
"x": 11744,
"y": 5418,
"z": 874,
"type": "wide"
},
{
"x": 11744,
"y": 5358,
"z": 910,
"type": "wide"
},
{
"x": 11744,
"y": 5225,
"z": 902,
"type": "wide"
},
{
"x": 11744,
"y": 5078,
"z": 901,
"type": "wide"
},
{
"x": 11744,
"y": 4977,
"z": 901,
"type": "wide"
},
{
"x": 11744,
"y": 4876,
"z": 921,
"type": "wide"
},
{
"x": 11744,
"y": 5170,
"z": 931,
"type": "wide"
},
{
"x": 11744,
"y": 5287,
"z": 939,
"type": "wide"
},
{
"x": 11744,
"y": 5473,
"z": 909,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 1202,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 1170,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 1139,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 983,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 952,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 921,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 890,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 859,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 828,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 796,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 765,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 734,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 703,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 672,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 641,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 610,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 578,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 547,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 516,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 485,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 454,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 423,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 391,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 360,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 329,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 298,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 267,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 236,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 204,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 173,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 142,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 111,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 80,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 49,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": 17,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -14,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -45,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -76,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -107,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -138,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -169,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -201,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -232,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -263,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -294,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -325,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -356,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -388,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -419,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -450,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -481,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -512,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -543,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -575,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -606,
"type": "wide"
},
{
"x": 11743,
"y": 3513,
"z": -637,
"type": "wide"
},
{
"x": 11744,
"y": 3623,
"z": 772,
"type": "wide"
},
{
"x": 11744,
"y": 3709,
"z": 98,
"type": "large"
},
{
"x": 11744,
"y": 3709,
"z": 210,
"type": "large"
},
{
"x": 11744,
"y": 3709,
"z": 333,
"type": "large"
},
{
"x": 11744,
"y": 3709,
"z": 447,
"type": "large"
},
{
"x": 11744,
"y": 3709,
"z": 593,
"type": "large"
},
{
"x": 11744,
"y": 3709,
"z": 704,
"type": "large"
},
{
"x": 11744,
"y": 3691,
"z": 817,
"type": "large"
},
{
"x": 11744,
"y": 3659,
"z": 849,
"type": "large"
},
{
"x": 11744,
"y": 3627,
"z": 896,
"type": "large"
},
{
"x": 11744,
"y": 3595,
"z": 941,
"type": "large"
},
{
"x": 11744,
"y": 3584,
"z": 839,
"type": "medium"
},
{
"x": 11744,
"y": 3619,
"z": 817,
"type": "medium"
},
{
"x": 11744,
"y": 3741,
"z": 650,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": 520,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": 403,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": 273,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": 158,
"type": "large"
},
{
"x": 11744,
"y": 3741,
"z": 87,
"type": "small"
},
{
"x": 11744,
"y": 3999,
"z": 260,
"type": "wide"
},
{
"x": 11744,
"y": 3944,
"z": 292,
"type": "wide"
},
{
"x": 11744,
"y": 3892,
"z": 265,
"type": "wide"
},
{
"x": 11744,
"y": 3855,
"z": 232,
"type": "wide"
},
{
"x": 11744,
"y": 3796,
"z": 226,
"type": "large"
},
{
"x": 11744,
"y": 3771,
"z": 296,
"type": "large"
},
{
"x": 11744,
"y": 3979,
"z": 206,
"type": "medium"
},
{
"x": 11744,
"y": 3940,
"z": 208,
"type": "medium"
},
{
"x": 11744,
"y": 3872,
"z": 179,
"type": "medium"
},
{
"x": 11744,
"y": 3836,
"z": 172,
"type": "medium"
},
{
"x": 11744,
"y": 3823,
"z": 99,
"type": "medium"
},
{
"x": 11744,
"y": 3903,
"z": 108,
"type": "small"
},
{
"x": 11744,
"y": 3792,
"z": 147,
"type": "small"
},
{
"x": 11744,
"y": 3769,
"z": 187,
"type": "large"
},
{
"x": 11744,
"y": 3969,
"z": 465,
"type": "large"
},
{
"x": 11744,
"y": 3969,
"z": 587,
"type": "large"
},
{
"x": 11744,
"y": 3969,
"z": 698,
"type": "large"
},
{
"x": 11744,
"y": 3997,
"z": 610,
"type": "large"
},
{
"x": 11744,
"y": 4053,
"z": 511,
"type": "small"
},
{
"x": 11744,
"y": 4021,
"z": 540,
"type": "large"
},
{
"x": 11744,
"y": 3992,
"z": 514,
"type": "medium"
},
{
"x": 11742,
"y": 3482,
"z": 1014,
"type": "wide"
},
{
"x": 11742,
"y": 3491,
"z": 1099,
"type": "wide"
},
{
"x": 11730,
"y": 3386,
"z": 1101,
"type": "wide"
},
{
"x": 11734,
"y": 3408,
"z": 1139,
"type": "wide"
},
{
"x": 11715,
"y": 3311,
"z": 1139,
"type": "wide"
},
{
"x": 11706,
"y": 3275,
"z": 1103,
"type": "wide"
},
{
"x": 11695,
"y": 3240,
"z": 1159,
"type": "medium"
},
{
"x": 11715,
"y": 3309,
"z": 1173,
"type": "wide"
},
{
"x": 11734,
"y": 3407,
"z": 1180,
"type": "wide"
},
{
"x": 11744,
"y": 3625,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3656,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3687,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3718,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3749,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3780,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3812,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3843,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3874,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3905,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3936,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3967,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3999,
"z": 1134,
"type": "large"
},
{
"x": 11744,
"y": 3591,
"z": 1124,
"type": "medium"
},
{
"x": 11744,
"y": 3589,
"z": 1194,
"type": "medium"
},
{
"x": 11744,
"y": 4004,
"z": 1048,
"type": "medium"
},
{
"x": 11744,
"y": 3961,
"z": 1046,
"type": "medium"
},
{
"x": 11669,
"y": 3168,
"z": 1118,
"type": "large"
},
{
"x": 11660,
"y": 3146,
"z": 1098,
"type": "large"
},
{
"x": 11651,
"y": 3125,
"z": 1078,
"type": "large"
},
{
"x": 11640,
"y": 3103,
"z": 1058,
"type": "large"
},
{
"x": 11630,
"y": 3082,
"z": 1037,
"type": "large"
},
{
"x": 11619,
"y": 3061,
"z": 1017,
"type": "large"
},
{
"x": 11607,
"y": 3040,
"z": 997,
"type": "large"
},
{
"x": 11595,
"y": 3020,
"z": 977,
"type": "large"
},
{
"x": 11582,
"y": 3000,
"z": 957,
"type": "large"
},
{
"x": 11569,
"y": 2980,
"z": 936,
"type": "large"
},
{
"x": 11556,
"y": 2961,
"z": 916,
"type": "large"
},
{
"x": 11542,
"y": 2941,
"z": 896,
"type": "large"
},
{
"x": 11528,
"y": 2922,
"z": 876,
"type": "large"
},
{
"x": 11513,
"y": 2904,
"z": 856,
"type": "large"
},
{
"x": 11498,
"y": 2886,
"z": 835,
"type": "large"
},
{
"x": 11482,
"y": 2868,
"z": 815,
"type": "large"
},
{
"x": 11466,
"y": 2850,
"z": 795,
"type": "large"
},
{
"x": 11449,
"y": 2833,
"z": 775,
"type": "large"
},
{
"x": 11433,
"y": 2817,
"z": 755,
"type": "large"
},
{
"x": 11415,
"y": 2800,
"z": 735,
"type": "large"
},
{
"x": 11398,
"y": 2784,
"z": 714,
"type": "large"
},
{
"x": 11380,
"y": 2769,
"z": 694,
"type": "large"
},
{
"x": 11361,
"y": 2754,
"z": 674,
"type": "large"
},
{
"x": 11343,
"y": 2739,
"z": 654,
"type": "large"
},
{
"x": 11324,
"y": 2725,
"z": 634,
"type": "large"
},
{
"x": 11304,
"y": 2711,
"z": 613,
"type": "large"
},
{
"x": 11285,
"y": 2698,
"z": 593,
"type": "large"
},
{
"x": 11265,
"y": 2685,
"z": 573,
"type": "large"
},
{
"x": 11245,
"y": 2673,
"z": 553,
"type": "large"
},
{
"x": 11224,
"y": 2661,
"z": 533,
"type": "large"
},
{
"x": 11203,
"y": 2649,
"z": 512,
"type": "large"
},
{
"x": 11182,
"y": 2638,
"z": 492,
"type": "large"
},
{
"x": 11161,
"y": 2628,
"z": 472,
"type": "large"
},
{
"x": 11139,
"y": 2618,
"z": 452,
"type": "large"
},
{
"x": 11118,
"y": 2608,
"z": 432,
"type": "large"
},
{
"x": 11096,
"y": 2599,
"z": 411,
"type": "large"
},
{
"x": 11073,
"y": 2591,
"z": 391,
"type": "large"
},
{
"x": 11051,
"y": 2583,
"z": 371,
"type": "large"
},
{
"x": 11029,
"y": 2576,
"z": 351,
"type": "large"
},
{
"x": 11006,
"y": 2569,
"z": 331,
"type": "large"
},
{
"x": 10983,
"y": 2562,
"z": 310,
"type": "large"
},
{
"x": 10960,
"y": 2557,
"z": 290,
"type": "large"
},
{
"x": 10937,
"y": 2551,
"z": 270,
"type": "large"
},
{
"x": 10914,
"y": 2546,
"z": 250,
"type": "large"
},
{
"x": 10890,
"y": 2542,
"z": 230,
"type": "large"
},
{
"x": 10867,
"y": 2539,
"z": 210,
"type": "large"
},
{
"x": 10843,
"y": 2535,
"z": 189,
"type": "large"
},
{
"x": 10820,
"y": 2533,
"z": 169,
"type": "large"
},
{
"x": 10796,
"y": 2531,
"z": 149,
"type": "large"
},
{
"x": 10772,
"y": 2529,
"z": 129,
"type": "large"
},
{
"x": 10749,
"y": 2528,
"z": 109,
"type": "large"
},
{
"x": 10725,
"y": 2528,
"z": 88,
"type": "large"
},
{
"x": 10701,
"y": 2528,
"z": 68,
"type": "large"
},
{
"x": 10677,
"y": 2528,
"z": 48,
"type": "large"
},
{
"x": 10654,
"y": 2528,
"z": 28,
"type": "large"
},
{
"x": 10630,
"y": 2528,
"z": 8,
"type": "large"
},
{
"x": 10606,
"y": 2528,
"z": -13,
"type": "large"
},
{
"x": 11683,
"y": 3205,
"z": 1139,
"type": "large"
},
{
"x": 10550,
"y": 2528,
"z": 541,
"type": "large"
},
{
"x": 10571,
"y": 2528,
"z": 530,
"type": "large"
},
{
"x": 10599,
"y": 2528,
"z": 516,
"type": "large"
},
{
"x": 10626,
"y": 2528,
"z": 502,
"type": "large"
},
{
"x": 10654,
"y": 2528,
"z": 488,
"type": "large"
},
{
"x": 10682,
"y": 2528,
"z": 474,
"type": "large"
},
{
"x": 10710,
"y": 2528,
"z": 459,
"type": "large"
},
{
"x": 10737,
"y": 2528,
"z": 445,
"type": "large"
},
{
"x": 10765,
"y": 2529,
"z": 431,
"type": "large"
},
{
"x": 10793,
"y": 2531,
"z": 417,
"type": "large"
},
{
"x": 10820,
"y": 2533,
"z": 403,
"type": "large"
},
{
"x": 10848,
"y": 2536,
"z": 388,
"type": "large"
},
{
"x": 10875,
"y": 2540,
"z": 374,
"type": "large"
},
{
"x": 10903,
"y": 2544,
"z": 360,
"type": "large"
},
{
"x": 10933,
"y": 2550,
"z": 354,
"type": "medium"
},
{
"x": 10363,
"y": 2528,
"z": -983,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -952,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -921,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -890,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -859,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -828,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -797,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -765,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -734,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -703,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -672,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -641,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -610,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -578,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -547,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -516,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -485,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -454,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -423,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -391,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -360,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -329,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -298,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -267,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -236,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -204,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -173,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -142,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -111,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -80,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -49,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": -18,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 14,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 45,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 76,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 107,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 138,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 169,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 201,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 232,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 263,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 294,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 325,
"type": "wide"
},
{
"x": 10485,
"y": 2528,
"z": 260,
"type": "wide"
},
{
"x": 10460,
"y": 2528,
"z": 227,
"type": "wide"
},
{
"x": 10574,
"y": 2528,
"z": 228,
"type": "wide"
},
{
"x": 10640,
"y": 2528,
"z": 263,
"type": "wide"
},
{
"x": 10861,
"y": 2538,
"z": 294,
"type": "medium"
},
{
"x": 10826,
"y": 2533,
"z": 317,
"type": "medium"
},
{
"x": 10816,
"y": 2532,
"z": 250,
"type": "medium"
},
{
"x": 10520,
"y": 2528,
"z": 528,
"type": "medium"
},
{
"x": 10454,
"y": 2528,
"z": 510,
"type": "wide"
},
{
"x": 10363,
"y": 2528,
"z": 503,
"type": "wide"
},
{
"x": 10355,
"y": 2528,
"z": 472,
"type": "wide"
},
{
"x": 10355,
"y": 2528,
"z": 435,
"type": "wide"
},
{
"x": 10270,
"y": 2528,
"z": 334,
"type": "wide"
},
{
"x": 10174,
"y": 2528,
"z": 354,
"type": "wide"
},
{
"x": 10069,
"y": 2528,
"z": 361,
"type": "wide"
},
{
"x": 9962,
"y": 2528,
"z": 361,
"type": "wide"
},
{
"x": 10262,
"y": 2528,
"z": 435,
"type": "wide"
},
{
"x": 10152,
"y": 2528,
"z": 435,
"type": "wide"
},
{
"x": 10051,
"y": 2528,
"z": 435,
"type": "wide"
},
{
"x": 9936,
"y": 2528,
"z": 435,
"type": "wide"
},
{
"x": 11744,
"y": 5059,
"z": 393,
"type": "large"
},
{
"x": 11744,
"y": 5088,
"z": 353,
"type": "large"
},
{
"x": 11744,
"y": 5118,
"z": 254,
"type": "large"
},
{
"x": 11744,
"y": 5138,
"z": 150,
"type": "large"
},
{
"x": 11744,
"y": 5157,
"z": 57,
"type": "large"
},
{
"x": 11744,
"y": 5179,
"z": -53,
"type": "large"
},
{
"x": 11744,
"y": 5201,
"z": -164,
"type": "large"
},
{
"x": 11744,
"y": 5222,
"z": -267,
"type": "large"
},
{
"x": 11744,
"y": 5243,
"z": -374,
"type": "large"
},
{
"x": 11744,
"y": 5262,
"z": -469,
"type": "large"
},
{
"x": 11744,
"y": 5285,
"z": -582,
"type": "large"
},
{
"x": 11744,
"y": 5308,
"z": -696,
"type": "large"
},
{
"x": 11744,
"y": 5330,
"z": -807,
"type": "large"
},
{
"x": 11744,
"y": 5503,
"z": 848,
"type": "large"
},
{
"x": 11744,
"y": 5502,
"z": 716,
"type": "large"
},
{
"x": 11744,
"y": 5502,
"z": 585,
"type": "large"
},
{
"x": 11744,
"y": 5502,
"z": 454,
"type": "large"
},
{
"x": 11744,
"y": 5502,
"z": 314,
"type": "large"
},
{
"x": 11744,
"y": 5502,
"z": 189,
"type": "large"
},
{
"x": 11744,
"y": 5527,
"z": 242,
"type": "large"
},
{
"x": 11744,
"y": 5527,
"z": 388,
"type": "large"
},
{
"x": 11744,
"y": 5527,
"z": 518,
"type": "large"
},
{
"x": 11744,
"y": 5527,
"z": 666,
"type": "large"
},
{
"x": 11744,
"y": 5527,
"z": 783,
"type": "large"
},
{
"x": 11744,
"y": 5543,
"z": 881,
"type": "large"
},
{
"x": 11744,
"y": 5568,
"z": 759,
"type": "large"
},
{
"x": 11744,
"y": 5568,
"z": 653,
"type": "large"
},
{
"x": 11744,
"y": 5568,
"z": 543,
"type": "large"
},
{
"x": 11744,
"y": 5568,
"z": 425,
"type": "large"
},
{
"x": 11744,
"y": 5568,
"z": 279,
"type": "large"
},
{
"x": 11744,
"y": 5562,
"z": 138,
"type": "wide"
},
{
"x": 11744,
"y": 5576,
"z": 174,
"type": "wide"
},
{
"x": 11744,
"y": 5602,
"z": 209,
"type": "wide"
},
{
"x": 11744,
"y": 5670,
"z": 176,
"type": "wide"
},
{
"x": 11744,
"y": 5662,
"z": 138,
"type": "wide"
},
{
"x": 11744,
"y": 5770,
"z": 140,
"type": "wide"
},
{
"x": 11744,
"y": 5873,
"z": 70,
"type": "medium"
},
{
"x": 11744,
"y": 5911,
"z": 61,
"type": "medium"
},
{
"x": 11744,
"y": 5926,
"z": -3,
"type": "medium"
},
{
"x": 11744,
"y": 5969,
"z": 177,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": 66,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -3,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -127,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -244,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -363,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -488,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -613,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -730,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -868,
"type": "large"
},
{
"x": 11744,
"y": 5969,
"z": -992,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": 111,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": 0,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -119,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -237,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -354,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -465,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -582,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -699,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -818,
"type": "large"
},
{
"x": 11744,
"y": 6006,
"z": -929,
"type": "large"
},
{
"x": 11744,
"y": 4206,
"z": 822,
"type": "small"
},
{
"x": 11744,
"y": 4181,
"z": 806,
"type": "small"
},
{
"x": 11744,
"y": 4173,
"z": 773,
"type": "small"
},
{
"x": 11744,
"y": 4187,
"z": 743,
"type": "small"
},
{
"x": 11744,
"y": 4222,
"z": 744,
"type": "small"
},
{
"x": 11744,
"y": 4245,
"z": 766,
"type": "small"
},
{
"x": 11744,
"y": 4250,
"z": 797,
"type": "small"
},
{
"x": 11744,
"y": 4239,
"z": 819,
"type": "small"
},
{
"x": 11744,
"y": 5904,
"z": 225,
"type": "wide"
},
{
"x": 11744,
"y": 5797,
"z": 242,
"type": "wide"
},
{
"x": 11744,
"y": 5594,
"z": 354,
"type": "wide"
},
{
"x": 11744,
"y": 5701,
"z": 340,
"type": "wide"
},
{
"x": 11744,
"y": 5802,
"z": 340,
"type": "wide"
},
{
"x": 11744,
"y": 5900,
"z": 340,
"type": "wide"
},
{
"x": 11744,
"y": 6002,
"z": 340,
"type": "wide"
},
{
"x": 11744,
"y": 6079,
"z": 148,
"type": "large"
},
{
"x": 11744,
"y": 6092,
"z": 247,
"type": "large"
},
{
"x": 11744,
"y": 6065,
"z": 322,
"type": "large"
},
{
"x": 11744,
"y": 6111,
"z": 65,
"type": "large"
},
{
"x": 11744,
"y": 6173,
"z": 84,
"type": "wide"
},
{
"x": 11744,
"y": 6276,
"z": 88,
"type": "wide"
},
{
"x": 11744,
"y": 6343,
"z": 60,
"type": "large"
},
{
"x": 11744,
"y": 6349,
"z": 157,
"type": "large"
},
{
"x": 11744,
"y": 6400,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 6500,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 6597,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 6700,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 6807,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 6914,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 7010,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 7109,
"z": 222,
"type": "wide"
},
{
"x": 11744,
"y": 7109,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 7007,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 6908,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 6810,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 6711,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 6612,
"z": 120,
"type": "wide"
},
{
"x": 11744,
"y": 6550,
"z": 93,
"type": "medium"
},
{
"x": 11744,
"y": 6524,
"z": 38,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -94,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -226,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -350,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -481,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -605,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -752,
"type": "large"
},
{
"x": 11744,
"y": 6524,
"z": -890,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -817,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -674,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -537,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -415,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -281,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -154,
"type": "large"
},
{
"x": 11744,
"y": 6552,
"z": -17,
"type": "large"
}
],
"keys": [
{
"x": 11744,
"y": 4109,
"z": 62,
"color": "blue"
},
{
"x": 11744,
"y": 4695,
"z": 683,
"color": "blue"
},
{
"x": 11744,
"y": 3633,
"z": 50,
"color": "white"
},
{
"x": 11744,
"y": 4215,
"z": 782,
"color": "red"
}
],
"doors": [
{
"x": 11744,
"y": 4110,
"z": 348,
"color": "blue"
},
{
"x": 11744,
"y": 4232,
"z": 352,
"color": "red"
},
{
"x": 11744,
"y": 4637,
"z": 791,
"color": "blue"
},
{
"x": 11744,
"y": 5770,
"z": 290,
"color": "white"
},
{
"x": 11744,
"y": 5782,
"z": 189,
"color": "white"
},
{
"x": 11744,
"y": 5841,
"z": 110,
"color": "white"
},
{
"x": 11744,
"y": 5968,
"z": 285,
"color": "white"
},
{
"x": 11744,
"y": 6047,
"z": 143,
"color": "white"
}
],
"transitions": [
{
"position": {
"x": 10179.573692303815,
"y": 2528,
"z": 389.7262109550244
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {"stage": "Save 1","axis": 0,"position": 867,"z": 270,"momx":2,"momy":0}
}
],
"spawn": {
"axis": 0,
"position": 6102,
"z": 58
}
};
LevelDatabase["Save 1"] = {
"tint": {
"rgb": 12272810,
"a": 0.6,
"effect": "MULTIPLY"
},
"music": "ocean",
"save": true,
"background": {
"image": "save",
"width": 3072
},
"axes": [
{
"x": 1000,
"y": 1000,
"radius": -512,
"angle": 0,
"length": 360,
"left": [
0
],
"right": [
0
]
}
],
"rocks": [
{
"x": 1134,
"y": 1494,
"z": -1054,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -875,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -696,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -517,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -322,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -141,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": 17,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": 189,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": 96,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -69,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -231,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -405,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -600,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -793,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -959,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": 202,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": 21,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -123,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -304,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -478,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -644,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -823,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -975,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -1159,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -1072,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -905,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -725,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -551,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -382,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -209,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -51,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": 113,
"type": "large"
},
{
"x": 1059,
"y": 1509,
"z": 238,
"type": "wide"
},
{
"x": 1502,
"y": 1102,
"z": 238,
"type": "wide"
},
{
"x": 1512,
"y": 994,
"z": 238,
"type": "wide"
},
{
"x": 1501,
"y": 895,
"z": 238,
"type": "wide"
},
{
"x": 1470,
"y": 797,
"z": 238,
"type": "wide"
},
{
"x": 951,
"y": 1510,
"z": 238,
"type": "wide"
},
{
"x": 849,
"y": 1489,
"z": 238,
"type": "wide"
},
{
"x": 751,
"y": 1448,
"z": 238,
"type": "wide"
},
{
"x": 747,
"y": 1445,
"z": 308,
"type": "wide"
},
{
"x": 840,
"y": 1486,
"z": 308,
"type": "wide"
},
{
"x": 943,
"y": 1509,
"z": 308,
"type": "wide"
},
{
"x": 1047,
"y": 1510,
"z": 308,
"type": "wide"
},
{
"x": 1141,
"y": 1492,
"z": 308,
"type": "wide"
},
{
"x": 1234,
"y": 1455,
"z": 308,
"type": "wide"
},
{
"x": 1316,
"y": 1403,
"z": 308,
"type": "wide"
},
{
"x": 1386,
"y": 1337,
"z": 308,
"type": "wide"
},
{
"x": 1443,
"y": 1257,
"z": 308,
"type": "wide"
},
{
"x": 1482,
"y": 1172,
"z": 308,
"type": "wide"
},
{
"x": 1508,
"y": 1068,
"z": 308,
"type": "wide"
},
{
"x": 1511,
"y": 966,
"z": 308,
"type": "wide"
},
{
"x": 1495,
"y": 870,
"z": 308,
"type": "wide"
},
{
"x": 1454,
"y": 763,
"z": 308,
"type": "wide"
},
{
"x": 1341,
"y": 1382,
"z": 257,
"type": "medium"
},
{
"x": 1365,
"y": 1359,
"z": 259,
"type": "medium"
},
{
"x": 1358,
"y": 1366,
"z": 195,
"type": "medium"
},
{
"x": 1357,
"y": 1367,
"z": 130,
"type": "medium"
},
{
"x": 1357,
"y": 1367,
"z": 61,
"type": "medium"
}
],
"keys": [],
"doors": [],
"transitions": [
{
"position": {
"x": 1007.3774970870343,
"y": 1511.9468454212124,
"z": 270
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Intro",
"axis": 2,
"position": 503,
"z": 390,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 1509.8455531874472,
"y": 1046.9202716849118,
"z": 270
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 1","axis": 0,"position": 3377,"z": 454,"momx": 2,"momy": 0
}
}
],
"spawn": {
"axis": 0,
"position": 1536,
"z": 270
}
};
// OFFSET: -2 green keys (reuse 1 red key to get the white key)
LevelDatabase["Ocean 1"] = {
"background": {
"image": "mountains",
"width": 3072
},
music:"new-ocean",
"axes": [
{
"x": 2000,
"y": 0,
"radius": 0,
"angle": 90,
"length": 4096,
"left": [
0
],
"right": [
1
]
},
{
"x": 2384,
"y": 4096,
"radius": -384,
"angle": 0,
"length": 90,
"left": [
0
],
"right": [
2
]
},
{
"x": 2384,
"y": 4480,
"radius": 0,
"angle": 0,
"length": 2096,
"left": [
1
],
"right": [
3,
64,
4,
226,
5
]
},
{
"x": 4480,
"y": 3968,
"radius": -512,
"angle": 270,
"length": 4096,
"left": [
2
],
"right": [
2
]
},
{
"x": 4480,
"y": 4480,
"radius": 0,
"angle": 0,
"length": 4096,
"left": [
2
],
"right": [
2
]
},
{
"x": 4480,
"y": 4992,
"radius": 512,
"angle": 270,
"length": 4096,
"left": [
2
],
"right": [
2
]
}
],
"rocks": [
{
"x": 4909,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4877,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4846,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4815,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4784,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4753,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4722,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4690,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4659,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4566,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4535,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4503,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4472,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4441,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4410,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4379,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4348,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4316,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4347,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4378,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4409,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4441,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4472,
"y": 4480,
"z": 24,
"type": "small"
},
{
"x": 4503,
"y": 4479,
"z": 24,
"type": "small"
},
{
"x": 4534,
"y": 4477,
"z": 24,
"type": "small"
},
{
"x": 4565,
"y": 4473,
"z": 24,
"type": "small"
},
{
"x": 4632,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4598,
"y": 4480,
"z": 66,
"type": "medium"
},
{
"x": 4599,
"y": 4466,
"z": 48,
"type": "medium"
},
{
"x": 4659,
"y": 4448,
"z": 109,
"type": "medium"
},
{
"x": 4724,
"y": 4418,
"z": 172,
"type": "medium"
},
{
"x": 4750,
"y": 4403,
"z": 182,
"type": "medium"
},
{
"x": 4775,
"y": 4387,
"z": 192,
"type": "medium"
},
{
"x": 4798,
"y": 4369,
"z": 202,
"type": "medium"
},
{
"x": 4821,
"y": 4350,
"z": 212,
"type": "medium"
},
{
"x": 4842,
"y": 4330,
"z": 222,
"type": "medium"
},
{
"x": 4862,
"y": 4308,
"z": 232,
"type": "medium"
},
{
"x": 4881,
"y": 4286,
"z": 242,
"type": "medium"
},
{
"x": 4899,
"y": 4262,
"z": 252,
"type": "medium"
},
{
"x": 4915,
"y": 4237,
"z": 262,
"type": "medium"
},
{
"x": 4930,
"y": 4212,
"z": 272,
"type": "medium"
},
{
"x": 4702,
"y": 4429,
"z": 156,
"type": "medium"
},
{
"x": 4680,
"y": 4439,
"z": 145,
"type": "medium"
},
{
"x": 4935,
"y": 4203,
"z": 360,
"type": "large"
},
{
"x": 4935,
"y": 4203,
"z": 474,
"type": "large"
},
{
"x": 4935,
"y": 4203,
"z": 582,
"type": "large"
},
{
"x": 4935,
"y": 4203,
"z": 700,
"type": "large"
},
{
"x": 4972,
"y": 4110,
"z": 360,
"type": "large"
},
{
"x": 4972,
"y": 4110,
"z": 484,
"type": "large"
},
{
"x": 4972,
"y": 4110,
"z": 599,
"type": "large"
},
{
"x": 4972,
"y": 4110,
"z": 715,
"type": "large"
},
{
"x": 4972,
"y": 4110,
"z": 252,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": 184,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": 59,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -73,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -211,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -363,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -508,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -654,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -786,
"type": "large"
},
{
"x": 4978,
"y": 4086,
"z": -938,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -856,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -703,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -584,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -432,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -291,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": -125,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": 3,
"type": "large"
},
{
"x": 4984,
"y": 4058,
"z": 129,
"type": "large"
},
{
"x": 4432,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4464,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4495,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4526,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4557,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4588,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4651,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4682,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4713,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4744,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4775,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4806,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4838,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4869,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4900,
"y": 4480,
"z": 203,
"type": "medium"
},
{
"x": 4623,
"y": 4480,
"z": 201,
"type": "medium"
},
{
"x": 4583,
"y": 4491,
"z": 204,
"type": "medium"
},
{
"x": 4606,
"y": 4496,
"z": 204,
"type": "medium"
},
{
"x": 4636,
"y": 4504,
"z": 204,
"type": "medium"
},
{
"x": 4665,
"y": 4515,
"z": 204,
"type": "medium"
},
{
"x": 4694,
"y": 4527,
"z": 204,
"type": "medium"
},
{
"x": 4722,
"y": 4541,
"z": 204,
"type": "medium"
},
{
"x": 4749,
"y": 4556,
"z": 204,
"type": "medium"
},
{
"x": 4775,
"y": 4573,
"z": 204,
"type": "medium"
},
{
"x": 4800,
"y": 4592,
"z": 204,
"type": "medium"
},
{
"x": 4824,
"y": 4612,
"z": 204,
"type": "medium"
},
{
"x": 4846,
"y": 4634,
"z": 204,
"type": "medium"
},
{
"x": 4867,
"y": 4657,
"z": 204,
"type": "medium"
},
{
"x": 4887,
"y": 4681,
"z": 204,
"type": "medium"
},
{
"x": 4905,
"y": 4706,
"z": 204,
"type": "medium"
},
{
"x": 4921,
"y": 4733,
"z": 204,
"type": "medium"
},
{
"x": 4936,
"y": 4760,
"z": 204,
"type": "medium"
},
{
"x": 4950,
"y": 4788,
"z": 204,
"type": "medium"
},
{
"x": 4961,
"y": 4817,
"z": 204,
"type": "medium"
},
{
"x": 4971,
"y": 4847,
"z": 204,
"type": "medium"
},
{
"x": 4858,
"y": 4647,
"z": 332,
"type": "medium"
},
{
"x": 4837,
"y": 4625,
"z": 339,
"type": "medium"
},
{
"x": 4815,
"y": 4605,
"z": 345,
"type": "medium"
},
{
"x": 4791,
"y": 4585,
"z": 352,
"type": "medium"
},
{
"x": 4766,
"y": 4568,
"z": 358,
"type": "medium"
},
{
"x": 4741,
"y": 4551,
"z": 365,
"type": "medium"
},
{
"x": 4714,
"y": 4537,
"z": 371,
"type": "medium"
},
{
"x": 4686,
"y": 4523,
"z": 377,
"type": "medium"
},
{
"x": 4658,
"y": 4512,
"z": 384,
"type": "medium"
},
{
"x": 4629,
"y": 4502,
"z": 390,
"type": "medium"
},
{
"x": 4895,
"y": 4693,
"z": 335,
"type": "medium"
},
{
"x": 4913,
"y": 4718,
"z": 335,
"type": "medium"
},
{
"x": 4929,
"y": 4745,
"z": 335,
"type": "medium"
},
{
"x": 4943,
"y": 4773,
"z": 335,
"type": "medium"
},
{
"x": 4955,
"y": 4802,
"z": 335,
"type": "medium"
},
{
"x": 4966,
"y": 4831,
"z": 335,
"type": "medium"
},
{
"x": 4975,
"y": 4861,
"z": 335,
"type": "medium"
},
{
"x": 4877,
"y": 4669,
"z": 335,
"type": "medium"
},
{
"x": 4603,
"y": 4495,
"z": 400,
"type": "medium"
},
{
"x": 4521,
"y": 4482,
"z": 400,
"type": "medium"
},
{
"x": 4490,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4459,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4428,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4397,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4366,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4334,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4303,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4272,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4241,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4210,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4179,
"y": 4480,
"z": 400,
"type": "medium"
},
{
"x": 4573,
"y": 4489,
"z": 400,
"type": "medium"
},
{
"x": 4547,
"y": 4484,
"z": 400,
"type": "medium"
},
{
"x": 4291,
"y": 4480,
"z": 49,
"type": "small"
},
{
"x": 4261,
"y": 4480,
"z": 82,
"type": "small"
},
{
"x": 4221,
"y": 4480,
"z": 114,
"type": "small"
},
{
"x": 4052,
"y": 4480,
"z": 112,
"type": "small"
},
{
"x": 4078,
"y": 4480,
"z": 81,
"type": "small"
},
{
"x": 4105,
"y": 4480,
"z": 45,
"type": "small"
},
{
"x": 4138,
"y": 4480,
"z": 5,
"type": "small"
},
{
"x": 4139,
"y": 4480,
"z": -61,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -178,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -309,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -421,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -538,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -649,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -768,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -879,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -983,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -1079,
"type": "large"
},
{
"x": 4139,
"y": 4480,
"z": -1183,
"type": "large"
},
{
"x": 3984,
"y": 4480,
"z": 107,
"type": "wide"
},
{
"x": 3832,
"y": 4480,
"z": 107,
"type": "wide"
},
{
"x": 3680,
"y": 4480,
"z": 107,
"type": "wide"
},
{
"x": 3521,
"y": 4480,
"z": 107,
"type": "wide"
},
{
"x": 3349,
"y": 4480,
"z": 107,
"type": "wide"
},
{
"x": 3438,
"y": 4480,
"z": 76,
"type": "wide"
},
{
"x": 3609,
"y": 4480,
"z": 74,
"type": "wide"
},
{
"x": 3757,
"y": 4480,
"z": 74,
"type": "wide"
},
{
"x": 3920,
"y": 4480,
"z": 74,
"type": "wide"
},
{
"x": 4966,
"y": 4480,
"z": 182,
"type": "wide"
},
{
"x": 5060,
"y": 4480,
"z": 182,
"type": "wide"
},
{
"x": 5157,
"y": 4480,
"z": 182,
"type": "wide"
},
{
"x": 5258,
"y": 4480,
"z": 182,
"type": "wide"
},
{
"x": 5355,
"y": 4480,
"z": 182,
"type": "wide"
},
{
"x": 4977,
"y": 4480,
"z": 84,
"type": "wide"
},
{
"x": 5083,
"y": 4480,
"z": 84,
"type": "wide"
},
{
"x": 5187,
"y": 4480,
"z": 84,
"type": "wide"
},
{
"x": 5289,
"y": 4480,
"z": 84,
"type": "wide"
},
{
"x": 5393,
"y": 4480,
"z": 84,
"type": "wide"
},
{
"x": 4118,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3959,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3815,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3655,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3516,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3349,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3198,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 3039,
"y": 4480,
"z": 372,
"type": "wide"
},
{
"x": 4028,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3888,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3752,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3580,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3432,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3279,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3110,
"y": 4480,
"z": 397,
"type": "wide"
},
{
"x": 3448,
"y": 4480,
"z": 202,
"type": "wide"
},
{
"x": 3558,
"y": 4480,
"z": 202,
"type": "wide"
},
{
"x": 3656,
"y": 4480,
"z": 202,
"type": "wide"
},
{
"x": 3649,
"y": 4480,
"z": 285,
"type": "wide"
},
{
"x": 3543,
"y": 4480,
"z": 285,
"type": "wide"
},
{
"x": 3445,
"y": 4480,
"z": 285,
"type": "wide"
},
{
"x": 3194,
"y": 4480,
"z": 106,
"type": "wide"
},
{
"x": 3097,
"y": 4480,
"z": 106,
"type": "wide"
},
{
"x": 2888,
"y": 4480,
"z": 133,
"type": "large"
},
{
"x": 2954,
"y": 4480,
"z": 112,
"type": "wide"
},
{
"x": 3032,
"y": 4480,
"z": 80,
"type": "wide"
},
{
"x": 2886,
"y": 4480,
"z": 49,
"type": "medium"
},
{
"x": 2886,
"y": 4480,
"z": -46,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -163,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -302,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -461,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -613,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -758,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -902,
"type": "large"
},
{
"x": 2886,
"y": 4480,
"z": -1042,
"type": "large"
},
{
"x": 2861,
"y": 4480,
"z": -981,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -819,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -681,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -529,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -379,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -249,
"type": "large"
},
{
"x": 2853,
"y": 4480,
"z": -106,
"type": "large"
},
{
"x": 2882,
"y": 4480,
"z": 304,
"type": "large"
},
{
"x": 2913,
"y": 4480,
"z": 369,
"type": "medium"
},
{
"x": 2936,
"y": 4480,
"z": 380,
"type": "medium"
},
{
"x": 2966,
"y": 4480,
"z": 384,
"type": "medium"
},
{
"x": 2834,
"y": 4480,
"z": 369,
"type": "wide"
},
{
"x": 2585,
"y": 4480,
"z": 43,
"type": "large"
},
{
"x": 2585,
"y": 4480,
"z": -49,
"type": "large"
},
{
"x": 2585,
"y": 4480,
"z": -163,
"type": "large"
},
{
"x": 2585,
"y": 4480,
"z": -287,
"type": "large"
},
{
"x": 2775,
"y": 4480,
"z": 333,
"type": "wide"
},
{
"x": 2716,
"y": 4480,
"z": 306,
"type": "wide"
},
{
"x": 2676,
"y": 4480,
"z": 277,
"type": "wide"
},
{
"x": 2622,
"y": 4480,
"z": 246,
"type": "wide"
},
{
"x": 2574,
"y": 4480,
"z": 210,
"type": "wide"
},
{
"x": 2513,
"y": 4480,
"z": 180,
"type": "wide"
},
{
"x": 2451,
"y": 4480,
"z": 147,
"type": "wide"
},
{
"x": 2400,
"y": 4480,
"z": 78,
"type": "large"
},
{
"x": 2328,
"y": 4476,
"z": 37,
"type": "small"
},
{
"x": 2305,
"y": 4472,
"z": 37,
"type": "small"
},
{
"x": 2275,
"y": 4464,
"z": 37,
"type": "small"
},
{
"x": 2245,
"y": 4454,
"z": 37,
"type": "small"
},
{
"x": 2217,
"y": 4442,
"z": 37,
"type": "small"
},
{
"x": 2189,
"y": 4427,
"z": 37,
"type": "small"
},
{
"x": 2163,
"y": 4410,
"z": 37,
"type": "small"
},
{
"x": 2138,
"y": 4391,
"z": 37,
"type": "small"
},
{
"x": 2115,
"y": 4370,
"z": 37,
"type": "small"
},
{
"x": 2094,
"y": 4348,
"z": 37,
"type": "small"
},
{
"x": 2074,
"y": 4323,
"z": 37,
"type": "small"
},
{
"x": 2057,
"y": 4297,
"z": 37,
"type": "small"
},
{
"x": 2042,
"y": 4270,
"z": 37,
"type": "small"
},
{
"x": 2029,
"y": 4242,
"z": 37,
"type": "small"
},
{
"x": 2018,
"y": 4213,
"z": 37,
"type": "small"
},
{
"x": 2010,
"y": 4183,
"z": 37,
"type": "small"
},
{
"x": 2004,
"y": 4152,
"z": 37,
"type": "small"
},
{
"x": 2001,
"y": 4121,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 4090,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 4059,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 4027,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 3996,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 3965,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 3934,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 3903,
"z": 37,
"type": "small"
},
{
"x": 2348,
"y": 4478,
"z": 36,
"type": "small"
},
{
"x": 2373,
"y": 4480,
"z": 37,
"type": "small"
},
{
"x": 2000,
"y": 3875,
"z": 58,
"type": "medium"
},
{
"x": 2000,
"y": 3842,
"z": 88,
"type": "medium"
},
{
"x": 2000,
"y": 3813,
"z": 109,
"type": "medium"
},
{
"x": 2000,
"y": 3784,
"z": 138,
"type": "medium"
},
{
"x": 2000,
"y": 3756,
"z": 175,
"type": "medium"
},
{
"x": 4402,
"y": 4480,
"z": 222,
"type": "medium"
},
{
"x": 4374,
"y": 4480,
"z": 242,
"type": "medium"
},
{
"x": 4341,
"y": 4480,
"z": 252,
"type": "medium"
},
{
"x": 4310,
"y": 4480,
"z": 258,
"type": "medium"
},
{
"x": 4278,
"y": 4480,
"z": 258,
"type": "medium"
},
{
"x": 2000,
"y": 3488,
"z": 350,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": 191,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": 47,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -106,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -252,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -411,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -529,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -680,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -819,
"type": "large"
},
{
"x": 2000,
"y": 3488,
"z": -958,
"type": "large"
},
{
"x": 2000,
"y": 3461,
"z": -890,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -751,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -596,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -472,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -324,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -179,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": -27,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": 123,
"type": "large"
},
{
"x": 2000,
"y": 3454,
"z": 281,
"type": "large"
},
{
"x": 2000,
"y": 3761,
"z": 293,
"type": "wide"
},
{
"x": 2000,
"y": 3652,
"z": 296,
"type": "wide"
},
{
"x": 2000,
"y": 3551,
"z": 296,
"type": "wide"
},
{
"x": 2374,
"y": 4480,
"z": 153,
"type": "medium"
},
{
"x": 2337,
"y": 4477,
"z": 168,
"type": "medium"
},
{
"x": 2302,
"y": 4471,
"z": 180,
"type": "medium"
},
{
"x": 2272,
"y": 4463,
"z": 199,
"type": "medium"
},
{
"x": 2241,
"y": 4452,
"z": 229,
"type": "medium"
},
{
"x": 2206,
"y": 4436,
"z": 266,
"type": "medium"
},
{
"x": 2182,
"y": 4423,
"z": 293,
"type": "medium"
},
{
"x": 2154,
"y": 4404,
"z": 317,
"type": "medium"
},
{
"x": 2134,
"y": 4387,
"z": 320,
"type": "medium"
},
{
"x": 2110,
"y": 4365,
"z": 325,
"type": "medium"
},
{
"x": 2093,
"y": 4346,
"z": 358,
"type": "medium"
},
{
"x": 2071,
"y": 4318,
"z": 359,
"type": "medium"
},
{
"x": 2049,
"y": 4285,
"z": 364,
"type": "medium"
},
{
"x": 2036,
"y": 4257,
"z": 376,
"type": "medium"
},
{
"x": 2024,
"y": 4230,
"z": 386,
"type": "medium"
},
{
"x": 2015,
"y": 4202,
"z": 395,
"type": "medium"
},
{
"x": 2008,
"y": 4173,
"z": 404,
"type": "medium"
},
{
"x": 2003,
"y": 4144,
"z": 414,
"type": "medium"
},
{
"x": 2000,
"y": 4114,
"z": 423,
"type": "medium"
},
{
"x": 2000,
"y": 4084,
"z": 433,
"type": "medium"
},
{
"x": 2000,
"y": 4055,
"z": 442,
"type": "medium"
},
{
"x": 2000,
"y": 4025,
"z": 451,
"type": "medium"
},
{
"x": 2000,
"y": 3995,
"z": 461,
"type": "medium"
},
{
"x": 2000,
"y": 3965,
"z": 470,
"type": "medium"
},
{
"x": 2000,
"y": 3936,
"z": 479,
"type": "medium"
},
{
"x": 2000,
"y": 3906,
"z": 489,
"type": "medium"
},
{
"x": 2000,
"y": 4042,
"z": 156,
"type": "small"
},
{
"x": 2000,
"y": 4006,
"z": 183,
"type": "small"
},
{
"x": 2000,
"y": 4008,
"z": 213,
"type": "small"
},
{
"x": 2000,
"y": 4023,
"z": 242,
"type": "small"
},
{
"x": 2000,
"y": 4055,
"z": 231,
"type": "small"
},
{
"x": 2000,
"y": 4075,
"z": 201,
"type": "small"
},
{
"x": 2000,
"y": 4075,
"z": 174,
"type": "small"
},
{
"x": 2000,
"y": 3842,
"z": 475,
"type": "wide"
},
{
"x": 2000,
"y": 3810,
"z": 501,
"type": "wide"
},
{
"x": 2000,
"y": 3851,
"z": 533,
"type": "wide"
},
{
"x": 2000,
"y": 3724,
"z": 470,
"type": "wide"
},
{
"x": 2000,
"y": 3674,
"z": 495,
"type": "wide"
},
{
"x": 2000,
"y": 3544,
"z": 499,
"type": "wide"
},
{
"x": 2000,
"y": 3420,
"z": 499,
"type": "wide"
},
{
"x": 2000,
"y": 3302,
"z": 499,
"type": "wide"
},
{
"x": 2000,
"y": 3200,
"z": 499,
"type": "wide"
},
{
"x": 2000,
"y": 3094,
"z": 499,
"type": "wide"
},
{
"x": 2000,
"y": 3608,
"z": 523,
"type": "wide"
},
{
"x": 2000,
"y": 3490,
"z": 527,
"type": "wide"
},
{
"x": 2000,
"y": 3359,
"z": 529,
"type": "wide"
},
{
"x": 2000,
"y": 3424,
"z": 406,
"type": "wide"
},
{
"x": 2000,
"y": 3324,
"z": 406,
"type": "wide"
},
{
"x": 2000,
"y": 3227,
"z": 406,
"type": "wide"
},
{
"x": 2000,
"y": 3118,
"z": 406,
"type": "wide"
},
{
"x": 4630,
"y": 4457,
"z": 78,
"type": "small"
}
],
"keys": [
{
"x": 3544,
"y": 4480,
"z": 247,
"color": "yellow"
},
{
"x": 3343,
"y": 4480,
"z": 59,
"color": "red"
},
{
"x": 4026,
"y": 4480,
"z": 44,
"color": "white"
},
{
"x": 2720,
"y": 4480,
"z": -89,
"color": "blue"
},
{
"x": 2317,
"y": 4474,
"z": 87,
"color": "red"
},
{
"x": 2000,
"y": 4039,
"z": 201,
"color": "blue"
}
],
"doors": [
{
"x": 4670,
"y": 4480,
"z": 133,
"color": "green"
},
{
"x": 4710,
"y": 4480,
"z": 133,
"color": "green"
},
{
"x": 3269,
"y": 4480,
"z": 88,
"color": "red"
},
{
"x": 2890,
"y": 4480,
"z": 214,
"color": "blue"
},
{
"x": 2000,
"y": 3753,
"z": 245,
"color": "blue"
},
{
"x": 2000,
"y": 4042,
"z": 95,
"color": "red"
}
],
"transitions": [
{
"position": {
"x": 4955.568246498728,
"y": 4157.6808976205175,
"z": 364.89381882991455
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 2",
"axis": 0,
"position": 1269,
"z": 2885,
"momx": 0,
"momy": 2
}
},
{
"position": {
"x": 4889.577180233501,
"y": 4684.769575998773,
"z": 269.07646713885066
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 3",
"axis": 3,
"position": 420,
"z": 523,
"momx": 2,
"momy": 0
}
},
{
"position": {
"x": 4979.535714024838,
"y": 4480,
"z": 131.22646546755536
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 4",
"axis": 0,
"position": 2512,
"z": 439,
"momx": 2,
"momy": 0
}
},
{
"position": {
"x": 2000,
"y": 3318.2858399993706,
"z": 454.405616194036
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Save 1",
"axis": 0,
"position": 1501,
"z": 270,
"momx": -2,
"momy": 0
}
}
],
"spawn": {
"axis": 3,
"position": 153,
"z": 116
}
};
// OFFSET: +1 green key (be aware of 1 red + 1 blue used)
LevelDatabase["Ocean 2"] = {tint: {rgb: 0x442244, a: 0.4, effect: "NORMAL"},
"background": {
"image": "mountains",
"width": 3072
},
"axes": [
{
"x": 4000,
"y": 4000,
"radius": -320,
"angle": 0,
"length": 360,
"left": [
0
],
"right": [
0
]
}
],
"rocks": [
{
"x": 4314,
"y": 4062,
"z": 4724,
"type": "large"
},
{
"x": 4318,
"y": 4039,
"z": 4724,
"type": "large"
},
{
"x": 4320,
"y": 4008,
"z": 4724,
"type": "large"
},
{
"x": 4319,
"y": 3977,
"z": 4724,
"type": "large"
},
{
"x": 4315,
"y": 3946,
"z": 4724,
"type": "large"
},
{
"x": 4309,
"y": 3916,
"z": 4724,
"type": "large"
},
{
"x": 4299,
"y": 3886,
"z": 4724,
"type": "large"
},
{
"x": 4287,
"y": 3858,
"z": 4724,
"type": "large"
},
{
"x": 4271,
"y": 3830,
"z": 4724,
"type": "large"
},
{
"x": 4254,
"y": 3805,
"z": 4724,
"type": "large"
},
{
"x": 4233,
"y": 3781,
"z": 4724,
"type": "large"
},
{
"x": 4211,
"y": 3759,
"z": 4724,
"type": "large"
},
{
"x": 4187,
"y": 3740,
"z": 4724,
"type": "large"
},
{
"x": 4160,
"y": 3723,
"z": 4724,
"type": "large"
},
{
"x": 4133,
"y": 3709,
"z": 4724,
"type": "large"
},
{
"x": 4104,
"y": 3697,
"z": 4724,
"type": "large"
},
{
"x": 4074,
"y": 3689,
"z": 4724,
"type": "large"
},
{
"x": 4043,
"y": 3683,
"z": 4724,
"type": "large"
},
{
"x": 4012,
"y": 3680,
"z": 4724,
"type": "large"
},
{
"x": 3981,
"y": 3681,
"z": 4724,
"type": "large"
},
{
"x": 3950,
"y": 3684,
"z": 4724,
"type": "large"
},
{
"x": 3920,
"y": 3690,
"z": 4724,
"type": "large"
},
{
"x": 3890,
"y": 3700,
"z": 4724,
"type": "large"
},
{
"x": 3861,
"y": 3712,
"z": 4724,
"type": "large"
},
{
"x": 3834,
"y": 3727,
"z": 4724,
"type": "large"
},
{
"x": 3808,
"y": 3744,
"z": 4724,
"type": "large"
},
{
"x": 3784,
"y": 3764,
"z": 4724,
"type": "large"
},
{
"x": 3762,
"y": 3786,
"z": 4724,
"type": "large"
},
{
"x": 3742,
"y": 3810,
"z": 4724,
"type": "large"
},
{
"x": 3725,
"y": 3836,
"z": 4724,
"type": "large"
},
{
"x": 3711,
"y": 3864,
"z": 4724,
"type": "large"
},
{
"x": 3699,
"y": 3892,
"z": 4724,
"type": "large"
},
{
"x": 3690,
"y": 3922,
"z": 4724,
"type": "large"
},
{
"x": 3684,
"y": 3953,
"z": 4724,
"type": "large"
},
{
"x": 3680,
"y": 3984,
"z": 4724,
"type": "large"
},
{
"x": 3680,
"y": 4015,
"z": 4724,
"type": "large"
},
{
"x": 3683,
"y": 4046,
"z": 4724,
"type": "large"
},
{
"x": 3689,
"y": 4076,
"z": 4724,
"type": "large"
},
{
"x": 3698,
"y": 4106,
"z": 4724,
"type": "large"
},
{
"x": 3710,
"y": 4135,
"z": 4724,
"type": "large"
},
{
"x": 3724,
"y": 4163,
"z": 4724,
"type": "large"
},
{
"x": 3742,
"y": 4189,
"z": 4724,
"type": "large"
},
{
"x": 3761,
"y": 4213,
"z": 4724,
"type": "large"
},
{
"x": 3783,
"y": 4235,
"z": 4724,
"type": "large"
},
{
"x": 3807,
"y": 4255,
"z": 4724,
"type": "large"
},
{
"x": 3833,
"y": 4273,
"z": 4724,
"type": "large"
},
{
"x": 3860,
"y": 4288,
"z": 4724,
"type": "large"
},
{
"x": 3888,
"y": 4300,
"z": 4724,
"type": "large"
},
{
"x": 3918,
"y": 4309,
"z": 4724,
"type": "large"
},
{
"x": 3949,
"y": 4316,
"z": 4724,
"type": "large"
},
{
"x": 3980,
"y": 4319,
"z": 4724,
"type": "large"
},
{
"x": 4011,
"y": 4320,
"z": 4724,
"type": "large"
},
{
"x": 4042,
"y": 4317,
"z": 4724,
"type": "large"
},
{
"x": 4072,
"y": 4312,
"z": 4724,
"type": "large"
},
{
"x": 4102,
"y": 4303,
"z": 4724,
"type": "large"
},
{
"x": 4131,
"y": 4292,
"z": 4724,
"type": "large"
},
{
"x": 4159,
"y": 4278,
"z": 4724,
"type": "large"
},
{
"x": 4185,
"y": 4261,
"z": 4724,
"type": "large"
},
{
"x": 4210,
"y": 4242,
"z": 4724,
"type": "large"
},
{
"x": 4232,
"y": 4220,
"z": 4724,
"type": "large"
},
{
"x": 4253,
"y": 4196,
"z": 4724,
"type": "large"
},
{
"x": 4271,
"y": 4171,
"z": 4724,
"type": "large"
},
{
"x": 4286,
"y": 4144,
"z": 4724,
"type": "large"
},
{
"x": 4298,
"y": 4115,
"z": 4724,
"type": "large"
},
{
"x": 4308,
"y": 4086,
"z": 4724,
"type": "large"
},
{
"x": 3764,
"y": 4216,
"z": 4562,
"type": "large"
},
{
"x": 3744,
"y": 4192,
"z": 4562,
"type": "large"
},
{
"x": 3727,
"y": 4166,
"z": 4562,
"type": "large"
},
{
"x": 3712,
"y": 4139,
"z": 4562,
"type": "large"
},
{
"x": 3700,
"y": 4110,
"z": 4562,
"type": "large"
},
{
"x": 3690,
"y": 4080,
"z": 4562,
"type": "large"
},
{
"x": 3684,
"y": 4050,
"z": 4562,
"type": "large"
},
{
"x": 3681,
"y": 4019,
"z": 4562,
"type": "large"
},
{
"x": 3680,
"y": 3988,
"z": 4562,
"type": "large"
},
{
"x": 3683,
"y": 3957,
"z": 4562,
"type": "large"
},
{
"x": 3689,
"y": 3926,
"z": 4562,
"type": "large"
},
{
"x": 3697,
"y": 3896,
"z": 4562,
"type": "large"
},
{
"x": 3709,
"y": 3867,
"z": 4562,
"type": "large"
},
{
"x": 3723,
"y": 3840,
"z": 4562,
"type": "large"
},
{
"x": 3740,
"y": 3813,
"z": 4562,
"type": "large"
},
{
"x": 3759,
"y": 3789,
"z": 4562,
"type": "large"
},
{
"x": 3781,
"y": 3767,
"z": 4562,
"type": "large"
},
{
"x": 3805,
"y": 3746,
"z": 4562,
"type": "large"
},
{
"x": 3830,
"y": 3729,
"z": 4562,
"type": "large"
},
{
"x": 3858,
"y": 3713,
"z": 4562,
"type": "large"
},
{
"x": 3886,
"y": 3701,
"z": 4562,
"type": "large"
},
{
"x": 3916,
"y": 3691,
"z": 4562,
"type": "large"
},
{
"x": 3946,
"y": 3685,
"z": 4562,
"type": "large"
},
{
"x": 3977,
"y": 3681,
"z": 4562,
"type": "large"
},
{
"x": 4008,
"y": 3680,
"z": 4562,
"type": "large"
},
{
"x": 4039,
"y": 3682,
"z": 4562,
"type": "large"
},
{
"x": 4070,
"y": 3688,
"z": 4562,
"type": "large"
},
{
"x": 4100,
"y": 3696,
"z": 4562,
"type": "large"
},
{
"x": 4129,
"y": 3707,
"z": 4562,
"type": "large"
},
{
"x": 4157,
"y": 3721,
"z": 4562,
"type": "large"
},
{
"x": 4183,
"y": 3738,
"z": 4562,
"type": "large"
},
{
"x": 4208,
"y": 3757,
"z": 4562,
"type": "large"
},
{
"x": 4231,
"y": 3778,
"z": 4562,
"type": "large"
},
{
"x": 4251,
"y": 3802,
"z": 4562,
"type": "large"
},
{
"x": 4269,
"y": 3827,
"z": 4562,
"type": "large"
},
{
"x": 4285,
"y": 3854,
"z": 4562,
"type": "large"
},
{
"x": 4298,
"y": 3882,
"z": 4562,
"type": "large"
},
{
"x": 4308,
"y": 3912,
"z": 4562,
"type": "large"
},
{
"x": 4315,
"y": 3942,
"z": 4562,
"type": "large"
},
{
"x": 4319,
"y": 3973,
"z": 4562,
"type": "large"
},
{
"x": 4320,
"y": 4004,
"z": 4562,
"type": "large"
},
{
"x": 4318,
"y": 4035,
"z": 4562,
"type": "large"
},
{
"x": 4313,
"y": 4066,
"z": 4562,
"type": "large"
},
{
"x": 4305,
"y": 4096,
"z": 4562,
"type": "large"
},
{
"x": 4294,
"y": 4125,
"z": 4562,
"type": "large"
},
{
"x": 4281,
"y": 4153,
"z": 4562,
"type": "large"
},
{
"x": 4265,
"y": 4180,
"z": 4562,
"type": "large"
},
{
"x": 4246,
"y": 4205,
"z": 4562,
"type": "large"
},
{
"x": 4225,
"y": 4228,
"z": 4562,
"type": "large"
},
{
"x": 4202,
"y": 4248,
"z": 4562,
"type": "large"
},
{
"x": 4177,
"y": 4267,
"z": 4562,
"type": "large"
},
{
"x": 4150,
"y": 4283,
"z": 4562,
"type": "large"
},
{
"x": 4122,
"y": 4296,
"z": 4562,
"type": "large"
},
{
"x": 4092,
"y": 4306,
"z": 4562,
"type": "large"
},
{
"x": 4062,
"y": 4314,
"z": 4562,
"type": "large"
},
{
"x": 4031,
"y": 4318,
"z": 4562,
"type": "large"
},
{
"x": 4000,
"y": 4320,
"z": 4562,
"type": "large"
},
{
"x": 3969,
"y": 4318,
"z": 4562,
"type": "large"
},
{
"x": 3938,
"y": 4314,
"z": 4562,
"type": "large"
},
{
"x": 3908,
"y": 4306,
"z": 4562,
"type": "large"
},
{
"x": 3879,
"y": 4296,
"z": 4562,
"type": "large"
},
{
"x": 3850,
"y": 4283,
"z": 4562,
"type": "large"
},
{
"x": 3795,
"y": 4246,
"z": 4412,
"type": "medium"
},
{
"x": 3821,
"y": 4265,
"z": 4395,
"type": "medium"
},
{
"x": 3849,
"y": 4282,
"z": 4384,
"type": "medium"
},
{
"x": 3876,
"y": 4295,
"z": 4418,
"type": "medium"
},
{
"x": 3902,
"y": 4305,
"z": 4474,
"type": "medium"
},
{
"x": 3865,
"y": 4290,
"z": 4498,
"type": "small"
},
{
"x": 3731,
"y": 4173,
"z": 4414,
"type": "small"
},
{
"x": 3749,
"y": 4199,
"z": 4414,
"type": "small"
},
{
"x": 3770,
"y": 4222,
"z": 4414,
"type": "small"
},
{
"x": 4151,
"y": 3718,
"z": 4468,
"type": "medium"
},
{
"x": 4131,
"y": 3708,
"z": 4446,
"type": "medium"
},
{
"x": 4111,
"y": 3700,
"z": 4424,
"type": "medium"
},
{
"x": 4090,
"y": 3693,
"z": 4402,
"type": "medium"
},
{
"x": 4069,
"y": 3687,
"z": 4380,
"type": "medium"
},
{
"x": 4047,
"y": 3683,
"z": 4358,
"type": "medium"
},
{
"x": 4025,
"y": 3681,
"z": 4336,
"type": "medium"
},
{
"x": 4003,
"y": 3680,
"z": 4314,
"type": "medium"
},
{
"x": 3981,
"y": 3681,
"z": 4292,
"type": "medium"
},
{
"x": 3959,
"y": 3683,
"z": 4270,
"type": "medium"
},
{
"x": 3937,
"y": 3686,
"z": 4248,
"type": "medium"
},
{
"x": 4178,
"y": 3734,
"z": 4479,
"type": "medium"
},
{
"x": 3747,
"y": 3804,
"z": 4453,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 4328,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 4190,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 3726,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 3553,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 3387,
"type": "large"
},
{
"x": 3747,
"y": 3804,
"z": 3235,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 3317,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 3484,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 3644,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 4125,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 4251,
"type": "large"
},
{
"x": 3727,
"y": 3833,
"z": 4381,
"type": "large"
},
{
"x": 3945,
"y": 3685,
"z": 4107,
"type": "small"
},
{
"x": 3922,
"y": 3690,
"z": 4107,
"type": "small"
},
{
"x": 3892,
"y": 3699,
"z": 4107,
"type": "small"
},
{
"x": 3863,
"y": 3711,
"z": 4107,
"type": "small"
},
{
"x": 3836,
"y": 3725,
"z": 4107,
"type": "small"
},
{
"x": 3764,
"y": 3784,
"z": 4107,
"type": "small"
},
{
"x": 4054,
"y": 3685,
"z": 4073,
"type": "medium"
},
{
"x": 4076,
"y": 3689,
"z": 4066,
"type": "medium"
},
{
"x": 4104,
"y": 3698,
"z": 4056,
"type": "medium"
},
{
"x": 4132,
"y": 3708,
"z": 4047,
"type": "medium"
},
{
"x": 4158,
"y": 3722,
"z": 4037,
"type": "medium"
},
{
"x": 4183,
"y": 3738,
"z": 4027,
"type": "medium"
},
{
"x": 4207,
"y": 3756,
"z": 4017,
"type": "medium"
},
{
"x": 4228,
"y": 3776,
"z": 4008,
"type": "medium"
},
{
"x": 4248,
"y": 3798,
"z": 3998,
"type": "medium"
},
{
"x": 4266,
"y": 3822,
"z": 3988,
"type": "medium"
},
{
"x": 4281,
"y": 3847,
"z": 3978,
"type": "medium"
},
{
"x": 4294,
"y": 3874,
"z": 3969,
"type": "medium"
},
{
"x": 4304,
"y": 3901,
"z": 3959,
"type": "medium"
},
{
"x": 4312,
"y": 3930,
"z": 3949,
"type": "medium"
},
{
"x": 4317,
"y": 3959,
"z": 3939,
"type": "medium"
},
{
"x": 4026,
"y": 3681,
"z": 4088,
"type": "medium"
},
{
"x": 3995,
"y": 3680,
"z": 4110,
"type": "small"
},
{
"x": 3972,
"y": 3681,
"z": 4110,
"type": "small"
},
{
"x": 3748,
"y": 3802,
"z": 4096,
"type": "medium"
},
{
"x": 4318,
"y": 3961,
"z": 4026,
"type": "large"
},
{
"x": 4317,
"y": 3954,
"z": 4133,
"type": "large"
},
{
"x": 4319,
"y": 3979,
"z": 4231,
"type": "large"
},
{
"x": 4320,
"y": 4011,
"z": 4261,
"type": "large"
},
{
"x": 4317,
"y": 4045,
"z": 4288,
"type": "medium"
},
{
"x": 4312,
"y": 4069,
"z": 4282,
"type": "medium"
},
{
"x": 4308,
"y": 4085,
"z": 4282,
"type": "medium"
},
{
"x": 4298,
"y": 4116,
"z": 4282,
"type": "medium"
},
{
"x": 4285,
"y": 4145,
"z": 4282,
"type": "medium"
},
{
"x": 4269,
"y": 4173,
"z": 4282,
"type": "medium"
},
{
"x": 4250,
"y": 4200,
"z": 4282,
"type": "medium"
},
{
"x": 4224,
"y": 4229,
"z": 4257,
"type": "medium"
},
{
"x": 4208,
"y": 4243,
"z": 4246,
"type": "medium"
},
{
"x": 4187,
"y": 4260,
"z": 4231,
"type": "medium"
},
{
"x": 4164,
"y": 4275,
"z": 4216,
"type": "medium"
},
{
"x": 4140,
"y": 4288,
"z": 4201,
"type": "medium"
},
{
"x": 4115,
"y": 4299,
"z": 4186,
"type": "medium"
},
{
"x": 4089,
"y": 4307,
"z": 4171,
"type": "medium"
},
{
"x": 4063,
"y": 4314,
"z": 4156,
"type": "medium"
},
{
"x": 4036,
"y": 4318,
"z": 4141,
"type": "medium"
},
{
"x": 4009,
"y": 4320,
"z": 4125,
"type": "medium"
},
{
"x": 3981,
"y": 4319,
"z": 4110,
"type": "medium"
},
{
"x": 3954,
"y": 4317,
"z": 4095,
"type": "medium"
},
{
"x": 3927,
"y": 4312,
"z": 4080,
"type": "medium"
},
{
"x": 3901,
"y": 4304,
"z": 4065,
"type": "medium"
},
{
"x": 3715,
"y": 3855,
"z": 3762,
"type": "medium"
},
{
"x": 3702,
"y": 3883,
"z": 3767,
"type": "medium"
},
{
"x": 3692,
"y": 3912,
"z": 3773,
"type": "medium"
},
{
"x": 3685,
"y": 3942,
"z": 3778,
"type": "medium"
},
{
"x": 3681,
"y": 3972,
"z": 3784,
"type": "medium"
},
{
"x": 3680,
"y": 4003,
"z": 3790,
"type": "medium"
},
{
"x": 3682,
"y": 4033,
"z": 3795,
"type": "medium"
},
{
"x": 3686,
"y": 4063,
"z": 3801,
"type": "medium"
},
{
"x": 3694,
"y": 4093,
"z": 3806,
"type": "medium"
},
{
"x": 3704,
"y": 4122,
"z": 3812,
"type": "medium"
},
{
"x": 3717,
"y": 4150,
"z": 3818,
"type": "medium"
},
{
"x": 3733,
"y": 4176,
"z": 3823,
"type": "medium"
},
{
"x": 3751,
"y": 4201,
"z": 3829,
"type": "medium"
},
{
"x": 3771,
"y": 4224,
"z": 3834,
"type": "medium"
},
{
"x": 3794,
"y": 4245,
"z": 3840,
"type": "medium"
},
{
"x": 3820,
"y": 4265,
"z": 3846,
"type": "large"
},
{
"x": 3846,
"y": 4280,
"z": 3912,
"type": "large"
},
{
"x": 3873,
"y": 4294,
"z": 3963,
"type": "large"
},
{
"x": 3874,
"y": 4294,
"z": 4064,
"type": "large"
},
{
"x": 3725,
"y": 3836,
"z": 3744,
"type": "large"
},
{
"x": 3859,
"y": 4288,
"z": 3793,
"type": "large"
},
{
"x": 3886,
"y": 4299,
"z": 3781,
"type": "large"
},
{
"x": 3913,
"y": 4308,
"z": 3768,
"type": "large"
},
{
"x": 3941,
"y": 4314,
"z": 3756,
"type": "large"
},
{
"x": 3969,
"y": 4318,
"z": 3743,
"type": "large"
},
{
"x": 3997,
"y": 4320,
"z": 3731,
"type": "large"
},
{
"x": 4026,
"y": 4319,
"z": 3718,
"type": "large"
},
{
"x": 4054,
"y": 4315,
"z": 3706,
"type": "large"
},
{
"x": 4082,
"y": 4309,
"z": 3694,
"type": "large"
},
{
"x": 4109,
"y": 4301,
"z": 3681,
"type": "large"
},
{
"x": 4136,
"y": 4290,
"z": 3669,
"type": "large"
},
{
"x": 4161,
"y": 4276,
"z": 3656,
"type": "large"
},
{
"x": 4185,
"y": 4261,
"z": 3644,
"type": "large"
},
{
"x": 4208,
"y": 4243,
"z": 3631,
"type": "large"
},
{
"x": 4229,
"y": 4224,
"z": 3619,
"type": "large"
},
{
"x": 4248,
"y": 4203,
"z": 3607,
"type": "large"
},
{
"x": 4265,
"y": 4180,
"z": 3594,
"type": "large"
},
{
"x": 4280,
"y": 4155,
"z": 3582,
"type": "large"
},
{
"x": 4292,
"y": 4130,
"z": 3569,
"type": "large"
},
{
"x": 4303,
"y": 4103,
"z": 3557,
"type": "large"
},
{
"x": 4311,
"y": 4076,
"z": 3544,
"type": "large"
},
{
"x": 4316,
"y": 4048,
"z": 3532,
"type": "large"
},
{
"x": 4319,
"y": 4019,
"z": 3520,
"type": "large"
},
{
"x": 4320,
"y": 3991,
"z": 3507,
"type": "large"
},
{
"x": 4318,
"y": 3962,
"z": 3495,
"type": "large"
},
{
"x": 4313,
"y": 3934,
"z": 3482,
"type": "large"
},
{
"x": 4306,
"y": 3907,
"z": 3470,
"type": "large"
},
{
"x": 4297,
"y": 3880,
"z": 3457,
"type": "large"
},
{
"x": 4285,
"y": 3854,
"z": 3445,
"type": "large"
},
{
"x": 4270,
"y": 3829,
"z": 3433,
"type": "large"
},
{
"x": 4254,
"y": 3805,
"z": 3420,
"type": "large"
},
{
"x": 4236,
"y": 3784,
"z": 3408,
"type": "large"
},
{
"x": 4215,
"y": 3763,
"z": 3395,
"type": "large"
},
{
"x": 4194,
"y": 3745,
"z": 3383,
"type": "large"
},
{
"x": 4170,
"y": 3729,
"z": 3370,
"type": "large"
},
{
"x": 4145,
"y": 3715,
"z": 3358,
"type": "large"
},
{
"x": 3790,
"y": 3759,
"z": 3187,
"type": "medium"
},
{
"x": 3814,
"y": 3740,
"z": 3187,
"type": "medium"
},
{
"x": 3840,
"y": 3723,
"z": 3187,
"type": "medium"
},
{
"x": 3868,
"y": 3708,
"z": 3187,
"type": "medium"
},
{
"x": 3897,
"y": 3697,
"z": 3187,
"type": "medium"
},
{
"x": 3927,
"y": 3688,
"z": 3187,
"type": "medium"
},
{
"x": 3958,
"y": 3683,
"z": 3187,
"type": "medium"
},
{
"x": 3989,
"y": 3680,
"z": 3187,
"type": "medium"
},
{
"x": 4020,
"y": 3681,
"z": 3187,
"type": "medium"
},
{
"x": 4051,
"y": 3684,
"z": 3187,
"type": "medium"
},
{
"x": 4081,
"y": 3690,
"z": 3187,
"type": "medium"
},
{
"x": 4111,
"y": 3700,
"z": 3187,
"type": "medium"
},
{
"x": 4140,
"y": 3712,
"z": 3187,
"type": "medium"
},
{
"x": 4167,
"y": 3727,
"z": 3187,
"type": "medium"
},
{
"x": 3766,
"y": 3781,
"z": 3187,
"type": "medium"
},
{
"x": 4118,
"y": 3702,
"z": 3373,
"type": "large"
},
{
"x": 4090,
"y": 3693,
"z": 3459,
"type": "large"
},
{
"x": 4055,
"y": 3685,
"z": 3552,
"type": "large"
},
{
"x": 3996,
"y": 3680,
"z": 3651,
"type": "large"
},
{
"x": 3942,
"y": 3685,
"z": 3727,
"type": "large"
},
{
"x": 3894,
"y": 3698,
"z": 3846,
"type": "large"
},
{
"x": 3919,
"y": 3690,
"z": 3787,
"type": "large"
},
{
"x": 3969,
"y": 3681,
"z": 3682,
"type": "large"
},
{
"x": 4022,
"y": 3681,
"z": 3606,
"type": "large"
},
{
"x": 3881,
"y": 3703,
"z": 3979,
"type": "medium"
},
{
"x": 3857,
"y": 3714,
"z": 4021,
"type": "medium"
},
{
"x": 3833,
"y": 3727,
"z": 4055,
"type": "medium"
},
{
"x": 3814,
"y": 3739,
"z": 4092,
"type": "medium"
},
{
"x": 3786,
"y": 3762,
"z": 4092,
"type": "medium"
},
{
"x": 4196,
"y": 3747,
"z": 3660,
"type": "medium"
},
{
"x": 4240,
"y": 3788,
"z": 3676,
"type": "medium"
},
{
"x": 4281,
"y": 3846,
"z": 3719,
"type": "medium"
},
{
"x": 4304,
"y": 3901,
"z": 3761,
"type": "medium"
},
{
"x": 4318,
"y": 3967,
"z": 3835,
"type": "medium"
},
{
"x": 4320,
"y": 3984,
"z": 3893,
"type": "medium"
},
{
"x": 4313,
"y": 3935,
"z": 3800,
"type": "medium"
},
{
"x": 4296,
"y": 3879,
"z": 3725,
"type": "medium"
},
{
"x": 4265,
"y": 3821,
"z": 3725,
"type": "medium"
},
{
"x": 4223,
"y": 3770,
"z": 3652,
"type": "medium"
},
{
"x": 4191,
"y": 4257,
"z": 3813,
"type": "small"
},
{
"x": 4223,
"y": 4229,
"z": 3832,
"type": "small"
},
{
"x": 4250,
"y": 4200,
"z": 3866,
"type": "small"
},
{
"x": 4252,
"y": 4197,
"z": 3925,
"type": "small"
},
{
"x": 4238,
"y": 4214,
"z": 3976,
"type": "small"
},
{
"x": 4206,
"y": 4245,
"z": 4013,
"type": "small"
},
{
"x": 4171,
"y": 4271,
"z": 4031,
"type": "small"
},
{
"x": 4144,
"y": 4286,
"z": 4006,
"type": "small"
},
{
"x": 4111,
"y": 4300,
"z": 3980,
"type": "small"
},
{
"x": 4091,
"y": 4307,
"z": 3953,
"type": "small"
},
{
"x": 4080,
"y": 4310,
"z": 3896,
"type": "small"
},
{
"x": 4111,
"y": 4300,
"z": 3859,
"type": "small"
},
{
"x": 4145,
"y": 4285,
"z": 3820,
"type": "small"
},
{
"x": 4167,
"y": 4273,
"z": 3798,
"type": "small"
},
{
"x": 4205,
"y": 4246,
"z": 3800,
"type": "small"
},
{
"x": 4243,
"y": 4208,
"z": 3829,
"type": "small"
},
{
"x": 4263,
"y": 4182,
"z": 3899,
"type": "small"
},
{
"x": 4262,
"y": 4183,
"z": 3958,
"type": "small"
},
{
"x": 4230,
"y": 4223,
"z": 4006,
"type": "small"
},
{
"x": 4119,
"y": 4297,
"z": 4005,
"type": "small"
},
{
"x": 4187,
"y": 4259,
"z": 4049,
"type": "small"
},
{
"x": 4085,
"y": 4308,
"z": 3921,
"type": "small"
},
{
"x": 4087,
"y": 4308,
"z": 3867,
"type": "small"
},
{
"x": 4120,
"y": 4296,
"z": 3829,
"type": "small"
},
{
"x": 4177,
"y": 3734,
"z": 3098,
"type": "large"
},
{
"x": 4177,
"y": 3734,
"z": 2997,
"type": "large"
},
{
"x": 4177,
"y": 3734,
"z": 2892,
"type": "large"
},
{
"x": 4177,
"y": 3734,
"z": 2785,
"type": "large"
},
{
"x": 4177,
"y": 3734,
"z": 2679,
"type": "large"
},
{
"x": 4177,
"y": 3734,
"z": 2552,
"type": "large"
},
{
"x": 4305,
"y": 3903,
"z": 3366,
"type": "large"
},
{
"x": 4305,
"y": 3903,
"z": 3270,
"type": "large"
},
{
"x": 4305,
"y": 3903,
"z": 3184,
"type": "medium"
},
{
"x": 4296,
"y": 3878,
"z": 3185,
"type": "medium"
},
{
"x": 4280,
"y": 3844,
"z": 3185,
"type": "medium"
},
{
"x": 4261,
"y": 3815,
"z": 3185,
"type": "medium"
},
{
"x": 4249,
"y": 3799,
"z": 3111,
"type": "large"
},
{
"x": 4249,
"y": 3799,
"z": 2998,
"type": "large"
},
{
"x": 4249,
"y": 3799,
"z": 2890,
"type": "large"
},
{
"x": 4249,
"y": 3799,
"z": 2783,
"type": "large"
},
{
"x": 4249,
"y": 3799,
"z": 2667,
"type": "large"
},
{
"x": 4249,
"y": 3799,
"z": 2558,
"type": "large"
},
{
"x": 4186,
"y": 3739,
"z": 2618,
"type": "small"
},
{
"x": 4138,
"y": 3867,
"z": 4488,
"type": "small"
},
{
"x": 3884,
"y": 3847,
"z": 4453,
"type": "small"
},
{
"x": 3819,
"y": 4065,
"z": 4383,
"type": "small"
},
{
"x": 3991,
"y": 4192,
"z": 4281,
"type": "small"
},
{
"x": 4182,
"y": 4063,
"z": 4199,
"type": "small"
},
{
"x": 4031,
"y": 3810,
"z": 4204,
"type": "small"
},
{
"x": 3843,
"y": 3890,
"z": 4419,
"type": "small"
},
{
"x": 3984,
"y": 4191,
"z": 4437,
"type": "small"
},
{
"x": 3809,
"y": 3982,
"z": 4220,
"type": "small"
},
{
"x": 4190,
"y": 3974,
"z": 4380,
"type": "small"
},
{
"x": 4139,
"y": 4133,
"z": 4410,
"type": "small"
},
{
"x": 3871,
"y": 4142,
"z": 4201,
"type": "small"
},
{
"x": 3820,
"y": 3933,
"z": 4077,
"type": "small"
},
{
"x": 3983,
"y": 3809,
"z": 3860,
"type": "small"
},
{
"x": 4165,
"y": 4098,
"z": 3695,
"type": "small"
},
{
"x": 4166,
"y": 3904,
"z": 3831,
"type": "small"
},
{
"x": 4060,
"y": 3818,
"z": 3969,
"type": "small"
},
{
"x": 4164,
"y": 3901,
"z": 4155,
"type": "small"
},
{
"x": 4164,
"y": 4100,
"z": 4034,
"type": "small"
},
{
"x": 3859,
"y": 4131,
"z": 4020,
"type": "small"
},
{
"x": 3826,
"y": 3918,
"z": 3939,
"type": "small"
},
{
"x": 4108,
"y": 4158,
"z": 3826,
"type": "small"
},
{
"x": 4052,
"y": 4185,
"z": 3584,
"type": "small"
},
{
"x": 4084,
"y": 4173,
"z": 3369,
"type": "small"
},
{
"x": 3875,
"y": 4146,
"z": 3751,
"type": "small"
},
{
"x": 3913,
"y": 4171,
"z": 3535,
"type": "small"
},
{
"x": 4022,
"y": 3809,
"z": 3666,
"type": "small"
},
{
"x": 4177,
"y": 4074,
"z": 3396,
"type": "small"
},
{
"x": 3820,
"y": 4066,
"z": 3602,
"type": "small"
},
{
"x": 3820,
"y": 3933,
"z": 3434,
"type": "small"
},
{
"x": 4101,
"y": 3837,
"z": 3202,
"type": "small"
},
{
"x": 4190,
"y": 3973,
"z": 3163,
"type": "small"
},
{
"x": 4002,
"y": 3808,
"z": 3078,
"type": "small"
},
{
"x": 3808,
"y": 4011,
"z": 3164,
"type": "small"
},
{
"x": 3813,
"y": 4043,
"z": 4506,
"type": "medium"
},
{
"x": 4062,
"y": 4182,
"z": 4461,
"type": "medium"
},
{
"x": 4192,
"y": 3999,
"z": 4506,
"type": "medium"
},
{
"x": 4066,
"y": 3820,
"z": 4361,
"type": "medium"
},
{
"x": 3864,
"y": 3864,
"z": 4144,
"type": "medium"
},
{
"x": 3963,
"y": 4188,
"z": 4076,
"type": "medium"
},
{
"x": 3857,
"y": 4128,
"z": 4415,
"type": "medium"
},
{
"x": 4096,
"y": 4166,
"z": 4154,
"type": "medium"
},
{
"x": 4126,
"y": 3855,
"z": 3786,
"type": "medium"
},
{
"x": 3826,
"y": 4081,
"z": 3461,
"type": "medium"
},
{
"x": 3914,
"y": 3828,
"z": 3375,
"type": "medium"
},
{
"x": 4151,
"y": 4118,
"z": 3084,
"type": "medium"
},
{
"x": 4020,
"y": 4191,
"z": 3268,
"type": "large"
},
{
"x": 3810,
"y": 3974,
"z": 3641,
"type": "large"
},
{
"x": 3937,
"y": 3818,
"z": 4047,
"type": "large"
},
{
"x": 3941,
"y": 3817,
"z": 4259,
"type": "large"
},
{
"x": 4014,
"y": 4192,
"z": 3906,
"type": "large"
},
{
"x": 3959,
"y": 3812,
"z": 3783,
"type": "large"
},
{
"x": 3922,
"y": 4176,
"z": 3669,
"type": "large"
},
{
"x": 3824,
"y": 4076,
"z": 4254,
"type": "wide"
},
{
"x": 4187,
"y": 3958,
"z": 4277,
"type": "wide"
},
{
"x": 4159,
"y": 3892,
"z": 3875,
"type": "wide"
},
{
"x": 3823,
"y": 4073,
"z": 3889,
"type": "wide"
},
{
"x": 3937,
"y": 3819,
"z": 3547,
"type": "wide"
},
{
"x": 4191,
"y": 3986,
"z": 3557,
"type": "wide"
},
{
"x": 3820,
"y": 4068,
"z": 3297,
"type": "wide"
}
],
"keys": [
{
"x": 4067,
"y": 3687,
"z": 4482,
"color": "red"
},
{
"x": 4000,
"y": 4000,
"z": 4645,
"color": "green"
},
{
"x": 4178,
"y": 4266,
"z": 3915,
"color": "blue"
}
],
"doors": [
{
"x": 3738,
"y": 4183,
"z": 4473,
"color": "red"
},
{
"x": 3951,
"y": 3684,
"z": 4167,
"color": "blue"
}
],
"transitions": [
{
"position": {
"x": 4217.585109760963,
"y": 3765.3583157017715,
"z": 2824.793312539402
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 1","axis": 3,"position": 608,"z": 303,"momx": 0,"momy": -2
}
}
],
"spawn": {
"axis": 0,
"position": 1314,
"z": 3283
}
};
// OFFSET: +1 green key (be aware of 1 red used. also 2 blue 2 red but can't leave with them)
LevelDatabase["Ocean 3"] = {
"background": {
"image": "mountains",
"width": 3072
},
"axes": [
{
"x": 500,
"y": 500,
"radius": -192,
"angle": 90,
"length": 180,
"left": [
3
],
"right": [
1
]
},
{
"x": 500,
"y": 692,
"radius": 0,
"angle": 0,
"length": 1500,
"left": [
0
],
"right": [
2
]
},
{
"x": 2000,
"y": 500,
"radius": -192,
"angle": 270,
"length": 180,
"left": [
1
],
"right": [
3
]
},
{
"x": 2000,
"y": 308,
"radius": 0,
"angle": 180,
"length": 1500,
"left": [
2
],
"right": [
0
]
}
],
"rocks": [
{
"x": 580,
"y": 308,
"z": 156,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": 24,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -114,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -252,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -390,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -529,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -668,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -806,
"type": "large"
},
{
"x": 580,
"y": 308,
"z": -965,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -884,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -737,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -577,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -446,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -184,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -24,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": 115,
"type": "large"
},
{
"x": 551,
"y": 308,
"z": -321,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": 118,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -35,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -174,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -319,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -464,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -602,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -727,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -880,
"type": "large"
},
{
"x": 622,
"y": 692,
"z": -1026,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -948,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -824,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -673,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -540,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -408,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": 34,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -103,
"type": "large"
},
{
"x": 588,
"y": 692,
"z": -244,
"type": "large"
},
{
"x": 585,
"y": 308,
"z": 320,
"type": "medium"
},
{
"x": 561,
"y": 308,
"z": 320,
"type": "medium"
},
{
"x": 530,
"y": 308,
"z": 320,
"type": "medium"
},
{
"x": 499,
"y": 308,
"z": 320,
"type": "medium"
},
{
"x": 468,
"y": 311,
"z": 320,
"type": "medium"
},
{
"x": 438,
"y": 318,
"z": 320,
"type": "medium"
},
{
"x": 409,
"y": 331,
"z": 320,
"type": "medium"
},
{
"x": 383,
"y": 348,
"z": 320,
"type": "medium"
},
{
"x": 360,
"y": 369,
"z": 320,
"type": "medium"
},
{
"x": 341,
"y": 393,
"z": 320,
"type": "medium"
},
{
"x": 325,
"y": 420,
"z": 320,
"type": "medium"
},
{
"x": 315,
"y": 449,
"z": 320,
"type": "medium"
},
{
"x": 309,
"y": 480,
"z": 320,
"type": "medium"
},
{
"x": 308,
"y": 511,
"z": 320,
"type": "medium"
},
{
"x": 322,
"y": 572,
"z": 320,
"type": "medium"
},
{
"x": 336,
"y": 600,
"z": 320,
"type": "medium"
},
{
"x": 354,
"y": 625,
"z": 320,
"type": "medium"
},
{
"x": 376,
"y": 647,
"z": 320,
"type": "medium"
},
{
"x": 401,
"y": 665,
"z": 320,
"type": "medium"
},
{
"x": 429,
"y": 679,
"z": 320,
"type": "medium"
},
{
"x": 459,
"y": 688,
"z": 320,
"type": "medium"
},
{
"x": 490,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 521,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 552,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 583,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 615,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 646,
"y": 692,
"z": 320,
"type": "medium"
},
{
"x": 313,
"y": 543,
"z": 344,
"type": "large"
},
{
"x": 313,
"y": 543,
"z": 244,
"type": "large"
},
{
"x": 313,
"y": 543,
"z": 141,
"type": "large"
},
{
"x": 313,
"y": 543,
"z": 43,
"type": "large"
},
{
"x": 313,
"y": 543,
"z": -44,
"type": "medium"
},
{
"x": 633,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 664,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 695,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 726,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 757,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 788,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 820,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 851,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 882,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 913,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 944,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 975,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1007,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1038,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1069,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1100,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1131,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 1162,
"y": 308,
"z": 332,
"type": "large"
},
{
"x": 612,
"y": 308,
"z": 332,
"type": "medium"
},
{
"x": 789,
"y": 308,
"z": -44,
"type": "large"
},
{
"x": 949,
"y": 308,
"z": -44,
"type": "large"
},
{
"x": 946,
"y": 308,
"z": 63,
"type": "large"
},
{
"x": 802,
"y": 308,
"z": 53,
"type": "large"
},
{
"x": 827,
"y": 308,
"z": 102,
"type": "medium"
},
{
"x": 922,
"y": 308,
"z": 91,
"type": "medium"
},
{
"x": 858,
"y": 308,
"z": 101,
"type": "medium"
},
{
"x": 822,
"y": 308,
"z": 192,
"type": "large"
},
{
"x": 935,
"y": 308,
"z": 177,
"type": "large"
},
{
"x": 1279,
"y": 308,
"z": 166,
"type": "large"
},
{
"x": 1307,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1338,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1369,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1400,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1432,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1463,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1494,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1525,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1556,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1587,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1618,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1650,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1681,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1712,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1743,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1774,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1277,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1346,
"y": 308,
"z": 167,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": 77,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -6,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -110,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -214,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -331,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -448,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -567,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -685,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -816,
"type": "large"
},
{
"x": 1326,
"y": 308,
"z": -947,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -857,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -740,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -636,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -531,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -400,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -275,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -158,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": -54,
"type": "large"
},
{
"x": 1299,
"y": 308,
"z": 77,
"type": "large"
},
{
"x": 1264,
"y": 308,
"z": 51,
"type": "large"
},
{
"x": 1365,
"y": 308,
"z": 67,
"type": "large"
},
{
"x": 1436,
"y": 308,
"z": 113,
"type": "wide"
},
{
"x": 1536,
"y": 308,
"z": 113,
"type": "wide"
},
{
"x": 1647,
"y": 308,
"z": 113,
"type": "wide"
},
{
"x": 1758,
"y": 308,
"z": 113,
"type": "wide"
},
{
"x": 1867,
"y": 308,
"z": 113,
"type": "wide"
},
{
"x": 1914,
"y": 308,
"z": 50,
"type": "large"
},
{
"x": 1813,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1844,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1875,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1906,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1937,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 1969,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 2000,
"y": 308,
"z": 307,
"type": "large"
},
{
"x": 2031,
"y": 310,
"z": 307,
"type": "large"
},
{
"x": 2061,
"y": 318,
"z": 307,
"type": "large"
},
{
"x": 2090,
"y": 330,
"z": 307,
"type": "large"
},
{
"x": 2116,
"y": 347,
"z": 307,
"type": "large"
},
{
"x": 2139,
"y": 368,
"z": 307,
"type": "large"
},
{
"x": 2159,
"y": 392,
"z": 307,
"type": "large"
},
{
"x": 2174,
"y": 419,
"z": 307,
"type": "large"
},
{
"x": 2185,
"y": 448,
"z": 307,
"type": "large"
},
{
"x": 2191,
"y": 479,
"z": 307,
"type": "large"
},
{
"x": 2192,
"y": 510,
"z": 307,
"type": "large"
},
{
"x": 2188,
"y": 541,
"z": 307,
"type": "large"
},
{
"x": 2179,
"y": 570,
"z": 307,
"type": "large"
},
{
"x": 2165,
"y": 598,
"z": 307,
"type": "large"
},
{
"x": 2147,
"y": 624,
"z": 307,
"type": "large"
},
{
"x": 2125,
"y": 646,
"z": 307,
"type": "large"
},
{
"x": 2100,
"y": 664,
"z": 307,
"type": "large"
},
{
"x": 2072,
"y": 678,
"z": 307,
"type": "large"
},
{
"x": 2042,
"y": 687,
"z": 307,
"type": "large"
},
{
"x": 2011,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1980,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1949,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1918,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1887,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1824,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1793,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1762,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1731,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1700,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1669,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1637,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1606,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1575,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1544,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1513,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1482,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1451,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1419,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1388,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1357,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1326,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1295,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1264,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1232,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1201,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1170,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1139,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1108,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1077,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1045,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 1014,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 983,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 952,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 921,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 890,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 858,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 827,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 796,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 765,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 734,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 703,
"y": 692,
"z": 307,
"type": "large"
},
{
"x": 672,
"y": 692,
"z": 307,
"type": "medium"
},
{
"x": 1856,
"y": 692,
"z": 108,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -3,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -122,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -254,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -385,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -509,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -633,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -765,
"type": "large"
},
{
"x": 1856,
"y": 692,
"z": -904,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -823,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -699,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -588,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -464,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -326,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -207,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": -82,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": 35,
"type": "large"
},
{
"x": 1822,
"y": 692,
"z": 139,
"type": "large"
},
{
"x": 686,
"y": 692,
"z": 141,
"type": "wide"
},
{
"x": 682,
"y": 692,
"z": 20,
"type": "wide"
},
{
"x": 1628,
"y": 692,
"z": 212,
"type": "large"
},
{
"x": 1387,
"y": 692,
"z": 200,
"type": "large"
},
{
"x": 1003,
"y": 692,
"z": 33,
"type": "large"
},
{
"x": 1176,
"y": 692,
"z": 33,
"type": "large"
},
{
"x": 1341,
"y": 692,
"z": 33,
"type": "large"
},
{
"x": 1550,
"y": 692,
"z": 33,
"type": "large"
},
{
"x": 1690,
"y": 692,
"z": 113,
"type": "large"
},
{
"x": 1510,
"y": 692,
"z": 122,
"type": "large"
},
{
"x": 1285,
"y": 692,
"z": 102,
"type": "large"
},
{
"x": 1061,
"y": 692,
"z": 129,
"type": "large"
},
{
"x": 941,
"y": 692,
"z": 199,
"type": "large"
},
{
"x": 570,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 709,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 883,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1063,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1250,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1436,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1617,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1797,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1970,
"y": 500,
"z": 242,
"type": "large"
},
{
"x": 1860,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 1708,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 1556,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 1390,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 1209,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 1029,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 843,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 684,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 538,
"y": 500,
"z": 166,
"type": "medium"
},
{
"x": 790,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 950,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1138,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1304,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1469,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1629,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1810,
"y": 500,
"z": 103,
"type": "small"
},
{
"x": 1175,
"y": 308,
"z": 435,
"type": "large"
},
{
"x": 1189,
"y": 308,
"z": 531,
"type": "large"
},
{
"x": 1321,
"y": 308,
"z": 407,
"type": "large"
},
{
"x": 1262,
"y": 308,
"z": 583,
"type": "wide"
},
{
"x": 1371,
"y": 308,
"z": 577,
"type": "wide"
},
{
"x": 1482,
"y": 308,
"z": 572,
"type": "wide"
},
{
"x": 1593,
"y": 308,
"z": 569,
"type": "wide"
},
{
"x": 1815,
"y": 308,
"z": 570,
"type": "wide"
},
{
"x": 1702,
"y": 308,
"z": 570,
"type": "wide"
},
{
"x": 1831,
"y": 308,
"z": 488,
"type": "wide"
},
{
"x": 1717,
"y": 308,
"z": 488,
"type": "wide"
},
{
"x": 1614,
"y": 308,
"z": 488,
"type": "wide"
},
{
"x": 1509,
"y": 308,
"z": 488,
"type": "wide"
},
{
"x": 1427,
"y": 308,
"z": 453,
"type": "wide"
},
{
"x": 1353,
"y": 308,
"z": 456,
"type": "medium"
},
{
"x": 347,
"y": 616,
"z": -58,
"type": "small"
},
{
"x": 368,
"y": 639,
"z": -58,
"type": "small"
},
{
"x": 392,
"y": 659,
"z": -58,
"type": "small"
},
{
"x": 419,
"y": 674,
"z": -58,
"type": "small"
},
{
"x": 448,
"y": 685,
"z": -58,
"type": "small"
},
{
"x": 479,
"y": 691,
"z": -58,
"type": "small"
},
{
"x": 332,
"y": 594,
"z": -58,
"type": "small"
},
{
"x": 322,
"y": 572,
"z": -58,
"type": "small"
},
{
"x": 511,
"y": 692,
"z": 61,
"type": "small"
},
{
"x": 488,
"y": 692,
"z": 61,
"type": "small"
},
{
"x": 457,
"y": 687,
"z": 61,
"type": "small"
},
{
"x": 427,
"y": 678,
"z": 61,
"type": "small"
},
{
"x": 400,
"y": 664,
"z": 61,
"type": "small"
},
{
"x": 566,
"y": 692,
"z": 61,
"type": "small"
},
{
"x": 541,
"y": 692,
"z": 61,
"type": "small"
}
],
"keys": [
{
"x": 857,
"y": 308,
"z": 53,
"color": "red"
},
{
"x": 897,
"y": 308,
"z": 35,
"color": "red"
},
{
"x": 1317,
"y": 308,
"z": 153,
"color": "green"
},
{
"x": 1435,
"y": 308,
"z": 47,
"color": "blue"
},
{
"x": 664,
"y": 692,
"z": 67,
"color": "blue"
},
{
"x": 1775,
"y": 692,
"z": 222,
"color": "red"
}
],
"doors": [
{
"x": 578,
"y": 308,
"z": 244,
"color": "red"
},
{
"x": 889,
"y": 308,
"z": 90,
"color": "red"
},
{
"x": 1315,
"y": 308,
"z": 223,
"color": "blue"
},
{
"x": 1853,
"y": 692,
"z": 216,
"color": "blue"
},
{
"x": 719,
"y": 692,
"z": 77,
"color": "red"
}
],
"transitions": [{
"position": {
"x": 1611.3459267286648,
"y": 308,
"z": 523
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {"stage": "Ocean 1","axis": 5,"position": 429,"z": 273, "momx": -2,"momy": 0}}],
"spawn": {
"axis": 3,
"position": 370,
"z": 523
}
};
LevelDatabase["Ocean 4"] = {
"background": {
"image": "mountains",
"width": 3072
},
music:"new-ocean",
"axes": [
{
"x": 0,
"y": 2048,
"radius": 0,
"angle": 0,
"length": 4096,
"left": [
0
],
"right": [
1
]
},
{
"x": 4096,
"y": 2432,
"radius": 384,
"angle": 270,
"length": 49,
"left": [
0
],
"right": [
2
]
},
{
"x": 4546,
"y": 2048,
"radius": -206,
"angle": 320,
"length": 280,
"left": [
1
],
"right": [
3
]
},
{
"x": 4096,
"y": 1664,
"radius": 384,
"angle": 40,
"length": 50,
"left": [
2
],
"right": [
4
]
},
{
"x": 4096,
"y": 2048,
"radius": 0,
"angle": 180,
"length": 4096,
"left": [
3
],
"right": [
4
]
}
],
"rocks": [
{
"x": 4137,
"y": 2046,
"z": 61,
"type": "medium"
},
{
"x": 4168,
"y": 2041,
"z": 61,
"type": "medium"
},
{
"x": 4198,
"y": 2034,
"z": 61,
"type": "medium"
},
{
"x": 4228,
"y": 2025,
"z": 61,
"type": "medium"
},
{
"x": 4256,
"y": 2013,
"z": 61,
"type": "medium"
},
{
"x": 4284,
"y": 1999,
"z": 61,
"type": "medium"
},
{
"x": 4311,
"y": 1982,
"z": 61,
"type": "medium"
},
{
"x": 4336,
"y": 1964,
"z": 61,
"type": "medium"
},
{
"x": 4359,
"y": 1943,
"z": 61,
"type": "medium"
},
{
"x": 4381,
"y": 1921,
"z": 61,
"type": "medium"
},
{
"x": 4400,
"y": 1903,
"z": 61,
"type": "medium"
},
{
"x": 4423,
"y": 1882,
"z": 61,
"type": "medium"
},
{
"x": 4450,
"y": 1866,
"z": 61,
"type": "medium"
},
{
"x": 4478,
"y": 1853,
"z": 61,
"type": "medium"
},
{
"x": 4508,
"y": 1845,
"z": 61,
"type": "medium"
},
{
"x": 4539,
"y": 1842,
"z": 61,
"type": "medium"
},
{
"x": 4571,
"y": 1843,
"z": 61,
"type": "medium"
},
{
"x": 4601,
"y": 1849,
"z": 61,
"type": "medium"
},
{
"x": 4630,
"y": 1860,
"z": 61,
"type": "medium"
},
{
"x": 4658,
"y": 1875,
"z": 61,
"type": "medium"
},
{
"x": 4683,
"y": 1894,
"z": 61,
"type": "medium"
},
{
"x": 4704,
"y": 1916,
"z": 61,
"type": "medium"
},
{
"x": 4722,
"y": 1941,
"z": 61,
"type": "medium"
},
{
"x": 4736,
"y": 1969,
"z": 61,
"type": "medium"
},
{
"x": 4746,
"y": 1999,
"z": 61,
"type": "medium"
},
{
"x": 4751,
"y": 2029,
"z": 61,
"type": "medium"
},
{
"x": 4752,
"y": 2061,
"z": 61,
"type": "medium"
},
{
"x": 4747,
"y": 2091,
"z": 61,
"type": "medium"
},
{
"x": 4739,
"y": 2121,
"z": 61,
"type": "medium"
},
{
"x": 4725,
"y": 2149,
"z": 61,
"type": "medium"
},
{
"x": 4708,
"y": 2175,
"z": 61,
"type": "medium"
},
{
"x": 4687,
"y": 2198,
"z": 61,
"type": "medium"
},
{
"x": 4663,
"y": 2218,
"z": 61,
"type": "medium"
},
{
"x": 4636,
"y": 2233,
"z": 61,
"type": "medium"
},
{
"x": 4607,
"y": 2245,
"z": 61,
"type": "medium"
},
{
"x": 4576,
"y": 2252,
"z": 61,
"type": "medium"
},
{
"x": 4545,
"y": 2254,
"z": 61,
"type": "medium"
},
{
"x": 4514,
"y": 2252,
"z": 61,
"type": "medium"
},
{
"x": 4484,
"y": 2244,
"z": 61,
"type": "medium"
},
{
"x": 4455,
"y": 2233,
"z": 61,
"type": "medium"
},
{
"x": 4428,
"y": 2217,
"z": 61,
"type": "medium"
},
{
"x": 4404,
"y": 2197,
"z": 61,
"type": "medium"
},
{
"x": 4381,
"y": 2174,
"z": 61,
"type": "medium"
},
{
"x": 4359,
"y": 2152,
"z": 61,
"type": "medium"
},
{
"x": 4335,
"y": 2132,
"z": 61,
"type": "medium"
},
{
"x": 4310,
"y": 2113,
"z": 61,
"type": "medium"
},
{
"x": 4284,
"y": 2097,
"z": 61,
"type": "medium"
},
{
"x": 4256,
"y": 2083,
"z": 61,
"type": "medium"
},
{
"x": 4227,
"y": 2071,
"z": 61,
"type": "medium"
},
{
"x": 4197,
"y": 2062,
"z": 61,
"type": "medium"
},
{
"x": 4167,
"y": 2055,
"z": 61,
"type": "medium"
},
{
"x": 4136,
"y": 2050,
"z": 61,
"type": "medium"
},
{
"x": 4144,
"y": 2051,
"z": 174,
"type": "medium"
},
{
"x": 4174,
"y": 2056,
"z": 174,
"type": "medium"
},
{
"x": 4205,
"y": 2064,
"z": 174,
"type": "medium"
},
{
"x": 4234,
"y": 2074,
"z": 174,
"type": "medium"
},
{
"x": 4263,
"y": 2086,
"z": 174,
"type": "medium"
},
{
"x": 4290,
"y": 2101,
"z": 174,
"type": "medium"
},
{
"x": 4316,
"y": 2118,
"z": 174,
"type": "medium"
},
{
"x": 4341,
"y": 2136,
"z": 174,
"type": "medium"
},
{
"x": 4364,
"y": 2157,
"z": 174,
"type": "medium"
},
{
"x": 4386,
"y": 2180,
"z": 174,
"type": "medium"
},
{
"x": 4410,
"y": 2203,
"z": 174,
"type": "medium"
},
{
"x": 4435,
"y": 2221,
"z": 174,
"type": "medium"
},
{
"x": 4462,
"y": 2236,
"z": 174,
"type": "medium"
},
{
"x": 4491,
"y": 2247,
"z": 174,
"type": "medium"
},
{
"x": 4522,
"y": 2253,
"z": 174,
"type": "medium"
},
{
"x": 4553,
"y": 2254,
"z": 174,
"type": "medium"
},
{
"x": 4584,
"y": 2250,
"z": 174,
"type": "medium"
},
{
"x": 4614,
"y": 2242,
"z": 174,
"type": "medium"
},
{
"x": 4643,
"y": 2230,
"z": 174,
"type": "medium"
},
{
"x": 4669,
"y": 2213,
"z": 174,
"type": "medium"
},
{
"x": 4692,
"y": 2193,
"z": 174,
"type": "medium"
},
{
"x": 4713,
"y": 2169,
"z": 174,
"type": "medium"
},
{
"x": 4729,
"y": 2143,
"z": 174,
"type": "medium"
},
{
"x": 4741,
"y": 2114,
"z": 174,
"type": "medium"
},
{
"x": 4749,
"y": 2084,
"z": 174,
"type": "medium"
},
{
"x": 4752,
"y": 2053,
"z": 174,
"type": "medium"
},
{
"x": 4750,
"y": 2022,
"z": 174,
"type": "medium"
},
{
"x": 4744,
"y": 1991,
"z": 174,
"type": "medium"
},
{
"x": 4733,
"y": 1962,
"z": 174,
"type": "medium"
},
{
"x": 4718,
"y": 1935,
"z": 174,
"type": "medium"
},
{
"x": 4699,
"y": 1910,
"z": 174,
"type": "medium"
},
{
"x": 4677,
"y": 1889,
"z": 174,
"type": "medium"
},
{
"x": 4651,
"y": 1871,
"z": 174,
"type": "medium"
},
{
"x": 4623,
"y": 1857,
"z": 174,
"type": "medium"
},
{
"x": 4594,
"y": 1848,
"z": 174,
"type": "medium"
},
{
"x": 4563,
"y": 1843,
"z": 174,
"type": "medium"
},
{
"x": 4532,
"y": 1842,
"z": 174,
"type": "medium"
},
{
"x": 4501,
"y": 1847,
"z": 174,
"type": "medium"
},
{
"x": 4471,
"y": 1856,
"z": 174,
"type": "medium"
},
{
"x": 4443,
"y": 1869,
"z": 174,
"type": "medium"
},
{
"x": 4417,
"y": 1887,
"z": 174,
"type": "medium"
},
{
"x": 4395,
"y": 1908,
"z": 174,
"type": "medium"
},
{
"x": 4376,
"y": 1927,
"z": 174,
"type": "medium"
},
{
"x": 4354,
"y": 1949,
"z": 174,
"type": "medium"
},
{
"x": 4330,
"y": 1969,
"z": 174,
"type": "medium"
},
{
"x": 4304,
"y": 1987,
"z": 174,
"type": "medium"
},
{
"x": 4278,
"y": 2002,
"z": 174,
"type": "medium"
},
{
"x": 4250,
"y": 2016,
"z": 174,
"type": "medium"
},
{
"x": 4220,
"y": 2027,
"z": 174,
"type": "medium"
},
{
"x": 4191,
"y": 2036,
"z": 174,
"type": "medium"
},
{
"x": 4160,
"y": 2043,
"z": 174,
"type": "medium"
},
{
"x": 4129,
"y": 2047,
"z": 174,
"type": "medium"
},
{
"x": 4094,
"y": 2048,
"z": -140,
"type": "large"
},
{
"x": 4094,
"y": 2048,
"z": -285,
"type": "large"
},
{
"x": 4094,
"y": 2048,
"z": -437,
"type": "large"
},
{
"x": 4094,
"y": 2048,
"z": -569,
"type": "large"
},
{
"x": 4094,
"y": 2048,
"z": -722,
"type": "large"
},
{
"x": 4094,
"y": 2048,
"z": -881,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -800,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -639,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -497,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -363,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -211,
"type": "large"
},
{
"x": 4067,
"y": 2048,
"z": -71,
"type": "large"
},
{
"x": 4104,
"y": 2048,
"z": 59,
"type": "small"
},
{
"x": 4098,
"y": 2048,
"z": 250,
"type": "large"
},
{
"x": 3969,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3938,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3907,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3876,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3844,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3813,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3782,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3751,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3720,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3689,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3657,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3626,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3595,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3564,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3533,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3502,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3470,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3439,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3408,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3377,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3346,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3315,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3284,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3252,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3221,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3190,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3159,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3128,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3097,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3065,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3034,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 3003,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2972,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2941,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2910,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2878,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2847,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2816,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2785,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 2754,
"y": 2048,
"z": 338,
"type": "medium"
},
{
"x": 4074,
"y": 2048,
"z": 294,
"type": "medium"
},
{
"x": 4051,
"y": 2048,
"z": 313,
"type": "medium"
},
{
"x": 4023,
"y": 2048,
"z": 329,
"type": "medium"
},
{
"x": 3998,
"y": 2048,
"z": 332,
"type": "medium"
},
{
"x": 4084,
"y": 2048,
"z": 40,
"type": "small"
},
{
"x": 4084,
"y": 2048,
"z": -12,
"type": "small"
},
{
"x": 4067,
"y": 2048,
"z": 17,
"type": "small"
},
{
"x": 3896,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3730,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3549,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3375,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3205,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3016,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 2844,
"y": 2048,
"z": 91,
"type": "wide"
},
{
"x": 3894,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 3730,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 3546,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 3371,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 3205,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 3013,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 2839,
"y": 2048,
"z": 202,
"type": "wide"
},
{
"x": 4035,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 4003,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3972,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3941,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3910,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3879,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3848,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3816,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3785,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3754,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3723,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3692,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3661,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3629,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3598,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3567,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3536,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3505,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3474,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3442,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3411,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3380,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3349,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3318,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3287,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3256,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3224,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3193,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3162,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3131,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3100,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3069,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3037,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 3006,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2975,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2944,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2913,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2882,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2850,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2819,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2788,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2757,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2726,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2695,
"y": 2048,
"z": -14,
"type": "small"
},
{
"x": 2838,
"y": 2048,
"z": 34,
"type": "large"
},
{
"x": 3382,
"y": 2048,
"z": 34,
"type": "large"
},
{
"x": 3898,
"y": 2048,
"z": 34,
"type": "large"
},
{
"x": 2846,
"y": 2048,
"z": 262,
"type": "large"
},
{
"x": 3017,
"y": 2048,
"z": 143,
"type": "large"
},
{
"x": 3207,
"y": 2048,
"z": 262,
"type": "large"
},
{
"x": 3208,
"y": 2048,
"z": 143,
"type": "large"
},
{
"x": 3543,
"y": 2048,
"z": 143,
"type": "large"
},
{
"x": 3731,
"y": 2048,
"z": 261,
"type": "large"
},
{
"x": 3895,
"y": 2048,
"z": 147,
"type": "large"
},
{
"x": 3925,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3897,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3869,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3845,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3761,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3734,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3710,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3685,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3588,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3563,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3538,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3510,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3410,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3384,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3360,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3333,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3239,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3212,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3186,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3159,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3053,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3026,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3003,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 2974,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 2885,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 2858,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 2829,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 2797,
"y": 1984,
"z": 143,
"type": "large"
},
{
"x": 3926,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3903,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3877,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3846,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3765,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3739,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3715,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3691,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3584,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3560,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3528,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3503,
"y": 1984,
"z": 44,
"type": "large"
},
{
"x": 3408,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3384,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3360,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3336,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3243,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3218,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3188,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3156,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3055,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 3027,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2998,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2970,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2879,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2853,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2827,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2796,
"y": 1984,
"z": 48,
"type": "large"
},
{
"x": 2800,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 2826,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 2853,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 2885,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 2972,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3004,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3032,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3059,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3154,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3184,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3214,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3243,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3331,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3358,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3388,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3414,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3515,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3542,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3570,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3598,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3687,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3715,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3744,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3768,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3845,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3874,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3902,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3934,
"y": 1984,
"z": 241,
"type": "large"
},
{
"x": 3923,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3899,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3873,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3846,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3764,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3735,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3709,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3681,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3594,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3566,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3541,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3515,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3418,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3392,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3365,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3333,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3242,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3214,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3188,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3159,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3060,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3032,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 3004,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2976,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2883,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2856,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2830,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2800,
"y": 1984,
"z": 336,
"type": "large"
},
{
"x": 2747,
"y": 2048,
"z": 424,
"type": "large"
},
{
"x": 2700,
"y": 2048,
"z": 488,
"type": "wide"
},
{
"x": 2590,
"y": 2048,
"z": 491,
"type": "wide"
},
{
"x": 2482,
"y": 2048,
"z": 491,
"type": "wide"
},
{
"x": 2593,
"y": 2048,
"z": 392,
"type": "wide"
},
{
"x": 2483,
"y": 2048,
"z": 392,
"type": "wide"
},
{
"x": 2379,
"y": 2048,
"z": 392,
"type": "wide"
},
{
"x": 2271,
"y": 2048,
"z": 392,
"type": "wide"
},
{
"x": 2372,
"y": 2048,
"z": 493,
"type": "wide"
},
{
"x": 2271,
"y": 2048,
"z": 493,
"type": "wide"
},
{
"x": 2631,
"y": 2048,
"z": 341,
"type": "medium"
},
{
"x": 2601,
"y": 2048,
"z": 320,
"type": "large"
},
{
"x": 2568,
"y": 2048,
"z": 320,
"type": "large"
},
{
"x": 2503,
"y": 2048,
"z": 289,
"type": "wide"
},
{
"x": 2399,
"y": 2048,
"z": 289,
"type": "wide"
},
{
"x": 2303,
"y": 2048,
"z": 289,
"type": "wide"
},
{
"x": 2199,
"y": 2048,
"z": 289,
"type": "wide"
},
{
"x": 2204,
"y": 2048,
"z": 197,
"type": "wide"
},
{
"x": 2301,
"y": 2048,
"z": 197,
"type": "wide"
},
{
"x": 2403,
"y": 2048,
"z": 197,
"type": "wide"
},
{
"x": 2504,
"y": 2048,
"z": 197,
"type": "wide"
},
{
"x": 2570,
"y": 2048,
"z": 162,
"type": "large"
},
{
"x": 2602,
"y": 2048,
"z": 162,
"type": "large"
},
{
"x": 2278,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2309,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2340,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2371,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2403,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2434,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2465,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2496,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2527,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2558,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2590,
"y": 2112,
"z": 266,
"type": "large"
},
{
"x": 2596,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2565,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2534,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2503,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2471,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2440,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2409,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2378,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2347,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2316,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2284,
"y": 2112,
"z": 175,
"type": "large"
},
{
"x": 2604,
"y": 2048,
"z": 70,
"type": "medium"
},
{
"x": 2604,
"y": 2048,
"z": 21,
"type": "small"
},
{
"x": 2651,
"y": 2048,
"z": -18,
"type": "small"
},
{
"x": 2627,
"y": 2048,
"z": -19,
"type": "small"
}
],
"keys": [
{
"x": 4333,
"y": 1966,
"z": 120,
"color": "yellow"
}
],
"doors": [
{
"x": 2564,
"y": 2048,
"z": 242,
"color": "yellow"
},
{
"x": 2515,
"y": 2048,
"z": 242,
"color": "yellow"
}
],
"transitions": [
{
"position": {
"x": 2440.8469480583353,
"y": 2048,
"z": 242.2134287934965
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {"stage": "Save 2","axis": 0,"position": 867,"z": 270,"momx":2,"momy":0}
},
{
"position": {
"x": 2478.0737935735206,
"y": 2048,
"z": 440.1617429088636
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 1",
"axis": 4,"position": 441,"z": 131,
"momx": -2,
"momy": 0
}
}
],
"spawn": {
"axis": 0,
"position": 2514,
"z": 439
}
};
LevelDatabase["Save 2"] = {
"tint": {
"rgb": 12272810,
"a": 0.6,
"effect": "MULTIPLY"
},
"music": "ocean",
"save": true,
"background": {
"image": "save",
"width": 3072
},
"axes": [
{
"x": 1000,
"y": 1000,
"radius": -512,
"angle": 0,
"length": 360,
"left": [
0
],
"right": [
0
]
}
],
"rocks": [
{
"x": 1134,
"y": 1494,
"z": -1054,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -875,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -696,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -517,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -322,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": -141,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": 17,
"type": "large"
},
{
"x": 1134,
"y": 1494,
"z": 189,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": 96,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -69,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -231,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -405,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -600,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -793,
"type": "large"
},
{
"x": 1107,
"y": 1501,
"z": -959,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": 202,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": 21,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -123,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -304,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -478,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -644,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -823,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -975,
"type": "large"
},
{
"x": 1482,
"y": 1173,
"z": -1159,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -1072,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -905,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -725,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -551,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -382,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -209,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": -51,
"type": "large"
},
{
"x": 1491,
"y": 1146,
"z": 113,
"type": "large"
},
{
"x": 1059,
"y": 1509,
"z": 238,
"type": "wide"
},
{
"x": 1502,
"y": 1102,
"z": 238,
"type": "wide"
},
{
"x": 1512,
"y": 994,
"z": 238,
"type": "wide"
},
{
"x": 1501,
"y": 895,
"z": 238,
"type": "wide"
},
{
"x": 1470,
"y": 797,
"z": 238,
"type": "wide"
},
{
"x": 951,
"y": 1510,
"z": 238,
"type": "wide"
},
{
"x": 849,
"y": 1489,
"z": 238,
"type": "wide"
},
{
"x": 751,
"y": 1448,
"z": 238,
"type": "wide"
},
{
"x": 747,
"y": 1445,
"z": 308,
"type": "wide"
},
{
"x": 840,
"y": 1486,
"z": 308,
"type": "wide"
},
{
"x": 943,
"y": 1509,
"z": 308,
"type": "wide"
},
{
"x": 1047,
"y": 1510,
"z": 308,
"type": "wide"
},
{
"x": 1141,
"y": 1492,
"z": 308,
"type": "wide"
},
{
"x": 1234,
"y": 1455,
"z": 308,
"type": "wide"
},
{
"x": 1316,
"y": 1403,
"z": 308,
"type": "wide"
},
{
"x": 1386,
"y": 1337,
"z": 308,
"type": "wide"
},
{
"x": 1443,
"y": 1257,
"z": 308,
"type": "wide"
},
{
"x": 1482,
"y": 1172,
"z": 308,
"type": "wide"
},
{
"x": 1508,
"y": 1068,
"z": 308,
"type": "wide"
},
{
"x": 1511,
"y": 966,
"z": 308,
"type": "wide"
},
{
"x": 1495,
"y": 870,
"z": 308,
"type": "wide"
},
{
"x": 1454,
"y": 763,
"z": 308,
"type": "wide"
},
{
"x": 1341,
"y": 1382,
"z": 257,
"type": "medium"
},
{
"x": 1365,
"y": 1359,
"z": 259,
"type": "medium"
},
{
"x": 1358,
"y": 1366,
"z": 195,
"type": "medium"
},
{
"x": 1357,
"y": 1367,
"z": 130,
"type": "medium"
},
{
"x": 1357,
"y": 1367,
"z": 61,
"type": "medium"
}
],
"keys": [],
"doors": [],
"transitions": [
{
"position": {
"x": 1007.3774970870343,
"y": 1511.9468454212124,
"z": 270
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Ocean 4",
"axis": 4,
"position": 1613,
"z": 235,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 1509.8455531874472,
"y": 1046.9202716849118,
"z": 270
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 1","axis": 3,"position": 312,"z": 486,"momx": 2,"momy": 0
}
}
],
"spawn": {
"axis": 0,
"position": 1536,
"z": 270
}
};
LevelDatabase["Cavern 1"] = {
"background": {
"image": "cavern",
"width": 3072
},
"tint": {
"rgb": 12595392,
"a": 0.7,
"effect": "MULTIPLY"
},
music: "cavern",
"axes": [
{
"x": 1024,
"y": 1024,
"radius": -384,
"angle": 270,
"length": 180,
"left": [
1,
128,
3
],
"right": [
2,
128,
3
]
},
{
"x": 0,
"y": 1408,
"radius": 0,
"angle": 0,
"length": 1024,
"left": [
0
],
"right": [
0
]
},
{
"x": 1024,
"y": 640,
"radius": 0,
"angle": 180,
"length": 1024,
"left": [
0
],
"right": [
0
]
},
{
"x": 1024,
"y": 1024,
"radius": -384,
"angle": 90,
"length": 180,
"left": [
0,
256,
5
],
"right": [
0,
256,
4
]
},
{
"x": 1024,
"y": 1408,
"radius": 0,
"angle": 0,
"length": 1024,
"left": [
3
],
"right": [
3
]
},
{
"x": 2048,
"y": 640,
"radius": 0,
"angle": 180,
"length": 1024,
"left": [
3
],
"right": [
3
]
}
],
"rocks": [
{
"x": 1096,
"y": 647,
"z": 139,
"type": "small"
},
{
"x": 1065,
"y": 642,
"z": 139,
"type": "small"
},
{
"x": 1034,
"y": 640,
"z": 139,
"type": "small"
},
{
"x": 1003,
"y": 641,
"z": 139,
"type": "small"
},
{
"x": 972,
"y": 644,
"z": 139,
"type": "small"
},
{
"x": 941,
"y": 649,
"z": 139,
"type": "small"
},
{
"x": 911,
"y": 657,
"z": 139,
"type": "small"
},
{
"x": 881,
"y": 667,
"z": 139,
"type": "small"
},
{
"x": 853,
"y": 680,
"z": 139,
"type": "small"
},
{
"x": 826,
"y": 695,
"z": 139,
"type": "small"
},
{
"x": 800,
"y": 712,
"z": 139,
"type": "small"
},
{
"x": 775,
"y": 732,
"z": 139,
"type": "small"
},
{
"x": 752,
"y": 753,
"z": 139,
"type": "small"
},
{
"x": 731,
"y": 776,
"z": 139,
"type": "small"
},
{
"x": 712,
"y": 800,
"z": 139,
"type": "small"
},
{
"x": 695,
"y": 826,
"z": 139,
"type": "small"
},
{
"x": 680,
"y": 854,
"z": 139,
"type": "small"
},
{
"x": 667,
"y": 882,
"z": 139,
"type": "small"
},
{
"x": 654,
"y": 1127,
"z": 139,
"type": "small"
},
{
"x": 663,
"y": 1156,
"z": 139,
"type": "small"
},
{
"x": 675,
"y": 1185,
"z": 139,
"type": "small"
},
{
"x": 690,
"y": 1213,
"z": 139,
"type": "small"
},
{
"x": 706,
"y": 1239,
"z": 139,
"type": "small"
},
{
"x": 724,
"y": 1264,
"z": 139,
"type": "small"
},
{
"x": 745,
"y": 1288,
"z": 139,
"type": "small"
},
{
"x": 767,
"y": 1310,
"z": 139,
"type": "small"
},
{
"x": 791,
"y": 1329,
"z": 139,
"type": "small"
},
{
"x": 817,
"y": 1347,
"z": 139,
"type": "small"
},
{
"x": 844,
"y": 1363,
"z": 139,
"type": "small"
},
{
"x": 872,
"y": 1377,
"z": 139,
"type": "small"
},
{
"x": 901,
"y": 1388,
"z": 139,
"type": "small"
},
{
"x": 992,
"y": 1407,
"z": 139,
"type": "small"
},
{
"x": 1023,
"y": 1408,
"z": 139,
"type": "small"
},
{
"x": 1054,
"y": 1407,
"z": 139,
"type": "small"
},
{
"x": 1085,
"y": 1403,
"z": 139,
"type": "small"
},
{
"x": 960,
"y": 1403,
"z": 136,
"type": "small"
},
{
"x": 1088,
"y": 1403,
"z": -39,
"type": "large"
},
{
"x": 1088,
"y": 1403,
"z": -147,
"type": "large"
},
{
"x": 1088,
"y": 1403,
"z": -253,
"type": "large"
},
{
"x": 1088,
"y": 1403,
"z": -353,
"type": "large"
},
{
"x": 1039,
"y": 1408,
"z": 31,
"type": "wide"
},
{
"x": 936,
"y": 1408,
"z": 31,
"type": "wide"
},
{
"x": 836,
"y": 1408,
"z": 31,
"type": "wide"
},
{
"x": 736,
"y": 1408,
"z": 31,
"type": "wide"
},
{
"x": 637,
"y": 1408,
"z": 31,
"type": "wide"
},
{
"x": 533,
"y": 1408,
"z": 32,
"type": "wide"
},
{
"x": 539,
"y": 1408,
"z": 144,
"type": "wide"
},
{
"x": 638,
"y": 1408,
"z": 144,
"type": "wide"
},
{
"x": 733,
"y": 1408,
"z": 144,
"type": "wide"
},
{
"x": 833,
"y": 1408,
"z": 144,
"type": "wide"
},
{
"x": 937,
"y": 1408,
"z": 142,
"type": "wide"
},
{
"x": 1096,
"y": 647,
"z": -33,
"type": "large"
},
{
"x": 1096,
"y": 647,
"z": -135,
"type": "large"
},
{
"x": 1096,
"y": 647,
"z": -232,
"type": "large"
},
{
"x": 1096,
"y": 647,
"z": -335,
"type": "large"
},
{
"x": 1058,
"y": 642,
"z": 33,
"type": "wide"
},
{
"x": 960,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 866,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 765,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 662,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 561,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 463,
"y": 640,
"z": 33,
"type": "wide"
},
{
"x": 462,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 560,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 661,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 764,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 872,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 962,
"y": 640,
"z": 138,
"type": "wide"
},
{
"x": 1012,
"y": 640,
"z": 249,
"type": "small"
},
{
"x": 1043,
"y": 640,
"z": 249,
"type": "small"
},
{
"x": 1074,
"y": 643,
"z": 249,
"type": "small"
},
{
"x": 1105,
"y": 649,
"z": 249,
"type": "small"
},
{
"x": 1135,
"y": 656,
"z": 249,
"type": "small"
},
{
"x": 1165,
"y": 667,
"z": 249,
"type": "small"
},
{
"x": 1193,
"y": 679,
"z": 249,
"type": "small"
},
{
"x": 1221,
"y": 694,
"z": 249,
"type": "small"
},
{
"x": 1247,
"y": 711,
"z": 249,
"type": "small"
},
{
"x": 1271,
"y": 730,
"z": 249,
"type": "small"
},
{
"x": 1294,
"y": 751,
"z": 249,
"type": "small"
},
{
"x": 1315,
"y": 774,
"z": 249,
"type": "small"
},
{
"x": 1335,
"y": 798,
"z": 249,
"type": "small"
},
{
"x": 1352,
"y": 824,
"z": 249,
"type": "small"
},
{
"x": 1367,
"y": 852,
"z": 249,
"type": "small"
},
{
"x": 1380,
"y": 880,
"z": 249,
"type": "small"
},
{
"x": 1390,
"y": 909,
"z": 249,
"type": "small"
},
{
"x": 1399,
"y": 939,
"z": 249,
"type": "small"
},
{
"x": 1404,
"y": 970,
"z": 249,
"type": "small"
},
{
"x": 1407,
"y": 1001,
"z": 249,
"type": "small"
},
{
"x": 1408,
"y": 1032,
"z": 249,
"type": "small"
},
{
"x": 1406,
"y": 1063,
"z": 249,
"type": "small"
},
{
"x": 1385,
"y": 1154,
"z": 249,
"type": "small"
},
{
"x": 1374,
"y": 1183,
"z": 249,
"type": "small"
},
{
"x": 1359,
"y": 1211,
"z": 249,
"type": "small"
},
{
"x": 1343,
"y": 1237,
"z": 249,
"type": "small"
},
{
"x": 1325,
"y": 1263,
"z": 249,
"type": "small"
},
{
"x": 1305,
"y": 1286,
"z": 249,
"type": "small"
},
{
"x": 1282,
"y": 1308,
"z": 249,
"type": "small"
},
{
"x": 1258,
"y": 1328,
"z": 249,
"type": "small"
},
{
"x": 1233,
"y": 1346,
"z": 249,
"type": "small"
},
{
"x": 1206,
"y": 1362,
"z": 249,
"type": "small"
},
{
"x": 1178,
"y": 1376,
"z": 249,
"type": "small"
},
{
"x": 1149,
"y": 1387,
"z": 249,
"type": "small"
},
{
"x": 1119,
"y": 1396,
"z": 249,
"type": "small"
},
{
"x": 1089,
"y": 1402,
"z": 249,
"type": "small"
},
{
"x": 1058,
"y": 1406,
"z": 249,
"type": "small"
},
{
"x": 1027,
"y": 1408,
"z": 249,
"type": "small"
},
{
"x": 996,
"y": 1407,
"z": 249,
"type": "small"
},
{
"x": 1386,
"y": 1153,
"z": 314,
"type": "large"
},
{
"x": 1394,
"y": 1127,
"z": 352,
"type": "small"
},
{
"x": 1401,
"y": 1096,
"z": 352,
"type": "small"
},
{
"x": 1406,
"y": 1065,
"z": 352,
"type": "small"
},
{
"x": 1408,
"y": 1034,
"z": 352,
"type": "small"
},
{
"x": 1407,
"y": 1003,
"z": 352,
"type": "small"
},
{
"x": 1404,
"y": 972,
"z": 352,
"type": "small"
},
{
"x": 1399,
"y": 941,
"z": 352,
"type": "small"
},
{
"x": 1391,
"y": 911,
"z": 352,
"type": "small"
},
{
"x": 1381,
"y": 882,
"z": 352,
"type": "small"
},
{
"x": 1368,
"y": 854,
"z": 352,
"type": "small"
},
{
"x": 1312,
"y": 770,
"z": 322,
"type": "large"
},
{
"x": 1315,
"y": 773,
"z": 421,
"type": "large"
},
{
"x": 1315,
"y": 773,
"z": 520,
"type": "large"
},
{
"x": 1315,
"y": 773,
"z": 630,
"type": "large"
},
{
"x": 1369,
"y": 855,
"z": 423,
"type": "large"
},
{
"x": 1369,
"y": 855,
"z": 523,
"type": "large"
},
{
"x": 1369,
"y": 855,
"z": 633,
"type": "large"
},
{
"x": 1008,
"y": 1408,
"z": 343,
"type": "small"
},
{
"x": 977,
"y": 1405,
"z": 343,
"type": "small"
},
{
"x": 946,
"y": 1400,
"z": 343,
"type": "small"
},
{
"x": 916,
"y": 1393,
"z": 343,
"type": "small"
},
{
"x": 887,
"y": 1383,
"z": 343,
"type": "small"
},
{
"x": 858,
"y": 1370,
"z": 343,
"type": "small"
},
{
"x": 830,
"y": 1356,
"z": 343,
"type": "small"
},
{
"x": 804,
"y": 1339,
"z": 343,
"type": "small"
},
{
"x": 779,
"y": 1320,
"z": 343,
"type": "small"
},
{
"x": 756,
"y": 1299,
"z": 343,
"type": "small"
},
{
"x": 735,
"y": 1277,
"z": 343,
"type": "small"
},
{
"x": 715,
"y": 1252,
"z": 343,
"type": "small"
},
{
"x": 698,
"y": 1227,
"z": 343,
"type": "small"
},
{
"x": 682,
"y": 1199,
"z": 343,
"type": "small"
},
{
"x": 669,
"y": 1171,
"z": 343,
"type": "small"
},
{
"x": 659,
"y": 1142,
"z": 343,
"type": "small"
},
{
"x": 650,
"y": 1112,
"z": 343,
"type": "small"
},
{
"x": 644,
"y": 1081,
"z": 343,
"type": "small"
},
{
"x": 652,
"y": 927,
"z": 343,
"type": "small"
},
{
"x": 662,
"y": 897,
"z": 343,
"type": "small"
},
{
"x": 673,
"y": 868,
"z": 343,
"type": "small"
},
{
"x": 687,
"y": 840,
"z": 343,
"type": "small"
},
{
"x": 703,
"y": 813,
"z": 343,
"type": "small"
},
{
"x": 721,
"y": 788,
"z": 343,
"type": "small"
},
{
"x": 741,
"y": 764,
"z": 343,
"type": "small"
},
{
"x": 763,
"y": 742,
"z": 343,
"type": "small"
},
{
"x": 787,
"y": 722,
"z": 343,
"type": "small"
},
{
"x": 812,
"y": 704,
"z": 343,
"type": "small"
},
{
"x": 839,
"y": 688,
"z": 343,
"type": "small"
},
{
"x": 867,
"y": 674,
"z": 343,
"type": "small"
},
{
"x": 895,
"y": 662,
"z": 343,
"type": "small"
},
{
"x": 925,
"y": 653,
"z": 343,
"type": "small"
},
{
"x": 956,
"y": 646,
"z": 343,
"type": "small"
},
{
"x": 986,
"y": 642,
"z": 343,
"type": "small"
},
{
"x": 1018,
"y": 640,
"z": 343,
"type": "small"
},
{
"x": 1070,
"y": 1408,
"z": 339,
"type": "wide"
},
{
"x": 1178,
"y": 1408,
"z": 339,
"type": "wide"
},
{
"x": 1270,
"y": 1408,
"z": 339,
"type": "wide"
},
{
"x": 1378,
"y": 1408,
"z": 339,
"type": "wide"
},
{
"x": 1486,
"y": 1408,
"z": 339,
"type": "wide"
},
{
"x": 1491,
"y": 1408,
"z": 250,
"type": "wide"
},
{
"x": 1384,
"y": 1408,
"z": 250,
"type": "wide"
},
{
"x": 1281,
"y": 1408,
"z": 250,
"type": "wide"
},
{
"x": 1181,
"y": 1408,
"z": 250,
"type": "wide"
},
{
"x": 643,
"y": 972,
"z": 66,
"type": "small"
},
{
"x": 640,
"y": 1012,
"z": 58,
"type": "small"
},
{
"x": 716,
"y": 795,
"z": 89,
"type": "medium"
},
{
"x": 703,
"y": 813,
"z": 42,
"type": "small"
},
{
"x": 689,
"y": 837,
"z": 42,
"type": "small"
},
{
"x": 683,
"y": 1201,
"z": 89,
"type": "medium"
},
{
"x": 670,
"y": 1173,
"z": 60,
"type": "small"
},
{
"x": 662,
"y": 1151,
"z": 60,
"type": "small"
},
{
"x": 654,
"y": 1126,
"z": 60,
"type": "small"
},
{
"x": 652,
"y": 1119,
"z": -1,
"type": "large"
},
{
"x": 666,
"y": 884,
"z": -24,
"type": "large"
},
{
"x": 648,
"y": 1103,
"z": -64,
"type": "small"
},
{
"x": 643,
"y": 1072,
"z": -64,
"type": "small"
},
{
"x": 640,
"y": 1043,
"z": -64,
"type": "small"
},
{
"x": 640,
"y": 1012,
"z": -64,
"type": "small"
},
{
"x": 642,
"y": 989,
"z": -64,
"type": "small"
},
{
"x": 645,
"y": 960,
"z": -64,
"type": "small"
},
{
"x": 651,
"y": 934,
"z": -64,
"type": "small"
},
{
"x": 659,
"y": 905,
"z": -64,
"type": "small"
},
{
"x": 640,
"y": 1021,
"z": 167,
"type": "medium"
},
{
"x": 643,
"y": 973,
"z": 167,
"type": "medium"
},
{
"x": 641,
"y": 996,
"z": 193,
"type": "medium"
},
{
"x": 1400,
"y": 1101,
"z": 31,
"type": "wide"
},
{
"x": 1400,
"y": 1101,
"z": -22,
"type": "wide"
},
{
"x": 1086,
"y": 640,
"z": 342,
"type": "wide"
},
{
"x": 1188,
"y": 640,
"z": 342,
"type": "wide"
},
{
"x": 1289,
"y": 640,
"z": 342,
"type": "wide"
},
{
"x": 1392,
"y": 640,
"z": 342,
"type": "wide"
},
{
"x": 1489,
"y": 640,
"z": 342,
"type": "wide"
},
{
"x": 1486,
"y": 640,
"z": 256,
"type": "wide"
},
{
"x": 1275,
"y": 640,
"z": 256,
"type": "wide"
},
{
"x": 1383,
"y": 640,
"z": 256,
"type": "wide"
},
{
"x": 1169,
"y": 640,
"z": 253,
"type": "wide"
},
{
"x": 652,
"y": 930,
"z": 395,
"type": "medium"
},
{
"x": 640,
"y": 1032,
"z": 490,
"type": "medium"
},
{
"x": 642,
"y": 1061,
"z": 406,
"type": "large"
},
{
"x": 652,
"y": 929,
"z": 437,
"type": "small"
},
{
"x": 661,
"y": 900,
"z": 437,
"type": "small"
},
{
"x": 672,
"y": 870,
"z": 437,
"type": "small"
},
{
"x": 686,
"y": 842,
"z": 437,
"type": "small"
},
{
"x": 701,
"y": 816,
"z": 437,
"type": "small"
},
{
"x": 719,
"y": 790,
"z": 437,
"type": "small"
},
{
"x": 739,
"y": 766,
"z": 437,
"type": "small"
},
{
"x": 761,
"y": 744,
"z": 437,
"type": "small"
},
{
"x": 785,
"y": 724,
"z": 437,
"type": "small"
},
{
"x": 810,
"y": 705,
"z": 437,
"type": "small"
},
{
"x": 836,
"y": 689,
"z": 437,
"type": "small"
},
{
"x": 864,
"y": 675,
"z": 437,
"type": "small"
},
{
"x": 893,
"y": 663,
"z": 437,
"type": "small"
},
{
"x": 923,
"y": 654,
"z": 437,
"type": "small"
},
{
"x": 953,
"y": 647,
"z": 437,
"type": "small"
},
{
"x": 984,
"y": 642,
"z": 437,
"type": "small"
},
{
"x": 1015,
"y": 640,
"z": 437,
"type": "small"
},
{
"x": 640,
"y": 1029,
"z": 539,
"type": "small"
},
{
"x": 641,
"y": 998,
"z": 539,
"type": "small"
},
{
"x": 644,
"y": 967,
"z": 539,
"type": "small"
},
{
"x": 650,
"y": 936,
"z": 539,
"type": "small"
},
{
"x": 658,
"y": 906,
"z": 539,
"type": "small"
},
{
"x": 669,
"y": 877,
"z": 539,
"type": "small"
},
{
"x": 682,
"y": 849,
"z": 539,
"type": "small"
},
{
"x": 698,
"y": 822,
"z": 539,
"type": "small"
},
{
"x": 715,
"y": 796,
"z": 539,
"type": "small"
},
{
"x": 735,
"y": 772,
"z": 539,
"type": "small"
},
{
"x": 756,
"y": 749,
"z": 539,
"type": "small"
},
{
"x": 779,
"y": 728,
"z": 539,
"type": "small"
},
{
"x": 804,
"y": 709,
"z": 539,
"type": "small"
},
{
"x": 830,
"y": 693,
"z": 539,
"type": "small"
},
{
"x": 858,
"y": 678,
"z": 539,
"type": "small"
},
{
"x": 886,
"y": 666,
"z": 539,
"type": "small"
},
{
"x": 916,
"y": 656,
"z": 539,
"type": "small"
},
{
"x": 946,
"y": 648,
"z": 539,
"type": "small"
},
{
"x": 977,
"y": 643,
"z": 539,
"type": "small"
},
{
"x": 1008,
"y": 640,
"z": 539,
"type": "small"
},
{
"x": 1382,
"y": 884,
"z": 666,
"type": "small"
},
{
"x": 1392,
"y": 913,
"z": 666,
"type": "small"
},
{
"x": 1399,
"y": 944,
"z": 666,
"type": "small"
},
{
"x": 1405,
"y": 974,
"z": 666,
"type": "small"
},
{
"x": 1408,
"y": 1005,
"z": 666,
"type": "small"
},
{
"x": 1408,
"y": 1036,
"z": 666,
"type": "small"
},
{
"x": 1406,
"y": 1068,
"z": 666,
"type": "small"
},
{
"x": 1401,
"y": 1098,
"z": 666,
"type": "small"
},
{
"x": 1393,
"y": 1129,
"z": 666,
"type": "small"
},
{
"x": 1384,
"y": 1158,
"z": 666,
"type": "small"
},
{
"x": 1372,
"y": 1187,
"z": 666,
"type": "small"
},
{
"x": 1357,
"y": 1215,
"z": 666,
"type": "small"
},
{
"x": 1341,
"y": 1241,
"z": 666,
"type": "small"
},
{
"x": 1322,
"y": 1266,
"z": 666,
"type": "small"
},
{
"x": 1302,
"y": 1289,
"z": 666,
"type": "small"
},
{
"x": 1325,
"y": 786,
"z": 714,
"type": "medium"
},
{
"x": 1345,
"y": 813,
"z": 752,
"type": "small"
},
{
"x": 1361,
"y": 839,
"z": 752,
"type": "small"
},
{
"x": 1375,
"y": 867,
"z": 752,
"type": "small"
},
{
"x": 1386,
"y": 896,
"z": 752,
"type": "small"
},
{
"x": 1395,
"y": 926,
"z": 752,
"type": "small"
},
{
"x": 1402,
"y": 956,
"z": 752,
"type": "small"
},
{
"x": 1406,
"y": 987,
"z": 752,
"type": "small"
},
{
"x": 1408,
"y": 1018,
"z": 752,
"type": "small"
},
{
"x": 1407,
"y": 1049,
"z": 752,
"type": "small"
},
{
"x": 1404,
"y": 1080,
"z": 752,
"type": "small"
},
{
"x": 1398,
"y": 1111,
"z": 752,
"type": "small"
},
{
"x": 1390,
"y": 1141,
"z": 752,
"type": "small"
},
{
"x": 1379,
"y": 1170,
"z": 752,
"type": "small"
},
{
"x": 1366,
"y": 1199,
"z": 752,
"type": "small"
},
{
"x": 1351,
"y": 1226,
"z": 752,
"type": "small"
},
{
"x": 1333,
"y": 1252,
"z": 752,
"type": "small"
},
{
"x": 1314,
"y": 1276,
"z": 752,
"type": "small"
},
{
"x": 1293,
"y": 1298,
"z": 752,
"type": "small"
},
{
"x": 672,
"y": 872,
"z": 44,
"type": "small"
},
{
"x": 641,
"y": 1048,
"z": 107,
"type": "large"
},
{
"x": 648,
"y": 948,
"z": 112,
"type": "large"
}
],
"keys": [
{
"x": 691,
"y": 833,
"z": 84,
"color": "blue"
},
{
"x": 669,
"y": 1171,
"z": 93,
"color": "red"
},
{
"x": 641,
"y": 1004,
"z": 97,
"color": "white"
},
{
"x": 1400,
"y": 1101,
"z": -80,
"color": "green"
}
],
"doors": [
{
"x": 1083,
"y": 644,
"z": 86,
"color": "green"
},
{
"x": 1044,
"y": 1407,
"z": 86,
"color": "green"
},
{
"x": 1406,
"y": 1059,
"z": 301,
"color": "yellow"
},
{
"x": 1408,
"y": 1009,
"z": 298,
"color": "yellow"
},
{
"x": 1404,
"y": 971,
"z": 298,
"color": "yellow"
},
{
"x": 1395,
"y": 923,
"z": 298,
"color": "yellow"
},
{
"x": 1013,
"y": 1408,
"z": 301,
"color": "green"
},
{
"x": 1042,
"y": 640,
"z": 299,
"color": "green"
},
{
"x": 645,
"y": 1088,
"z": 104,
"color": "red"
},
{
"x": 656,
"y": 914,
"z": 103,
"color": "blue"
},
{
"x": 1351,
"y": 822,
"z": 694,
"color": "green"
}
],
"transitions": [
{
"position": {
"x": 780.5295916761238,
"y": 727.0519232751204,
"z": 492.11918148649016
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Save 2",
"axis": 0,
"position": 1501,
"z": 270,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 1407.6953889591844,
"y": 1008.7078944726286,
"z": 708.6185694978122
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Save 3",
"axis": 0,
"position": 1501,
"z": 270,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 1295.1385972636067,
"y": 1408,
"z": 294.37658025955375
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 2",
"axis": 0,
"position": 331,
"z": 89,
"momx": 2,
"momy": 0
}
},
{
"position": {
"x": 1247.507570252351,
"y": 640,
"z": 294.37658025955375
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 2",
"axis": 1,
"position": 4658,
"z": 89,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 756.0157520441755,
"y": 640,
"z": 83.22741137602412
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 3",
"axis": 2,"position": 636,"z": 164,
"momx": 2,
"momy": 0
}
},
{
"position": {
"x": 785.1477346834516,
"y": 1408,
"z": 83.22741137602412
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 3",
"axis": 3,"position": 367,"z": 164,
"momx": -2,
"momy": 0
}
}
],
"spawn": {
"axis": 3,
"position": 333,
"z": 487
}
};
LevelDatabase["Cavern 2"] = {
"background": {
"image": "cavern",
"width": 3072
},
"tint": {
"rgb": 12595392,
"a": 0.7,
"effect": "MULTIPLY"
},
"axes": [
{
"x": 0,
"y": 0,
"radius": 0,
"angle": 0,
"length": 5000,
"left": [
1
],
"right": [
1
]
},
{
"x": 5000,
"y": -512,
"radius": 0,
"angle": 180,
"length": 5000,
"left": [
0
],
"right": [
0
]
}
],
"rocks": [
{
"x": 81,
"y": 0,
"z": 49,
"type": "wide"
},
{
"x": 176,
"y": 0,
"z": 49,
"type": "wide"
},
{
"x": 277,
"y": 0,
"z": 49,
"type": "wide"
},
{
"x": 381,
"y": 0,
"z": 49,
"type": "wide"
},
{
"x": 483,
"y": 0,
"z": 49,
"type": "wide"
},
{
"x": 478,
"y": 0,
"z": 141,
"type": "wide"
},
{
"x": 381,
"y": 0,
"z": 141,
"type": "wide"
},
{
"x": 273,
"y": 0,
"z": 141,
"type": "wide"
},
{
"x": 173,
"y": 0,
"z": 141,
"type": "wide"
},
{
"x": 72,
"y": 0,
"z": 141,
"type": "wide"
},
{
"x": 108,
"y": -512,
"z": 141,
"type": "wide"
},
{
"x": 207,
"y": -512,
"z": 141,
"type": "wide"
},
{
"x": 309,
"y": -512,
"z": 141,
"type": "wide"
},
{
"x": 412,
"y": -512,
"z": 141,
"type": "wide"
},
{
"x": 508,
"y": -512,
"z": 141,
"type": "wide"
},
{
"x": 113,
"y": -512,
"z": 49,
"type": "wide"
},
{
"x": 212,
"y": -512,
"z": 49,
"type": "wide"
},
{
"x": 316,
"y": -512,
"z": 49,
"type": "wide"
},
{
"x": 417,
"y": -512,
"z": 49,
"type": "wide"
},
{
"x": 516,
"y": -512,
"z": 49,
"type": "wide"
},
{
"x": 547,
"y": -512,
"z": -12,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -164,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -316,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -468,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -628,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -795,
"type": "large"
},
{
"x": 547,
"y": -512,
"z": -967,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -888,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -720,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -552,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -403,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -241,
"type": "large"
},
{
"x": 521,
"y": -512,
"z": -87,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -15,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -143,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -281,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -427,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -566,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -697,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -828,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -959,
"type": "large"
},
{
"x": 514,
"y": 0,
"z": -1085,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -1022,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -886,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -763,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -628,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -492,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -351,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -212,
"type": "large"
},
{
"x": 485,
"y": 0,
"z": -84,
"type": "large"
},
{
"x": 545,
"y": 0,
"z": 190,
"type": "large"
},
{
"x": 579,
"y": 0,
"z": 238,
"type": "large"
},
{
"x": 614,
"y": 0,
"z": 282,
"type": "large"
},
{
"x": 727,
"y": 0,
"z": 444,
"type": "wide"
},
{
"x": 790,
"y": 0,
"z": 477,
"type": "wide"
},
{
"x": 861,
"y": 0,
"z": 504,
"type": "wide"
},
{
"x": 959,
"y": 0,
"z": 510,
"type": "wide"
},
{
"x": 2386,
"y": 0,
"z": 20,
"type": "wide"
},
{
"x": 2388,
"y": 0,
"z": 73,
"type": "wide"
},
{
"x": 2318,
"y": 0,
"z": 49,
"type": "small"
},
{
"x": 2456,
"y": 0,
"z": 48,
"type": "small"
},
{
"x": 624,
"y": 0,
"z": 339,
"type": "wide"
},
{
"x": 579,
"y": 0,
"z": 389,
"type": "medium"
},
{
"x": 545,
"y": 0,
"z": 432,
"type": "medium"
},
{
"x": 674,
"y": 0,
"z": 475,
"type": "wide"
},
{
"x": 575,
"y": 0,
"z": 480,
"type": "wide"
},
{
"x": 2750,
"y": 0,
"z": -189,
"type": "medium"
},
{
"x": 3039,
"y": 0,
"z": 213,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": 68,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -98,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -258,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -418,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -570,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -728,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -880,
"type": "large"
},
{
"x": 3039,
"y": 0,
"z": -1054,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -978,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -790,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -623,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -478,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -320,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -174,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": -21,
"type": "large"
},
{
"x": 3064,
"y": 0,
"z": 138,
"type": "large"
},
{
"x": 1301,
"y": 0,
"z": -28,
"type": "medium"
},
{
"x": 1301,
"y": 0,
"z": -210,
"type": "medium"
},
{
"x": 1301,
"y": 0,
"z": -300,
"type": "large"
},
{
"x": 1303,
"y": 0,
"z": 36,
"type": "wide"
},
{
"x": 1356,
"y": 0,
"z": 110,
"type": "large"
},
{
"x": 1389,
"y": 0,
"z": 161,
"type": "large"
},
{
"x": 1417,
"y": 0,
"z": 233,
"type": "large"
},
{
"x": 1059,
"y": 0,
"z": -42,
"type": "large"
},
{
"x": 1083,
"y": 0,
"z": -116,
"type": "large"
},
{
"x": 1019,
"y": 0,
"z": 19,
"type": "wide"
},
{
"x": 962,
"y": 0,
"z": 47,
"type": "wide"
},
{
"x": 906,
"y": 0,
"z": 81,
"type": "wide"
},
{
"x": 854,
"y": 0,
"z": 126,
"type": "medium"
},
{
"x": 881,
"y": 0,
"z": 154,
"type": "medium"
},
{
"x": 916,
"y": 0,
"z": 184,
"type": "medium"
},
{
"x": 945,
"y": 0,
"z": 218,
"type": "medium"
},
{
"x": 991,
"y": 0,
"z": 268,
"type": "wide"
},
{
"x": 1036,
"y": 0,
"z": 482,
"type": "wide"
},
{
"x": 1126,
"y": 0,
"z": 460,
"type": "wide"
},
{
"x": 1204,
"y": 0,
"z": 435,
"type": "wide"
},
{
"x": 1269,
"y": 0,
"z": 400,
"type": "wide"
},
{
"x": 1335,
"y": 0,
"z": 391,
"type": "large"
},
{
"x": 1367,
"y": 0,
"z": 343,
"type": "large"
},
{
"x": 1390,
"y": 0,
"z": 285,
"type": "medium"
},
{
"x": 1456,
"y": 0,
"z": 297,
"type": "wide"
},
{
"x": 1538,
"y": 0,
"z": 319,
"type": "wide"
},
{
"x": 1639,
"y": 0,
"z": 321,
"type": "wide"
},
{
"x": 1707,
"y": 0,
"z": 294,
"type": "wide"
},
{
"x": 1761,
"y": 0,
"z": 259,
"type": "wide"
},
{
"x": 1819,
"y": 0,
"z": 228,
"type": "wide"
},
{
"x": 1820,
"y": 0,
"z": 128,
"type": "wide"
},
{
"x": 1823,
"y": 0,
"z": 67,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -45,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -149,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -257,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -351,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -454,
"type": "large"
},
{
"x": 1823,
"y": 0,
"z": -557,
"type": "large"
},
{
"x": 1249,
"y": 0,
"z": 100,
"type": "medium"
},
{
"x": 2383,
"y": 0,
"z": 211,
"type": "medium"
},
{
"x": 1876,
"y": 0,
"z": 287,
"type": "large"
},
{
"x": 1912,
"y": 0,
"z": 355,
"type": "wide"
},
{
"x": 1984,
"y": 0,
"z": 384,
"type": "wide"
},
{
"x": 2085,
"y": 0,
"z": 387,
"type": "wide"
},
{
"x": 2152,
"y": 0,
"z": 376,
"type": "medium"
},
{
"x": 2187,
"y": 0,
"z": 395,
"type": "medium"
},
{
"x": 2220,
"y": 0,
"z": 397,
"type": "medium"
},
{
"x": 2246,
"y": 0,
"z": 367,
"type": "medium"
},
{
"x": 2746,
"y": 0,
"z": -24,
"type": "medium"
},
{
"x": 3010,
"y": 0,
"z": 252,
"type": "medium"
},
{
"x": 2976,
"y": 0,
"z": 278,
"type": "medium"
},
{
"x": 2910,
"y": 0,
"z": 315,
"type": "wide"
},
{
"x": 2837,
"y": 0,
"z": 346,
"type": "wide"
},
{
"x": 2769,
"y": 0,
"z": 379,
"type": "wide"
},
{
"x": 2663,
"y": 0,
"z": 388,
"type": "wide"
},
{
"x": 2589,
"y": 0,
"z": 393,
"type": "medium"
},
{
"x": 2556,
"y": 0,
"z": 413,
"type": "medium"
},
{
"x": 2527,
"y": 0,
"z": 401,
"type": "medium"
},
{
"x": 2495,
"y": 0,
"z": 387,
"type": "medium"
},
{
"x": 2456,
"y": 0,
"z": 379,
"type": "medium"
},
{
"x": 2427,
"y": 0,
"z": 400,
"type": "medium"
},
{
"x": 2396,
"y": 0,
"z": 404,
"type": "medium"
},
{
"x": 2372,
"y": 0,
"z": 378,
"type": "medium"
},
{
"x": 2343,
"y": 0,
"z": 348,
"type": "medium"
},
{
"x": 2307,
"y": 0,
"z": 351,
"type": "medium"
},
{
"x": 2278,
"y": 0,
"z": 371,
"type": "medium"
},
{
"x": 2411,
"y": -512,
"z": -26,
"type": "small"
},
{
"x": 2411,
"y": -512,
"z": 41,
"type": "large"
},
{
"x": 2411,
"y": -512,
"z": -173,
"type": "large"
},
{
"x": 2438,
"y": -512,
"z": -243,
"type": "wide"
},
{
"x": 2397,
"y": -512,
"z": -274,
"type": "wide"
},
{
"x": 2316,
"y": -512,
"z": -304,
"type": "wide"
},
{
"x": 2245,
"y": -512,
"z": -279,
"type": "wide"
},
{
"x": 2192,
"y": -512,
"z": -250,
"type": "wide"
},
{
"x": 2193,
"y": -512,
"z": -186,
"type": "large"
},
{
"x": 2193,
"y": -512,
"z": 54,
"type": "large"
},
{
"x": 2193,
"y": -512,
"z": -106,
"type": "medium"
},
{
"x": 2193,
"y": -512,
"z": -37,
"type": "medium"
},
{
"x": 2383,
"y": -512,
"z": 104,
"type": "large"
},
{
"x": 2354,
"y": -512,
"z": 175,
"type": "large"
},
{
"x": 2323,
"y": -512,
"z": 226,
"type": "large"
},
{
"x": 2288,
"y": -512,
"z": 260,
"type": "large"
},
{
"x": 2193,
"y": -512,
"z": 160,
"type": "large"
},
{
"x": 2214,
"y": -512,
"z": 224,
"type": "wide"
},
{
"x": 2256,
"y": -512,
"z": 255,
"type": "small"
},
{
"x": 2230,
"y": -512,
"z": 255,
"type": "small"
},
{
"x": 2199,
"y": -512,
"z": 255,
"type": "small"
},
{
"x": 1039,
"y": -512,
"z": -51,
"type": "wide"
},
{
"x": 1143,
"y": -512,
"z": -51,
"type": "wide"
},
{
"x": 1238,
"y": -512,
"z": -51,
"type": "wide"
},
{
"x": 1335,
"y": -512,
"z": -51,
"type": "wide"
},
{
"x": 1439,
"y": -512,
"z": -51,
"type": "wide"
},
{
"x": 992,
"y": -512,
"z": 11,
"type": "large"
},
{
"x": 1476,
"y": -512,
"z": 17,
"type": "large"
},
{
"x": 1241,
"y": -512,
"z": 192,
"type": "large"
},
{
"x": 1244,
"y": -512,
"z": 101,
"type": "medium"
},
{
"x": 1184,
"y": -512,
"z": 248,
"type": "wide"
},
{
"x": 1112,
"y": -512,
"z": 279,
"type": "wide"
},
{
"x": 574,
"y": -512,
"z": 179,
"type": "medium"
},
{
"x": 601,
"y": -512,
"z": 224,
"type": "wide"
},
{
"x": 692,
"y": -512,
"z": 252,
"type": "wide"
},
{
"x": 774,
"y": -512,
"z": 283,
"type": "wide"
},
{
"x": 843,
"y": -512,
"z": 306,
"type": "medium"
},
{
"x": 877,
"y": -512,
"z": 310,
"type": "medium"
},
{
"x": 902,
"y": -512,
"z": 336,
"type": "medium"
},
{
"x": 935,
"y": -512,
"z": 352,
"type": "medium"
},
{
"x": 966,
"y": -512,
"z": 341,
"type": "medium"
},
{
"x": 997,
"y": -512,
"z": 309,
"type": "medium"
},
{
"x": 1051,
"y": -512,
"z": 309,
"type": "medium"
},
{
"x": 1021,
"y": -512,
"z": 294,
"type": "medium"
},
{
"x": 2459,
"y": -512,
"z": 900,
"type": "large"
},
{
"x": 2419,
"y": -512,
"z": 962,
"type": "large"
},
{
"x": 2383,
"y": -512,
"z": 890,
"type": "large"
},
{
"x": 2490,
"y": -512,
"z": 831,
"type": "large"
},
{
"x": 2528,
"y": -512,
"z": 783,
"type": "large"
},
{
"x": 2559,
"y": -512,
"z": 718,
"type": "large"
},
{
"x": 2590,
"y": -512,
"z": 686,
"type": "large"
},
{
"x": 2630,
"y": -512,
"z": 649,
"type": "large"
},
{
"x": 2693,
"y": -512,
"z": 612,
"type": "wide"
},
{
"x": 2775,
"y": -512,
"z": 585,
"type": "wide"
},
{
"x": 2844,
"y": -512,
"z": 550,
"type": "wide"
},
{
"x": 2905,
"y": -512,
"z": 517,
"type": "medium"
},
{
"x": 2934,
"y": -512,
"z": 473,
"type": "large"
},
{
"x": 2965,
"y": -512,
"z": 417,
"type": "large"
},
{
"x": 2992,
"y": -512,
"z": 332,
"type": "large"
},
{
"x": 3019,
"y": -512,
"z": 277,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": 230,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": 67,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -78,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -202,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -327,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -466,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -612,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -743,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -860,
"type": "large"
},
{
"x": 3046,
"y": -512,
"z": -998,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -935,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -798,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -672,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -547,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -385,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -261,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -130,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": -19,
"type": "large"
},
{
"x": 3077,
"y": -512,
"z": 152,
"type": "large"
},
{
"x": 2414,
"y": -512,
"z": 212,
"type": "wide"
},
{
"x": 2525,
"y": -512,
"z": 212,
"type": "wide"
},
{
"x": 2638,
"y": -512,
"z": 212,
"type": "wide"
},
{
"x": 2752,
"y": -512,
"z": 212,
"type": "wide"
},
{
"x": 2349,
"y": -512,
"z": 825,
"type": "large"
},
{
"x": 2320,
"y": -512,
"z": 751,
"type": "large"
},
{
"x": 2282,
"y": -512,
"z": 692,
"type": "large"
},
{
"x": 1283,
"y": -512,
"z": 251,
"type": "medium"
},
{
"x": 1316,
"y": -512,
"z": 276,
"type": "medium"
},
{
"x": 1362,
"y": -512,
"z": 329,
"type": "wide"
},
{
"x": 1401,
"y": -512,
"z": 360,
"type": "wide"
},
{
"x": 1990,
"y": -512,
"z": 13,
"type": "large"
},
{
"x": 1990,
"y": -512,
"z": 120,
"type": "large"
},
{
"x": 1990,
"y": -512,
"z": 228,
"type": "large"
},
{
"x": 1990,
"y": -512,
"z": 338,
"type": "large"
},
{
"x": 1978,
"y": -512,
"z": 437,
"type": "large"
},
{
"x": 2011,
"y": -512,
"z": 504,
"type": "wide"
},
{
"x": 2056,
"y": -512,
"z": 534,
"type": "wide"
},
{
"x": 2101,
"y": -512,
"z": 567,
"type": "wide"
},
{
"x": 2162,
"y": -512,
"z": 598,
"type": "wide"
},
{
"x": 2250,
"y": -512,
"z": 633,
"type": "large"
},
{
"x": 2226,
"y": -512,
"z": 604,
"type": "large"
},
{
"x": 1791,
"y": -512,
"z": 64,
"type": "large"
},
{
"x": 1791,
"y": -512,
"z": -61,
"type": "large"
},
{
"x": 1791,
"y": -512,
"z": -162,
"type": "large"
},
{
"x": 1791,
"y": -512,
"z": -270,
"type": "large"
},
{
"x": 1791,
"y": -512,
"z": -373,
"type": "large"
},
{
"x": 1997,
"y": -512,
"z": -81,
"type": "medium"
},
{
"x": 1933,
"y": -512,
"z": 372,
"type": "wide"
},
{
"x": 1854,
"y": -512,
"z": 411,
"type": "wide"
},
{
"x": 1767,
"y": -512,
"z": 442,
"type": "wide"
},
{
"x": 1702,
"y": -512,
"z": 408,
"type": "wide"
},
{
"x": 1635,
"y": -512,
"z": 382,
"type": "wide"
},
{
"x": 1542,
"y": -512,
"z": 363,
"type": "wide"
},
{
"x": 1472,
"y": -512,
"z": 352,
"type": "small"
}
],
"keys": [
{
"x": 2381,
"y": 0,
"z": 42,
"color": "blue"
},
{
"x": 600,
"y": 0,
"z": 437,
"color": "yellow"
},
{
"x": 2750,
"y": 0,
"z": -121,
"color": "green"
},
{
"x": 2264,
"y": -512,
"z": 173,
"color": "yellow"
},
{
"x": 1233,
"y": -512,
"z": -80,
"color": "red"
},
{
"x": 2422,
"y": -512,
"z": 870,
"color": "green"
}
],
"doors": [
{
"x": 671,
"y": 0,
"z": 392,
"color": "red"
},
{
"x": 2411,
"y": -512,
"z": -83,
"color": "blue"
}
],
"transitions": [
{
"position": {
"x": 292.04447976864475,
"y": 1.7882566867866237e-14,
"z": 88.77779918808486
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 1",
"axis": 4,
"position": 228,
"z": 294,
"momx": -2,
"momy": 0
}
},
{
"position": {
"x": 302.86134041598416,
"y": -511.9999999999997,
"z": 88.77779918808486
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 1",
"axis": 5,
"position": 844,
"z": 294,
"momx": 2,
"momy": 0
}
}
],
"spawn": {
"axis": 0,
"position": 479,
"z": 89
}
};
LevelDatabase["Cavern 3"] = {
"background": {
"image": "cavern",
"width": 3072
},
"tint": {
"rgb": 12595392,
"a": 0.7,
"effect": "MULTIPLY"
},
"axes": [
{
"x": 1000,
"y": 1000,
"radius": -384,
"angle": 0,
"length": 180,
"left": [
1
],
"right": [
1
]
},
{
"x": 1000,
"y": 1000,
"radius": -384,
"angle": 180,
"length": 180,
"left": [
2,
256,
0
],
"right": [
3,
256,
0
]
},
{
"x": 1384,
"y": 2000,
"radius": 0,
"angle": 270,
"length": 1000,
"left": [
1
],
"right": [
1
]
},
{
"x": 616,
"y": 1000,
"radius": 0,
"angle": 90,
"length": 1000,
"left": [
1
],
"right": [
1
]
}
],
"rocks": [
{
"x": 730,
"y": 1273,
"z": 278,
"type": "large"
},
{
"x": 753,
"y": 1294,
"z": 278,
"type": "large"
},
{
"x": 777,
"y": 1313,
"z": 278,
"type": "large"
},
{
"x": 803,
"y": 1330,
"z": 278,
"type": "large"
},
{
"x": 831,
"y": 1345,
"z": 278,
"type": "large"
},
{
"x": 859,
"y": 1357,
"z": 278,
"type": "large"
},
{
"x": 889,
"y": 1368,
"z": 278,
"type": "large"
},
{
"x": 919,
"y": 1375,
"z": 278,
"type": "large"
},
{
"x": 950,
"y": 1381,
"z": 278,
"type": "large"
},
{
"x": 981,
"y": 1384,
"z": 278,
"type": "large"
},
{
"x": 1012,
"y": 1384,
"z": 278,
"type": "large"
},
{
"x": 1043,
"y": 1382,
"z": 278,
"type": "large"
},
{
"x": 1074,
"y": 1377,
"z": 278,
"type": "large"
},
{
"x": 1104,
"y": 1370,
"z": 278,
"type": "large"
},
{
"x": 1134,
"y": 1360,
"z": 278,
"type": "large"
},
{
"x": 1162,
"y": 1348,
"z": 278,
"type": "large"
},
{
"x": 1190,
"y": 1334,
"z": 278,
"type": "large"
},
{
"x": 1216,
"y": 1317,
"z": 278,
"type": "large"
},
{
"x": 1241,
"y": 1299,
"z": 278,
"type": "large"
},
{
"x": 1265,
"y": 1278,
"z": 278,
"type": "large"
},
{
"x": 1286,
"y": 1256,
"z": 278,
"type": "large"
},
{
"x": 1306,
"y": 1232,
"z": 278,
"type": "large"
},
{
"x": 1324,
"y": 1206,
"z": 278,
"type": "large"
},
{
"x": 1340,
"y": 1179,
"z": 278,
"type": "large"
},
{
"x": 1353,
"y": 1151,
"z": 278,
"type": "large"
},
{
"x": 1364,
"y": 1122,
"z": 278,
"type": "large"
},
{
"x": 1373,
"y": 1092,
"z": 278,
"type": "large"
},
{
"x": 1379,
"y": 1061,
"z": 278,
"type": "large"
},
{
"x": 1383,
"y": 1031,
"z": 278,
"type": "large"
},
{
"x": 1384,
"y": 999,
"z": 278,
"type": "large"
},
{
"x": 1383,
"y": 968,
"z": 278,
"type": "large"
},
{
"x": 1379,
"y": 937,
"z": 278,
"type": "large"
},
{
"x": 1373,
"y": 907,
"z": 278,
"type": "large"
},
{
"x": 620,
"y": 947,
"z": 278,
"type": "large"
},
{
"x": 617,
"y": 978,
"z": 278,
"type": "large"
},
{
"x": 616,
"y": 1009,
"z": 278,
"type": "large"
},
{
"x": 618,
"y": 1041,
"z": 278,
"type": "large"
},
{
"x": 623,
"y": 1071,
"z": 278,
"type": "large"
},
{
"x": 630,
"y": 1102,
"z": 278,
"type": "large"
},
{
"x": 639,
"y": 1131,
"z": 278,
"type": "large"
},
{
"x": 651,
"y": 1160,
"z": 278,
"type": "large"
},
{
"x": 665,
"y": 1188,
"z": 278,
"type": "large"
},
{
"x": 681,
"y": 1214,
"z": 278,
"type": "large"
},
{
"x": 700,
"y": 1240,
"z": 278,
"type": "large"
},
{
"x": 616,
"y": 1042,
"z": 87,
"type": "medium"
},
{
"x": 616,
"y": 1011,
"z": 87,
"type": "medium"
},
{
"x": 617,
"y": 980,
"z": 87,
"type": "medium"
},
{
"x": 619,
"y": 949,
"z": 87,
"type": "medium"
},
{
"x": 625,
"y": 918,
"z": 87,
"type": "medium"
},
{
"x": 633,
"y": 888,
"z": 87,
"type": "medium"
},
{
"x": 643,
"y": 859,
"z": 87,
"type": "medium"
},
{
"x": 656,
"y": 830,
"z": 87,
"type": "medium"
},
{
"x": 670,
"y": 803,
"z": 87,
"type": "medium"
},
{
"x": 687,
"y": 777,
"z": 87,
"type": "medium"
},
{
"x": 707,
"y": 752,
"z": 87,
"type": "medium"
},
{
"x": 728,
"y": 729,
"z": 87,
"type": "medium"
},
{
"x": 750,
"y": 708,
"z": 87,
"type": "medium"
},
{
"x": 775,
"y": 689,
"z": 87,
"type": "medium"
},
{
"x": 801,
"y": 672,
"z": 87,
"type": "medium"
},
{
"x": 828,
"y": 657,
"z": 87,
"type": "medium"
},
{
"x": 857,
"y": 644,
"z": 87,
"type": "medium"
},
{
"x": 886,
"y": 633,
"z": 87,
"type": "medium"
},
{
"x": 916,
"y": 625,
"z": 87,
"type": "medium"
},
{
"x": 947,
"y": 620,
"z": 87,
"type": "medium"
},
{
"x": 978,
"y": 617,
"z": 87,
"type": "medium"
},
{
"x": 1009,
"y": 616,
"z": 87,
"type": "medium"
},
{
"x": 1040,
"y": 618,
"z": 87,
"type": "medium"
},
{
"x": 1071,
"y": 623,
"z": 87,
"type": "medium"
},
{
"x": 1101,
"y": 630,
"z": 87,
"type": "medium"
},
{
"x": 1214,
"y": 681,
"z": 87,
"type": "medium"
},
{
"x": 1239,
"y": 700,
"z": 87,
"type": "medium"
},
{
"x": 1263,
"y": 720,
"z": 87,
"type": "medium"
},
{
"x": 1285,
"y": 742,
"z": 87,
"type": "medium"
},
{
"x": 1304,
"y": 766,
"z": 87,
"type": "medium"
},
{
"x": 1322,
"y": 791,
"z": 87,
"type": "medium"
},
{
"x": 1338,
"y": 818,
"z": 87,
"type": "medium"
},
{
"x": 1352,
"y": 846,
"z": 87,
"type": "medium"
},
{
"x": 1363,
"y": 875,
"z": 87,
"type": "medium"
},
{
"x": 1372,
"y": 905,
"z": 87,
"type": "medium"
},
{
"x": 1379,
"y": 936,
"z": 87,
"type": "medium"
},
{
"x": 1383,
"y": 967,
"z": 87,
"type": "medium"
},
{
"x": 1384,
"y": 998,
"z": 87,
"type": "medium"
},
{
"x": 619,
"y": 955,
"z": 214,
"type": "small"
},
{
"x": 616,
"y": 986,
"z": 214,
"type": "small"
},
{
"x": 616,
"y": 1017,
"z": 214,
"type": "small"
},
{
"x": 616,
"y": 1048,
"z": 214,
"type": "small"
},
{
"x": 1377,
"y": 925,
"z": 212,
"type": "small"
},
{
"x": 1381,
"y": 956,
"z": 212,
"type": "small"
},
{
"x": 1384,
"y": 987,
"z": 212,
"type": "small"
},
{
"x": 1384,
"y": 1018,
"z": 212,
"type": "small"
},
{
"x": 1384,
"y": 1058,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1165,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1273,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1368,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1463,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1564,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1667,
"z": 102,
"type": "wide"
},
{
"x": 1384,
"y": 1081,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1184,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1283,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1382,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1482,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1580,
"z": 212,
"type": "wide"
},
{
"x": 1384,
"y": 1678,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1116,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1214,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1313,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1412,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1508,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1607,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1708,
"z": 212,
"type": "wide"
},
{
"x": 616,
"y": 1104,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1206,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1303,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1400,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1502,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1602,
"z": 106,
"type": "wide"
},
{
"x": 616,
"y": 1697,
"z": 106,
"type": "wide"
},
{
"x": 1295,
"y": 1246,
"z": 817,
"type": "medium"
},
{
"x": 1314,
"y": 1221,
"z": 817,
"type": "medium"
},
{
"x": 1331,
"y": 1195,
"z": 817,
"type": "medium"
},
{
"x": 1345,
"y": 1168,
"z": 817,
"type": "medium"
},
{
"x": 1358,
"y": 1139,
"z": 817,
"type": "medium"
},
{
"x": 1368,
"y": 1110,
"z": 817,
"type": "medium"
},
{
"x": 1376,
"y": 1079,
"z": 817,
"type": "medium"
},
{
"x": 1381,
"y": 1049,
"z": 817,
"type": "medium"
},
{
"x": 1384,
"y": 1018,
"z": 817,
"type": "medium"
},
{
"x": 1384,
"y": 986,
"z": 817,
"type": "medium"
},
{
"x": 1381,
"y": 955,
"z": 817,
"type": "medium"
},
{
"x": 1377,
"y": 925,
"z": 817,
"type": "medium"
},
{
"x": 1369,
"y": 894,
"z": 817,
"type": "medium"
},
{
"x": 1359,
"y": 865,
"z": 817,
"type": "medium"
},
{
"x": 1347,
"y": 836,
"z": 817,
"type": "medium"
},
{
"x": 1333,
"y": 808,
"z": 817,
"type": "medium"
},
{
"x": 1316,
"y": 782,
"z": 817,
"type": "medium"
},
{
"x": 1298,
"y": 757,
"z": 817,
"type": "medium"
},
{
"x": 1277,
"y": 734,
"z": 817,
"type": "medium"
},
{
"x": 1254,
"y": 712,
"z": 817,
"type": "medium"
},
{
"x": 1230,
"y": 693,
"z": 817,
"type": "medium"
},
{
"x": 1205,
"y": 675,
"z": 817,
"type": "medium"
},
{
"x": 1178,
"y": 660,
"z": 817,
"type": "medium"
},
{
"x": 1149,
"y": 646,
"z": 817,
"type": "medium"
},
{
"x": 1120,
"y": 635,
"z": 817,
"type": "medium"
},
{
"x": 1090,
"y": 627,
"z": 817,
"type": "medium"
},
{
"x": 1060,
"y": 621,
"z": 817,
"type": "medium"
},
{
"x": 1029,
"y": 617,
"z": 817,
"type": "medium"
},
{
"x": 998,
"y": 616,
"z": 817,
"type": "medium"
},
{
"x": 966,
"y": 617,
"z": 817,
"type": "medium"
},
{
"x": 936,
"y": 621,
"z": 817,
"type": "medium"
},
{
"x": 905,
"y": 628,
"z": 817,
"type": "medium"
},
{
"x": 875,
"y": 637,
"z": 817,
"type": "medium"
},
{
"x": 846,
"y": 648,
"z": 817,
"type": "medium"
},
{
"x": 818,
"y": 662,
"z": 817,
"type": "medium"
},
{
"x": 791,
"y": 678,
"z": 817,
"type": "medium"
},
{
"x": 766,
"y": 696,
"z": 817,
"type": "medium"
},
{
"x": 742,
"y": 716,
"z": 817,
"type": "medium"
},
{
"x": 720,
"y": 737,
"z": 817,
"type": "medium"
},
{
"x": 699,
"y": 761,
"z": 817,
"type": "medium"
},
{
"x": 681,
"y": 786,
"z": 817,
"type": "medium"
},
{
"x": 665,
"y": 813,
"z": 817,
"type": "medium"
},
{
"x": 651,
"y": 840,
"z": 817,
"type": "medium"
},
{
"x": 639,
"y": 869,
"z": 817,
"type": "medium"
},
{
"x": 630,
"y": 899,
"z": 817,
"type": "medium"
},
{
"x": 623,
"y": 929,
"z": 817,
"type": "medium"
},
{
"x": 618,
"y": 960,
"z": 817,
"type": "medium"
},
{
"x": 616,
"y": 991,
"z": 817,
"type": "medium"
},
{
"x": 617,
"y": 1022,
"z": 817,
"type": "medium"
},
{
"x": 644,
"y": 1143,
"z": 817,
"type": "medium"
},
{
"x": 657,
"y": 1172,
"z": 817,
"type": "medium"
},
{
"x": 729,
"y": 1272,
"z": 817,
"type": "medium"
},
{
"x": 752,
"y": 1293,
"z": 817,
"type": "medium"
},
{
"x": 777,
"y": 1313,
"z": 817,
"type": "medium"
},
{
"x": 803,
"y": 1330,
"z": 817,
"type": "medium"
},
{
"x": 830,
"y": 1344,
"z": 817,
"type": "medium"
},
{
"x": 859,
"y": 1357,
"z": 817,
"type": "medium"
},
{
"x": 888,
"y": 1367,
"z": 817,
"type": "medium"
},
{
"x": 918,
"y": 1375,
"z": 817,
"type": "medium"
},
{
"x": 949,
"y": 1381,
"z": 817,
"type": "medium"
},
{
"x": 980,
"y": 1383,
"z": 817,
"type": "medium"
},
{
"x": 1011,
"y": 1384,
"z": 817,
"type": "medium"
},
{
"x": 1042,
"y": 1382,
"z": 817,
"type": "medium"
},
{
"x": 1073,
"y": 1377,
"z": 817,
"type": "medium"
},
{
"x": 1103,
"y": 1370,
"z": 817,
"type": "medium"
},
{
"x": 1133,
"y": 1360,
"z": 817,
"type": "medium"
},
{
"x": 1162,
"y": 1348,
"z": 817,
"type": "medium"
},
{
"x": 1190,
"y": 1334,
"z": 817,
"type": "medium"
},
{
"x": 1216,
"y": 1318,
"z": 817,
"type": "medium"
},
{
"x": 1114,
"y": 633,
"z": 164,
"type": "large"
},
{
"x": 1087,
"y": 626,
"z": 233,
"type": "large"
},
{
"x": 1059,
"y": 621,
"z": 285,
"type": "large"
},
{
"x": 1034,
"y": 618,
"z": 345,
"type": "large"
},
{
"x": 999,
"y": 616,
"z": 397,
"type": "large"
},
{
"x": 970,
"y": 617,
"z": 452,
"type": "large"
},
{
"x": 938,
"y": 621,
"z": 505,
"type": "large"
},
{
"x": 913,
"y": 626,
"z": 560,
"type": "large"
},
{
"x": 887,
"y": 633,
"z": 618,
"type": "large"
},
{
"x": 1129,
"y": 1362,
"z": 681,
"type": "medium"
},
{
"x": 1108,
"y": 1369,
"z": 638,
"type": "medium"
},
{
"x": 1083,
"y": 1375,
"z": 591,
"type": "large"
},
{
"x": 1052,
"y": 1380,
"z": 569,
"type": "large"
},
{
"x": 1025,
"y": 1383,
"z": 534,
"type": "large"
},
{
"x": 997,
"y": 1384,
"z": 480,
"type": "large"
},
{
"x": 965,
"y": 1382,
"z": 439,
"type": "large"
},
{
"x": 936,
"y": 1379,
"z": 402,
"type": "large"
},
{
"x": 897,
"y": 1370,
"z": 378,
"type": "large"
},
{
"x": 1285,
"y": 1257,
"z": 882,
"type": "medium"
},
{
"x": 1277,
"y": 1266,
"z": 945,
"type": "medium"
},
{
"x": 1263,
"y": 1279,
"z": 998,
"type": "medium"
},
{
"x": 1244,
"y": 1296,
"z": 1038,
"type": "medium"
},
{
"x": 1221,
"y": 1314,
"z": 1087,
"type": "medium"
},
{
"x": 1188,
"y": 1335,
"z": 887,
"type": "medium"
},
{
"x": 1159,
"y": 1350,
"z": 907,
"type": "medium"
},
{
"x": 997,
"y": 1384,
"z": 1034,
"type": "medium"
},
{
"x": 1004,
"y": 1384,
"z": 1098,
"type": "medium"
},
{
"x": 1024,
"y": 1383,
"z": 1140,
"type": "medium"
},
{
"x": 1048,
"y": 1381,
"z": 1178,
"type": "medium"
},
{
"x": 1084,
"y": 1375,
"z": 1199,
"type": "medium"
},
{
"x": 1108,
"y": 1368,
"z": 1194,
"type": "medium"
},
{
"x": 1134,
"y": 1360,
"z": 1177,
"type": "medium"
},
{
"x": 1163,
"y": 1348,
"z": 1165,
"type": "medium"
},
{
"x": 1189,
"y": 1334,
"z": 1161,
"type": "medium"
},
{
"x": 1100,
"y": 1371,
"z": 1055,
"type": "small"
},
{
"x": 1111,
"y": 1368,
"z": 1080,
"type": "small"
},
{
"x": 1138,
"y": 1358,
"z": 1077,
"type": "small"
},
{
"x": 1147,
"y": 1355,
"z": 1050,
"type": "small"
},
{
"x": 1134,
"y": 1360,
"z": 1024,
"type": "small"
},
{
"x": 1102,
"y": 1370,
"z": 1028,
"type": "small"
},
{
"x": 1128,
"y": 1362,
"z": 909,
"type": "medium"
},
{
"x": 1102,
"y": 1370,
"z": 914,
"type": "medium"
},
{
"x": 1071,
"y": 1377,
"z": 926,
"type": "medium"
},
{
"x": 1043,
"y": 1382,
"z": 938,
"type": "medium"
},
{
"x": 1013,
"y": 1384,
"z": 963,
"type": "medium"
},
{
"x": 1215,
"y": 1318,
"z": 1139,
"type": "small"
},
{
"x": 971,
"y": 617,
"z": 695,
"type": "small"
},
{
"x": 986,
"y": 616,
"z": 692,
"type": "small"
},
{
"x": 1016,
"y": 616,
"z": 685,
"type": "small"
},
{
"x": 1047,
"y": 619,
"z": 678,
"type": "small"
},
{
"x": 1077,
"y": 624,
"z": 672,
"type": "small"
},
{
"x": 1106,
"y": 631,
"z": 665,
"type": "small"
},
{
"x": 1135,
"y": 641,
"z": 659,
"type": "small"
},
{
"x": 1163,
"y": 652,
"z": 652,
"type": "small"
},
{
"x": 1190,
"y": 666,
"z": 645,
"type": "small"
},
{
"x": 1216,
"y": 683,
"z": 639,
"type": "small"
},
{
"x": 1241,
"y": 701,
"z": 632,
"type": "small"
},
{
"x": 1264,
"y": 721,
"z": 625,
"type": "small"
},
{
"x": 1285,
"y": 742,
"z": 619,
"type": "small"
},
{
"x": 1304,
"y": 766,
"z": 612,
"type": "small"
},
{
"x": 1322,
"y": 791,
"z": 605,
"type": "small"
},
{
"x": 1337,
"y": 817,
"z": 599,
"type": "small"
},
{
"x": 1351,
"y": 844,
"z": 592,
"type": "small"
},
{
"x": 1371,
"y": 901,
"z": 579,
"type": "small"
},
{
"x": 1378,
"y": 931,
"z": 572,
"type": "small"
},
{
"x": 1382,
"y": 961,
"z": 566,
"type": "small"
},
{
"x": 1384,
"y": 992,
"z": 559,
"type": "small"
},
{
"x": 1383,
"y": 1022,
"z": 552,
"type": "small"
},
{
"x": 1380,
"y": 1052,
"z": 546,
"type": "small"
},
{
"x": 1375,
"y": 1082,
"z": 539,
"type": "small"
},
{
"x": 1367,
"y": 1112,
"z": 532,
"type": "small"
},
{
"x": 1357,
"y": 1141,
"z": 526,
"type": "small"
},
{
"x": 1345,
"y": 1168,
"z": 519,
"type": "small"
},
{
"x": 1331,
"y": 1195,
"z": 513,
"type": "small"
},
{
"x": 1314,
"y": 1221,
"z": 506,
"type": "small"
},
{
"x": 1296,
"y": 1245,
"z": 499,
"type": "small"
},
{
"x": 1275,
"y": 1268,
"z": 493,
"type": "small"
},
{
"x": 1253,
"y": 1289,
"z": 486,
"type": "small"
},
{
"x": 1230,
"y": 1308,
"z": 479,
"type": "small"
},
{
"x": 1207,
"y": 1323,
"z": 430,
"type": "large"
},
{
"x": 1182,
"y": 1338,
"z": 364,
"type": "medium"
},
{
"x": 1185,
"y": 1336,
"z": 703,
"type": "small"
},
{
"x": 1155,
"y": 1351,
"z": 703,
"type": "small"
},
{
"x": 1213,
"y": 1320,
"z": 703,
"type": "small"
},
{
"x": 1191,
"y": 1333,
"z": 512,
"type": "medium"
},
{
"x": 1186,
"y": 1336,
"z": 573,
"type": "medium"
},
{
"x": 1242,
"y": 1298,
"z": 684,
"type": "medium"
},
{
"x": 1267,
"y": 1276,
"z": 658,
"type": "medium"
},
{
"x": 1295,
"y": 1246,
"z": 634,
"type": "medium"
},
{
"x": 1383,
"y": 968,
"z": 416,
"type": "medium"
},
{
"x": 1379,
"y": 937,
"z": 416,
"type": "medium"
},
{
"x": 1373,
"y": 907,
"z": 416,
"type": "medium"
},
{
"x": 1364,
"y": 877,
"z": 416,
"type": "medium"
},
{
"x": 1353,
"y": 848,
"z": 416,
"type": "medium"
},
{
"x": 1339,
"y": 820,
"z": 416,
"type": "medium"
},
{
"x": 1323,
"y": 793,
"z": 416,
"type": "medium"
},
{
"x": 1306,
"y": 767,
"z": 416,
"type": "medium"
},
{
"x": 1286,
"y": 743,
"z": 416,
"type": "medium"
},
{
"x": 1264,
"y": 721,
"z": 416,
"type": "medium"
},
{
"x": 1241,
"y": 701,
"z": 416,
"type": "medium"
},
{
"x": 1215,
"y": 682,
"z": 416,
"type": "medium"
},
{
"x": 1189,
"y": 666,
"z": 416,
"type": "medium"
},
{
"x": 1161,
"y": 652,
"z": 416,
"type": "medium"
},
{
"x": 1133,
"y": 640,
"z": 416,
"type": "medium"
},
{
"x": 1103,
"y": 630,
"z": 416,
"type": "medium"
},
{
"x": 1073,
"y": 623,
"z": 416,
"type": "medium"
},
{
"x": 1328,
"y": 1199,
"z": 361,
"type": "medium"
},
{
"x": 1357,
"y": 859,
"z": 259,
"type": "medium"
},
{
"x": 1331,
"y": 806,
"z": 301,
"type": "medium"
},
{
"x": 1299,
"y": 759,
"z": 246,
"type": "medium"
},
{
"x": 1258,
"y": 716,
"z": 265,
"type": "medium"
},
{
"x": 1188,
"y": 665,
"z": 338,
"type": "medium"
},
{
"x": 1337,
"y": 815,
"z": 141,
"type": "small"
},
{
"x": 1197,
"y": 670,
"z": 151,
"type": "medium"
},
{
"x": 1270,
"y": 1273,
"z": 394,
"type": "small"
},
{
"x": 1345,
"y": 831,
"z": 539,
"type": "small"
},
{
"x": 1373,
"y": 909,
"z": 631,
"type": "small"
},
{
"x": 1377,
"y": 930,
"z": 654,
"type": "small"
},
{
"x": 1381,
"y": 950,
"z": 677,
"type": "small"
},
{
"x": 1362,
"y": 873,
"z": 588,
"type": "medium"
},
{
"x": 1282,
"y": 740,
"z": 485,
"type": "medium"
},
{
"x": 1197,
"y": 670,
"z": 601,
"type": "medium"
},
{
"x": 1161,
"y": 651,
"z": 557,
"type": "medium"
},
{
"x": 1132,
"y": 639,
"z": 551,
"type": "medium"
},
{
"x": 1093,
"y": 627,
"z": 551,
"type": "medium"
},
{
"x": 838,
"y": 1348,
"z": 414,
"type": "small"
},
{
"x": 810,
"y": 1334,
"z": 414,
"type": "small"
},
{
"x": 784,
"y": 1317,
"z": 414,
"type": "small"
},
{
"x": 759,
"y": 1299,
"z": 414,
"type": "small"
},
{
"x": 735,
"y": 1278,
"z": 414,
"type": "small"
},
{
"x": 714,
"y": 1256,
"z": 414,
"type": "small"
},
{
"x": 694,
"y": 1232,
"z": 414,
"type": "small"
},
{
"x": 676,
"y": 1206,
"z": 414,
"type": "small"
},
{
"x": 660,
"y": 1179,
"z": 414,
"type": "small"
},
{
"x": 647,
"y": 1151,
"z": 414,
"type": "small"
},
{
"x": 636,
"y": 1122,
"z": 414,
"type": "small"
},
{
"x": 627,
"y": 1092,
"z": 414,
"type": "small"
},
{
"x": 621,
"y": 1062,
"z": 414,
"type": "small"
},
{
"x": 865,
"y": 1360,
"z": 414,
"type": "small"
},
{
"x": 700,
"y": 761,
"z": 158,
"type": "medium"
},
{
"x": 716,
"y": 742,
"z": 214,
"type": "large"
},
{
"x": 738,
"y": 719,
"z": 286,
"type": "large"
},
{
"x": 768,
"y": 694,
"z": 344,
"type": "large"
},
{
"x": 789,
"y": 679,
"z": 419,
"type": "large"
},
{
"x": 864,
"y": 641,
"z": 679,
"type": "medium"
},
{
"x": 798,
"y": 673,
"z": 647,
"type": "small"
},
{
"x": 774,
"y": 689,
"z": 636,
"type": "small"
},
{
"x": 751,
"y": 707,
"z": 625,
"type": "small"
},
{
"x": 730,
"y": 727,
"z": 614,
"type": "small"
},
{
"x": 710,
"y": 748,
"z": 602,
"type": "small"
},
{
"x": 692,
"y": 771,
"z": 591,
"type": "small"
},
{
"x": 675,
"y": 795,
"z": 580,
"type": "small"
},
{
"x": 661,
"y": 820,
"z": 569,
"type": "small"
},
{
"x": 648,
"y": 846,
"z": 558,
"type": "small"
},
{
"x": 638,
"y": 873,
"z": 546,
"type": "small"
},
{
"x": 629,
"y": 901,
"z": 535,
"type": "small"
},
{
"x": 823,
"y": 659,
"z": 658,
"type": "small"
},
{
"x": 908,
"y": 627,
"z": 299,
"type": "medium"
},
{
"x": 908,
"y": 627,
"z": 235,
"type": "medium"
},
{
"x": 870,
"y": 639,
"z": 232,
"type": "medium"
},
{
"x": 869,
"y": 639,
"z": 302,
"type": "medium"
},
{
"x": 656,
"y": 829,
"z": 329,
"type": "medium"
},
{
"x": 618,
"y": 963,
"z": 415,
"type": "medium"
},
{
"x": 684,
"y": 782,
"z": 499,
"type": "medium"
},
{
"x": 648,
"y": 846,
"z": 665,
"type": "small"
},
{
"x": 640,
"y": 868,
"z": 665,
"type": "small"
},
{
"x": 630,
"y": 897,
"z": 665,
"type": "small"
},
{
"x": 623,
"y": 928,
"z": 665,
"type": "small"
},
{
"x": 618,
"y": 958,
"z": 665,
"type": "small"
},
{
"x": 616,
"y": 990,
"z": 665,
"type": "small"
},
{
"x": 617,
"y": 1021,
"z": 665,
"type": "small"
},
{
"x": 619,
"y": 1052,
"z": 665,
"type": "small"
},
{
"x": 625,
"y": 1082,
"z": 665,
"type": "small"
},
{
"x": 633,
"y": 1113,
"z": 665,
"type": "small"
},
{
"x": 643,
"y": 1142,
"z": 665,
"type": "small"
},
{
"x": 656,
"y": 1170,
"z": 665,
"type": "small"
},
{
"x": 671,
"y": 1198,
"z": 665,
"type": "small"
},
{
"x": 688,
"y": 1224,
"z": 665,
"type": "small"
},
{
"x": 707,
"y": 1248,
"z": 665,
"type": "small"
},
{
"x": 887,
"y": 1367,
"z": 665,
"type": "small"
},
{
"x": 917,
"y": 1375,
"z": 665,
"type": "small"
},
{
"x": 947,
"y": 1380,
"z": 665,
"type": "small"
},
{
"x": 978,
"y": 1383,
"z": 665,
"type": "small"
},
{
"x": 1010,
"y": 1384,
"z": 665,
"type": "small"
},
{
"x": 1041,
"y": 1382,
"z": 665,
"type": "small"
},
{
"x": 1080,
"y": 1376,
"z": 665,
"type": "small"
},
{
"x": 633,
"y": 1114,
"z": 475,
"type": "large"
},
{
"x": 645,
"y": 1147,
"z": 547,
"type": "large"
},
{
"x": 659,
"y": 1177,
"z": 600,
"type": "large"
},
{
"x": 843,
"y": 1350,
"z": 501,
"type": "small"
},
{
"x": 803,
"y": 1330,
"z": 501,
"type": "small"
},
{
"x": 774,
"y": 1311,
"z": 501,
"type": "small"
},
{
"x": 746,
"y": 1288,
"z": 501,
"type": "small"
},
{
"x": 731,
"y": 1274,
"z": 562,
"type": "small"
},
{
"x": 771,
"y": 1308,
"z": 615,
"type": "small"
},
{
"x": 795,
"y": 1325,
"z": 572,
"type": "small"
},
{
"x": 957,
"y": 1382,
"z": 587,
"type": "small"
},
{
"x": 974,
"y": 1383,
"z": 619,
"type": "small"
},
{
"x": 908,
"y": 1373,
"z": 619,
"type": "small"
},
{
"x": 680,
"y": 1213,
"z": 460,
"type": "small"
},
{
"x": 728,
"y": 1271,
"z": 468,
"type": "small"
},
{
"x": 871,
"y": 1362,
"z": 529,
"type": "small"
},
{
"x": 619,
"y": 1052,
"z": 822,
"type": "medium"
},
{
"x": 624,
"y": 1079,
"z": 824,
"type": "medium"
},
{
"x": 631,
"y": 1107,
"z": 824,
"type": "medium"
},
{
"x": 620,
"y": 1053,
"z": 1384,
"type": "small"
},
{
"x": 628,
"y": 1095,
"z": 1376,
"type": "small"
},
{
"x": 633,
"y": 1111,
"z": 1334,
"type": "small"
},
{
"x": 636,
"y": 1121,
"z": 1288,
"type": "small"
},
{
"x": 635,
"y": 1120,
"z": 1219,
"type": "small"
},
{
"x": 624,
"y": 1079,
"z": 1174,
"type": "small"
},
{
"x": 617,
"y": 1030,
"z": 1152,
"type": "small"
},
{
"x": 617,
"y": 971,
"z": 1146,
"type": "small"
},
{
"x": 624,
"y": 921,
"z": 1168,
"type": "small"
},
{
"x": 642,
"y": 862,
"z": 1190,
"type": "small"
},
{
"x": 662,
"y": 817,
"z": 1242,
"type": "small"
},
{
"x": 674,
"y": 796,
"z": 1307,
"type": "small"
},
{
"x": 666,
"y": 811,
"z": 1363,
"type": "small"
},
{
"x": 639,
"y": 869,
"z": 1412,
"type": "small"
},
{
"x": 622,
"y": 930,
"z": 1439,
"type": "small"
},
{
"x": 616,
"y": 984,
"z": 1424,
"type": "small"
},
{
"x": 629,
"y": 1099,
"z": 1249,
"type": "small"
},
{
"x": 625,
"y": 1084,
"z": 1197,
"type": "small"
},
{
"x": 619,
"y": 1045,
"z": 1186,
"type": "small"
},
{
"x": 616,
"y": 1004,
"z": 1175,
"type": "small"
},
{
"x": 619,
"y": 956,
"z": 1193,
"type": "small"
},
{
"x": 628,
"y": 906,
"z": 1213,
"type": "small"
},
{
"x": 646,
"y": 852,
"z": 1232,
"type": "small"
},
{
"x": 658,
"y": 825,
"z": 1287,
"type": "small"
},
{
"x": 664,
"y": 814,
"z": 1327,
"type": "small"
},
{
"x": 652,
"y": 838,
"z": 1369,
"type": "small"
},
{
"x": 635,
"y": 880,
"z": 1398,
"type": "small"
},
{
"x": 626,
"y": 915,
"z": 1411,
"type": "small"
},
{
"x": 620,
"y": 946,
"z": 1400,
"type": "small"
},
{
"x": 616,
"y": 1008,
"z": 1388,
"type": "small"
},
{
"x": 1207,
"y": 677,
"z": 9,
"type": "large"
},
{
"x": 1096,
"y": 628,
"z": 8,
"type": "large"
},
{
"x": 1096,
"y": 628,
"z": -93,
"type": "large"
},
{
"x": 1210,
"y": 679,
"z": -90,
"type": "large"
},
{
"x": 1209,
"y": 678,
"z": -176,
"type": "medium"
},
{
"x": 1102,
"y": 630,
"z": -181,
"type": "medium"
},
{
"x": 1154,
"y": 648,
"z": -219,
"type": "wide"
}
],
"keys": [
{
"x": 1123,
"y": 1364,
"z": 1058,
"color": "red"
},
{
"x": 1041,
"y": 1382,
"z": 380,
"color": "red"
},
{
"x": 1233,
"y": 1305,
"z": 362,
"color": "red"
},
{
"x": 845,
"y": 1351,
"z": 356,
"color": "blue"
},
{
"x": 889,
"y": 632,
"z": 262,
"color": "blue"
},
{
"x": 799,
"y": 1327,
"z": 453,
"color": "blue"
},
{
"x": 619,
"y": 955,
"z": 1309,
"color": "green"
},
{
"x": 1157,
"y": 650,
"z": -55,
"color": "green"
},
{
"x": 1000,
"y": 1000,
"z": 776,
"color": "yellow"
},
{
"x": 1000,
"y": 1000,
"z": 723,
"color": "yellow"
}
],
"doors": [
{
"x": 881,
"y": 635,
"z": 752,
"color": "red"
},
{
"x": 846,
"y": 648,
"z": 752,
"color": "blue"
},
{
"x": 1105,
"y": 1369,
"z": 752,
"color": "blue"
},
{
"x": 1143,
"y": 1356,
"z": 752,
"color": "red"
},
{
"x": 944,
"y": 620,
"z": 640,
"color": "red"
},
{
"x": 643,
"y": 858,
"z": 615,
"color": "blue"
}
],
"transitions": [
{
"position": {
"x": 616,
"y": 1409.670631329745,
"z": 160.2182786006517
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 1",
"axis": 1,
"position": 815,
"z": 83,
"momx": 2,
"momy": 0
}
},
{
"position": {
"x": 1384,
"y": 1407.8880208640242,
"z": 160.2182786006517
},
"bbox": {
"x": 32,
"y": 32,
"z": 32
},
"destination": {
"stage": "Cavern 1","axis": 2,
"position": 219,
"z": 83,
"momx": -2,
"momy": 0
}
}
],
"spawn": {
"axis": 3,
"position": 368,
"z": 164
}
};
//