fix: json data validation (#514)
* json data validation * 使用 jsonDataValidation 自动更正 * fix: 字段缺失时补全而不是报错
This commit is contained in:
@@ -1,60 +1,61 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"琉璃百合-璃月港右-3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":267.955078125,
|
||||
"y":-665.16162109375,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":269.5703125,
|
||||
"y":-661.892578125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":278.26171875,
|
||||
"y":-666.81103515625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":279.4736328125,
|
||||
"y":-663.86474609375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":281.6259765625,
|
||||
"y":-664.58447265625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":286.0927734375,
|
||||
"y":-660.333984375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":282.482421875,
|
||||
"y":-657.71875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "琉璃百合1-璃月港右-3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 267.96,
|
||||
"y": -665.16,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 269.57,
|
||||
"y": -661.89,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 278.26,
|
||||
"y": -666.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 279.47,
|
||||
"y": -663.86,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 281.63,
|
||||
"y": -664.58,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 286.09,
|
||||
"y": -660.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 282.48,
|
||||
"y": -657.72,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,149 +1,151 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合2-璃月港左-17个+霓裳花7x2个.json",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":507.9921875,
|
||||
"y":-630.44580078125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":430.7578125,
|
||||
"y":-620.21240234375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":430.7578125,
|
||||
"y":-620.21240234375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":420.07421875,
|
||||
"y":-619.48291015625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":412.025390625,
|
||||
"y":-602.09521484375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":416.5380859375,
|
||||
"y":-595.77978515625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":419.6025390625,
|
||||
"y":-600.64111328125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":427.751953125,
|
||||
"y":-596.92431640625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":431.31640625,
|
||||
"y":-606.470703125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":437.482421875,
|
||||
"y":-605.576171875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":446.9814453125,
|
||||
"y":-608.51318359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":454.099609375,
|
||||
"y":-606.49560546875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":452.3671875,
|
||||
"y":-603.62255859375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":462.298828125,
|
||||
"y":-590.81787109375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":439.5078125,
|
||||
"y":-571.81494140625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":423.177734375,
|
||||
"y":-589.431640625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":411.765625,
|
||||
"y":-588.8291015625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":410.56640625,
|
||||
"y":-585.42529296875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":401.6240234375,
|
||||
"y":-579.9453125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":399.7705078125,
|
||||
"y":-563.02392578125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合2-璃月港左-7个+霓裳花4x2个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 507.99,
|
||||
"y": -630.45,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 430.76,
|
||||
"y": -620.21,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 430.76,
|
||||
"y": -620.21,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 420.07,
|
||||
"y": -619.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 412.03,
|
||||
"y": -602.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 416.54,
|
||||
"y": -595.78,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 419.6,
|
||||
"y": -600.64,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 427.75,
|
||||
"y": -596.92,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 431.32,
|
||||
"y": -606.47,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 437.48,
|
||||
"y": -605.58,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 446.98,
|
||||
"y": -608.51,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 454.1,
|
||||
"y": -606.5,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 452.37,
|
||||
"y": -603.62,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 462.3,
|
||||
"y": -590.82,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 439.51,
|
||||
"y": -571.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 423.18,
|
||||
"y": -589.43,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 411.77,
|
||||
"y": -588.83,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 410.57,
|
||||
"y": -585.43,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 401.62,
|
||||
"y": -579.95,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 399.77,
|
||||
"y": -563.02,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,170 +1,172 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合3-璃月港左-17个+霓裳花7x2个.json",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":507.9921875,
|
||||
"y":-630.44580078125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":440.591796875,
|
||||
"y":-546.17578125,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":440.591796875,
|
||||
"y":-546.17578125,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":447.2333984375,
|
||||
"y":-540.26611328125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":439.892578125,
|
||||
"y":-538.90087890625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":428.0654296875,
|
||||
"y":-534.9453125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":447.81640625,
|
||||
"y":-542.17724609375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":440.50390625,
|
||||
"y":-533.1298828125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":474.9150390625,
|
||||
"y":-534.73828125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":498.7841796875,
|
||||
"y":-534.52392578125,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":503.853515625,
|
||||
"y":-535.7197265625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":498.0322265625,
|
||||
"y":-535.1669921875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":498.9072265625,
|
||||
"y":-521.0703125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":480.1162109375,
|
||||
"y":-517.25634765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":475.9140625,
|
||||
"y":-514.84033203125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":466.5146484375,
|
||||
"y":-499.50634765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":468.7373046875,
|
||||
"y":-452.09228515625,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":468.7373046875,
|
||||
"y":-452.09228515625,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":476.734375,
|
||||
"y":-456.41064453125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":474.6865234375,
|
||||
"y":-460.31005859375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":492.0458984375,
|
||||
"y":-469.724609375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":490.36328125,
|
||||
"y":-451.8837890625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":490.224609375,
|
||||
"y":-450.80615234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合3-璃月港左-11个+霓裳花3x2个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 507.99,
|
||||
"y": -630.45,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 440.59,
|
||||
"y": -546.18,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 440.59,
|
||||
"y": -546.18,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 447.23,
|
||||
"y": -540.27,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 439.89,
|
||||
"y": -538.9,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 428.07,
|
||||
"y": -534.95,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 447.82,
|
||||
"y": -542.18,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 440.5,
|
||||
"y": -533.13,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 474.92,
|
||||
"y": -534.74,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 498.78,
|
||||
"y": -534.52,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 503.85,
|
||||
"y": -535.72,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 498.03,
|
||||
"y": -535.17,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 498.91,
|
||||
"y": -521.07,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 480.12,
|
||||
"y": -517.26,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 475.91,
|
||||
"y": -514.84,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 466.51,
|
||||
"y": -499.51,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 468.74,
|
||||
"y": -452.09,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 468.74,
|
||||
"y": -452.09,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 476.73,
|
||||
"y": -456.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 474.69,
|
||||
"y": -460.31,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 492.05,
|
||||
"y": -469.72,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 490.36,
|
||||
"y": -451.88,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 490.22,
|
||||
"y": -450.81,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,93 +1,95 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合4-轻策庄下-2个+绝云椒椒2x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":547.7236328125,
|
||||
"y":1766.82666015625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":558.5810546875,
|
||||
"y":1756.05615234375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":565.228515625,
|
||||
"y":1739.95703125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":556.1982421875,
|
||||
"y":1732.677734375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":587.640625,
|
||||
"y":1723.8408203125,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":603.9833984375,
|
||||
"y":1712.13037109375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":627.0517578125,
|
||||
"y":1708.71142578125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":638.9375,
|
||||
"y":1705.126953125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":659.0185546875,
|
||||
"y":1694.33056640625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":706.5673828125,
|
||||
"y":1666.818359375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":706.56640625,
|
||||
"y":1666.818359375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":716.8173828125,
|
||||
"y":1690.11474609375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合4-轻策庄下-2个+绝云椒椒2x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 547.72,
|
||||
"y": 1766.83,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 558.58,
|
||||
"y": 1756.06,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 565.23,
|
||||
"y": 1739.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 556.2,
|
||||
"y": 1732.68,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 587.64,
|
||||
"y": 1723.84,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 603.98,
|
||||
"y": 1712.13,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 627.05,
|
||||
"y": 1708.71,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 638.94,
|
||||
"y": 1705.13,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 659.02,
|
||||
"y": 1694.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 706.57,
|
||||
"y": 1666.82,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 706.57,
|
||||
"y": 1666.82,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 716.82,
|
||||
"y": 1690.11,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,67 +1,68 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"琉璃百合3-轻策庄-1个+绝云椒椒1x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":547.748046875,
|
||||
"y":1766.7978515625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":549.30078125,
|
||||
"y":1746.91064453125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":557.484375,
|
||||
"y":1747.9423828125,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":557.49609375,
|
||||
"y":1747.91943359375,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":567.8095703125,
|
||||
"y":1753.45263671875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":573.0205078125,
|
||||
"y":1760.79638671875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":573.015625,
|
||||
"y":1760.79150390625,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":561.5439453125,
|
||||
"y":1764.93359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "琉璃百合5-轻策庄右-1个+绝云椒椒1x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 547.75,
|
||||
"y": 1766.8,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 549.3,
|
||||
"y": 1746.91,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 557.48,
|
||||
"y": 1747.94,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 557.5,
|
||||
"y": 1747.92,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 567.81,
|
||||
"y": 1753.45,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 573.02,
|
||||
"y": 1760.8,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 573.02,
|
||||
"y": 1760.79,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 561.54,
|
||||
"y": 1764.93,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,51 +1,53 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合5-轻策庄下-1个+绝云椒椒1x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":547.720703125,
|
||||
"y":1766.81982421875,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":556.2197265625,
|
||||
"y":1763.26220703125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":658.171875,
|
||||
"y":1776.69287109375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":658.1767578125,
|
||||
"y":1776.7197265625,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":638.7119140625,
|
||||
"y":1760.8076171875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":638.7119140625,
|
||||
"y":1760.8076171875,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合6-轻策庄下-1个+绝云椒椒1x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 547.72,
|
||||
"y": 1766.82,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 556.22,
|
||||
"y": 1763.26,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 658.17,
|
||||
"y": 1776.69,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 658.18,
|
||||
"y": 1776.72,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 638.71,
|
||||
"y": 1760.81,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 638.71,
|
||||
"y": 1760.81,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,107 +1,109 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合6-轻策庄左-5个+绝云椒椒1x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":801.623046875,
|
||||
"y":1796.1025390625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":795.333984375,
|
||||
"y":1786.5029296875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":781.80859375,
|
||||
"y":1785.26416015625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":716.5966796875,
|
||||
"y":1769.24951171875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":702.84765625,
|
||||
"y":1780.72509765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":699.603515625,
|
||||
"y":1793.478515625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":685.845703125,
|
||||
"y":1798.27490234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":712.7880859375,
|
||||
"y":1800.14599609375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":727.416015625,
|
||||
"y":1790.51513671875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":737.7900390625,
|
||||
"y":1792.78759765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":730.24609375,
|
||||
"y":1817.61181640625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":739.38671875,
|
||||
"y":1823.6826171875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":739.388671875,
|
||||
"y":1823.68115234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":746.8056640625,
|
||||
"y":1813.66943359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合7-轻策庄左-5个+绝云椒椒1x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 801.62,
|
||||
"y": 1796.1,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 795.33,
|
||||
"y": 1786.5,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 781.81,
|
||||
"y": 1785.26,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 716.6,
|
||||
"y": 1769.25,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 702.85,
|
||||
"y": 1780.73,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 699.6,
|
||||
"y": 1793.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 685.85,
|
||||
"y": 1798.27,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 712.79,
|
||||
"y": 1800.15,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 727.42,
|
||||
"y": 1790.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 737.79,
|
||||
"y": 1792.79,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 730.25,
|
||||
"y": 1817.61,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 739.39,
|
||||
"y": 1823.68,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 739.39,
|
||||
"y": 1823.68,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 746.81,
|
||||
"y": 1813.67,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,163 +1,165 @@
|
||||
{
|
||||
"info":{
|
||||
"name":"琉璃百合7-轻策庄上-11个+绝云椒椒1x3个",
|
||||
"type":"collect",
|
||||
"author":"黎歌"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":801.5986328125,
|
||||
"y":1796.13037109375,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":808.697265625,
|
||||
"y":1795.69873046875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":807.1806640625,
|
||||
"y":1855.3251953125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":754.69140625,
|
||||
"y":1888.31689453125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":744.9326171875,
|
||||
"y":1909.15087890625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":711.0576171875,
|
||||
"y":1884.1005859375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":704.6552734375,
|
||||
"y":1899.55908203125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":663.830078125,
|
||||
"y":1917.9560546875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":623.8076171875,
|
||||
"y":1886.7548828125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":637.0673828125,
|
||||
"y":1852.28173828125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":591.513671875,
|
||||
"y":1853.69873046875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":584.447265625,
|
||||
"y":1866.80224609375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":571.2119140625,
|
||||
"y":1884.6875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":598.0751953125,
|
||||
"y":1912.89990234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":597.8720703125,
|
||||
"y":1927.740234375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":584.2158203125,
|
||||
"y":1927.4267578125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":574.4658203125,
|
||||
"y":1913.87841796875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":588.3056640625,
|
||||
"y":1918.10009765625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":621.3857421875,
|
||||
"y":1911.1171875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":621.365234375,
|
||||
"y":1911.11572265625,
|
||||
"type":"target",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":618.546875,
|
||||
"y":1922.18896484375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":639.1611328125,
|
||||
"y":1844.291015625,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"name": "琉璃百合8-轻策庄上-11个+绝云椒椒1x3个",
|
||||
"type": "collect",
|
||||
"author": "黎歌",
|
||||
"version": "1.0",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 801.6,
|
||||
"y": 1796.13,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 808.7,
|
||||
"y": 1795.7,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 807.18,
|
||||
"y": 1855.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 754.69,
|
||||
"y": 1888.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 744.93,
|
||||
"y": 1909.15,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 711.06,
|
||||
"y": 1884.1,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 704.66,
|
||||
"y": 1899.56,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 663.83,
|
||||
"y": 1917.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 623.81,
|
||||
"y": 1886.75,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 637.07,
|
||||
"y": 1852.28,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 591.51,
|
||||
"y": 1853.7,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 584.45,
|
||||
"y": 1866.8,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 571.21,
|
||||
"y": 1884.69,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 598.08,
|
||||
"y": 1912.9,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 597.87,
|
||||
"y": 1927.74,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 584.22,
|
||||
"y": 1927.43,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 574.47,
|
||||
"y": 1913.88,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 588.31,
|
||||
"y": 1918.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 621.39,
|
||||
"y": 1911.12,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 621.37,
|
||||
"y": 1911.12,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 618.55,
|
||||
"y": 1922.19,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 639.16,
|
||||
"y": 1844.29,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user