fix: json data validation (#514)
* json data validation * 使用 jsonDataValidation 自动更正 * fix: 字段缺失时补全而不是报错
This commit is contained in:
@@ -1,65 +1,67 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓1-踞石山上-4x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":7845.0986328125,
|
||||
"y":-2047.376953125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7846.708984375,
|
||||
"y":-2045.65185546875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7855.8330078125,
|
||||
"y":-2018.2138671875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7855.833984375,
|
||||
"y":-2018.2138671875,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":7870.00048828125,
|
||||
"y":-2039.5927734375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7869.01171875,
|
||||
"y":-2054.9208984375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7893.703125,
|
||||
"y":-2058.1328125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":7888.443359375,
|
||||
"y":-2084.87890625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓1-踞石山上-4x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 7845.1,
|
||||
"y": -2047.38,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7846.71,
|
||||
"y": -2045.65,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7855.83,
|
||||
"y": -2018.21,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7855.83,
|
||||
"y": -2018.21,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 7870.0,
|
||||
"y": -2039.59,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7869.01,
|
||||
"y": -2054.92,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7893.7,
|
||||
"y": -2058.13,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 7888.44,
|
||||
"y": -2084.88,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,51 +1,53 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓2-彩石顶右-2x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8201.9580078125,
|
||||
"y":-2288.765625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8190.541015625,
|
||||
"y":-2288.501953125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8146.4912109375,
|
||||
"y":-2277.1787109375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8146.50341796875,
|
||||
"y":-2277.1611328125,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":8135.810546875,
|
||||
"y":-2289.396484375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8142.0234375,
|
||||
"y":-2309.5771484375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓2-彩石顶右-2x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8201.96,
|
||||
"y": -2288.77,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8190.54,
|
||||
"y": -2288.5,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8146.49,
|
||||
"y": -2277.18,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8146.5,
|
||||
"y": -2277.16,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 8135.81,
|
||||
"y": -2289.4,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8142.02,
|
||||
"y": -2309.58,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,65 +1,67 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓3-彩石顶中-3x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8201.92578125,
|
||||
"y":-2288.748046875,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8286.1787109375,
|
||||
"y":-2321.6787109375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8251.138671875,
|
||||
"y":-2244.966796875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8253.138671875,
|
||||
"y":-2242.966796875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8242.865234375,
|
||||
"y":-2215.755859375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8242.8671875,
|
||||
"y":-2215.7548828125,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":8265.078125,
|
||||
"y":-2204.5712890625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8259.41796875,
|
||||
"y":-2194.056640625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓3-彩石顶中-3x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8201.93,
|
||||
"y": -2288.75,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8286.18,
|
||||
"y": -2321.68,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8251.14,
|
||||
"y": -2244.97,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8253.14,
|
||||
"y": -2242.97,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8242.87,
|
||||
"y": -2215.76,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8242.87,
|
||||
"y": -2215.75,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 8265.08,
|
||||
"y": -2204.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8259.42,
|
||||
"y": -2194.06,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,23 +1,25 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓4-彩石顶中-1x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8372.20703125,
|
||||
"y":-2196.228515625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8352.7255859375,
|
||||
"y":-2230.943359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓4-彩石顶中-1x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8372.21,
|
||||
"y": -2196.23,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8352.73,
|
||||
"y": -2230.94,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,58 +1,60 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓5-彩石顶上-4x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8372.1689453125,
|
||||
"y":-2196.232421875,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8361.107421875,
|
||||
"y":-2147.755859375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8356.5205078125,
|
||||
"y":-2128.5703125,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8356.45703125,
|
||||
"y":-2128.576171875,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":8353.20703125,
|
||||
"y":-2121.9052734375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8392.3232421875,
|
||||
"y":-2077.8740234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8395.4755859375,
|
||||
"y":-2078.46484375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓5-彩石顶上-4x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8372.17,
|
||||
"y": -2196.23,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8361.11,
|
||||
"y": -2147.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8356.52,
|
||||
"y": -2128.57,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8356.46,
|
||||
"y": -2128.58,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 8353.21,
|
||||
"y": -2121.91,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8392.32,
|
||||
"y": -2077.87,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8395.48,
|
||||
"y": -2078.46,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,107 +1,109 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓6-悬木人-5x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8497.8330078125,
|
||||
"y":-2221.908203125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8498.15625,
|
||||
"y":-2218.1640625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8520.2373046875,
|
||||
"y":-2185.3291015625,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8520.2373046875,
|
||||
"y":-2185.3291015625,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":8520.2373046875,
|
||||
"y":-2185.3291015625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8522.697265625,
|
||||
"y":-2191.11328125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8538.203125,
|
||||
"y":-2179.2197265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8535.478515625,
|
||||
"y":-2188.6572265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8538.203125,
|
||||
"y":-2179.2197265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8540.22265625,
|
||||
"y":-2175.708984375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8535.478515625,
|
||||
"y":-2188.6572265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8547.564453125,
|
||||
"y":-2191.3349609375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8544.1484375,
|
||||
"y":-2211.1826171875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8550.91015625,
|
||||
"y":-2215.1748046875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓6-悬木人-5x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8497.83,
|
||||
"y": -2221.91,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8498.16,
|
||||
"y": -2218.16,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8520.24,
|
||||
"y": -2185.33,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8520.24,
|
||||
"y": -2185.33,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 8520.24,
|
||||
"y": -2185.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8522.7,
|
||||
"y": -2191.11,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8538.2,
|
||||
"y": -2179.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8535.48,
|
||||
"y": -2188.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8538.2,
|
||||
"y": -2179.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8540.22,
|
||||
"y": -2175.71,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8535.48,
|
||||
"y": -2188.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8547.56,
|
||||
"y": -2191.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8544.15,
|
||||
"y": -2211.18,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8550.91,
|
||||
"y": -2215.17,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,72 +1,74 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"青蜜莓7-坚岩隘谷-5x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":8258.294921875,
|
||||
"y":-1744.66455078125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8218.1494140625,
|
||||
"y":-1754.1552734375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8138.8857421875,
|
||||
"y":-1706.3134765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8132.25,
|
||||
"y":-1701.484375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8134.7783203125,
|
||||
"y":-1711.0625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8103.640625,
|
||||
"y":-1694.72265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8075.064453125,
|
||||
"y":-1689.484375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8021.857421875,
|
||||
"y":-1714.068359375,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":8019.15771484375,
|
||||
"y":-1711.5927734375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "青蜜莓7-坚岩隘谷-5x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 8258.29,
|
||||
"y": -1744.66,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8218.15,
|
||||
"y": -1754.16,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8138.89,
|
||||
"y": -1706.31,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8132.25,
|
||||
"y": -1701.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8134.78,
|
||||
"y": -1711.06,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8103.64,
|
||||
"y": -1694.72,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8075.06,
|
||||
"y": -1689.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8021.86,
|
||||
"y": -1714.07,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 8019.16,
|
||||
"y": -1711.59,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user