fix: json data validation (#514)
* json data validation * 使用 jsonDataValidation 自动更正 * fix: 字段缺失时补全而不是报错
This commit is contained in:
@@ -5,72 +5,72 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4545.5546875,
|
||||
"y": 4225.6845703125,
|
||||
"x": 4545.55,
|
||||
"y": 4225.68,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4469.093994140625,
|
||||
"y": 4238.843994140625,
|
||||
"x": 4469.09,
|
||||
"y": 4238.84,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4392.63330078125,
|
||||
"y": 4252.00341796875,
|
||||
"x": 4392.63,
|
||||
"y": 4252.0,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4385.35693359375,
|
||||
"y": 4251.142578125,
|
||||
"x": 4385.36,
|
||||
"y": 4251.14,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4349.0908203125,
|
||||
"y": 4235.68017578125,
|
||||
"x": 4349.09,
|
||||
"y": 4235.68,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4287.9677734375,
|
||||
"y": 4200.580078125,
|
||||
"x": 4287.97,
|
||||
"y": 4200.58,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4262.6396484375,
|
||||
"y": 4155.90234375,
|
||||
"x": 4262.64,
|
||||
"y": 4155.9,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4264.47509765625,
|
||||
"y": 4128.44580078125,
|
||||
"x": 4264.48,
|
||||
"y": 4128.45,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -5,69 +5,69 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.80078125,
|
||||
"y": 4463.00048828125,
|
||||
"x": 4984.8,
|
||||
"y": 4463.0,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4941.60693359375,
|
||||
"y": 4432.93310546875,
|
||||
"x": 4941.61,
|
||||
"y": 4432.93,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4923.98828125,
|
||||
"y": 4420.1328125,
|
||||
"x": 4923.99,
|
||||
"y": 4420.13,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4899.65771484375,
|
||||
"y": 4387.6953125,
|
||||
"x": 4899.66,
|
||||
"y": 4387.7,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4881.771484375,
|
||||
"y": 4373.16552734375,
|
||||
"x": 4881.77,
|
||||
"y": 4373.17,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4891.9072265625,
|
||||
"y": 4359.9140625,
|
||||
"x": 4891.91,
|
||||
"y": 4359.91,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4947.59130859375,
|
||||
"y": 4346.25537109375,
|
||||
"x": 4947.59,
|
||||
"y": 4346.26,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4944.14013671875,
|
||||
"y": 4295.7392578125,
|
||||
"x": 4944.14,
|
||||
"y": 4295.74,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
|
||||
@@ -5,56 +5,56 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.814453125,
|
||||
"y": 4462.923828125,
|
||||
"x": 4984.81,
|
||||
"y": 4462.92,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4973.928955078125,
|
||||
"y": 4475.01025390625,
|
||||
"x": 4973.93,
|
||||
"y": 4475.01,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4963.04345703125,
|
||||
"y": 4487.0966796875,
|
||||
"x": 4963.04,
|
||||
"y": 4487.1,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4990.07568359375,
|
||||
"y": 4519.4521484375,
|
||||
"x": 4990.08,
|
||||
"y": 4519.45,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5000.32421875,
|
||||
"y": 4540.251953125,
|
||||
"x": 5000.32,
|
||||
"y": 4540.25,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4998.4658203125,
|
||||
"y": 4561.9462890625,
|
||||
"x": 4998.47,
|
||||
"y": 4561.95,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,116 +13,116 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.1748046875,
|
||||
"y": 4710.7783203125
|
||||
"x": 4498.17,
|
||||
"y": 4710.78
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4538.64013671875,
|
||||
"y": 4685.3232421875,
|
||||
"x": 4538.64,
|
||||
"y": 4685.32,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4546.80810546875,
|
||||
"y": 4714.6884765625,
|
||||
"x": 4546.81,
|
||||
"y": 4714.69,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4545.56298828125,
|
||||
"y": 4726.0732421875,
|
||||
"x": 4545.56,
|
||||
"y": 4726.07,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4563.78515625,
|
||||
"y": 4738.3251953125,
|
||||
"x": 4563.79,
|
||||
"y": 4738.33,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4584.4638671875,
|
||||
"y": 4753.998046875,
|
||||
"x": 4584.46,
|
||||
"y": 4754.0,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4604.755859375,
|
||||
"y": 4797.314453125,
|
||||
"x": 4604.76,
|
||||
"y": 4797.31,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4588.64111328125,
|
||||
"y": 4829.787109375,
|
||||
"x": 4588.64,
|
||||
"y": 4829.79,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4586.38671875,
|
||||
"y": 4865.595703125,
|
||||
"x": 4586.39,
|
||||
"y": 4865.6,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4631.98779296875,
|
||||
"y": 4837.1884765625,
|
||||
"x": 4631.99,
|
||||
"y": 4837.19,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4634.3779296875,
|
||||
"y": 4886.44384765625,
|
||||
"x": 4634.38,
|
||||
"y": 4886.44,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4638.3115234375,
|
||||
"y": 4932.5400390625,
|
||||
"x": 4638.31,
|
||||
"y": 4932.54,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4685.07275390625,
|
||||
"y": 4911.5849609375,
|
||||
"x": 4685.07,
|
||||
"y": 4911.58,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4717.90380859375,
|
||||
"y": 4884.90869140625,
|
||||
"x": 4717.9,
|
||||
"y": 4884.91,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4753.000724468939,
|
||||
"x": 4753.0,
|
||||
"y": 4889.5,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
@@ -130,27 +130,27 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4780.36572265625,
|
||||
"y": 4881.30078125,
|
||||
"x": 4780.37,
|
||||
"y": 4881.3,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4778.28076171875,
|
||||
"y": 4887.3974609375,
|
||||
"x": 4778.28,
|
||||
"y": 4887.4,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 4791.02294921875,
|
||||
"y": 4886.0029296875,
|
||||
"x": 4791.02,
|
||||
"y": 4886.0,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,68 +13,68 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.126953125,
|
||||
"y": 4710.70556640625
|
||||
"x": 4498.13,
|
||||
"y": 4710.71
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4510.77197265625,
|
||||
"y": 4641.9833984375,
|
||||
"x": 4510.77,
|
||||
"y": 4641.98,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4454.1181640625,
|
||||
"y": 4619.140625,
|
||||
"x": 4454.12,
|
||||
"y": 4619.14,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4438.611328125,
|
||||
"y": 4577.138671875,
|
||||
"x": 4438.61,
|
||||
"y": 4577.14,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4432.611328125,
|
||||
"y": 4576.65185546875,
|
||||
"x": 4432.61,
|
||||
"y": 4576.65,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4424.31884765625,
|
||||
"y": 4570.3583984375,
|
||||
"x": 4424.32,
|
||||
"y": 4570.36,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4415.48388671875,
|
||||
"y": 4560.31201171875,
|
||||
"x": 4415.48,
|
||||
"y": 4560.31,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4407.89013671875,
|
||||
"y": 4563.5791015625,
|
||||
"x": 4407.89,
|
||||
"y": 4563.58,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4349.747373800098,
|
||||
"x": 4349.75,
|
||||
"y": 4550.5,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
@@ -82,19 +82,19 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4320.685546875,
|
||||
"y": 4569.03271484375,
|
||||
"x": 4320.69,
|
||||
"y": 4569.03,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4317.27978515625,
|
||||
"y": 4568.6337890625,
|
||||
"x": 4317.28,
|
||||
"y": 4568.63,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "jbcaaa",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.0"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,48 +13,48 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3636.06103515625,
|
||||
"y": 4796.0439453125
|
||||
"x": 3636.06,
|
||||
"y": 4796.04
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3676.89013671875,
|
||||
"y": 4885.68359375,
|
||||
"x": 3676.89,
|
||||
"y": 4885.68,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3686.14794921875,
|
||||
"y": 4907.2578125,
|
||||
"x": 3686.15,
|
||||
"y": 4907.26,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3723.70068359375,
|
||||
"y": 4917.2412109375,
|
||||
"x": 3723.7,
|
||||
"y": 4917.24,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3720.3115234375,
|
||||
"y": 4899.8251953125,
|
||||
"x": 3720.31,
|
||||
"y": 4899.83,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3791.62060546875,
|
||||
"y": 4815.52978515625,
|
||||
"x": 3791.62,
|
||||
"y": 4815.53,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,61 +1,62 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"幽光星星4",
|
||||
"description":"幽光星星",
|
||||
"type":"collect",
|
||||
"author":"柠檬茶叶"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":4984.744140625,
|
||||
"y":4462.873046875,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4962.92822265625,
|
||||
"y":4487.078125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4989.3359375,
|
||||
"y":4518.52783203125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":5000.00244140625,
|
||||
"y":4539.94970703125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4998.30859375,
|
||||
"y":4560.3310546875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4545.53076171875,
|
||||
"y":4225.59765625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4543.66357421875,
|
||||
"y":4228.029296875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "幽光星星4",
|
||||
"description": "幽光星星",
|
||||
"type": "collect",
|
||||
"author": "柠檬茶叶",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 4984.74,
|
||||
"y": 4462.87,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4962.93,
|
||||
"y": 4487.08,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4989.34,
|
||||
"y": 4518.53,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 5000.0,
|
||||
"y": 4539.95,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4998.31,
|
||||
"y": 4560.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4545.53,
|
||||
"y": 4225.6,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4543.66,
|
||||
"y": 4228.03,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,75 +1,76 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"幽光星星5--",
|
||||
"description":"幽光星星",
|
||||
"type":"collect",
|
||||
"author":"柠檬茶叶"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":3635.91943359375,
|
||||
"y":4796.02392578125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3675.5546875,
|
||||
"y":4874.46630859375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3670.64013671875,
|
||||
"y":4880.89990234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3676.4619140625,
|
||||
"y":4884.9609375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3686.63037109375,
|
||||
"y":4908.03369140625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3722.6005859375,
|
||||
"y":4917.1123046875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3720.0400390625,
|
||||
"y":4899.94677734375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3764.96923828125,
|
||||
"y":4840.044921875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":3791.470703125,
|
||||
"y":4817.73193359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "幽光星星5--",
|
||||
"description": "幽光星星",
|
||||
"type": "collect",
|
||||
"author": "柠檬茶叶",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 3635.92,
|
||||
"y": 4796.02,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3675.55,
|
||||
"y": 4874.47,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3670.64,
|
||||
"y": 4880.9,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3676.46,
|
||||
"y": 4884.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3686.63,
|
||||
"y": 4908.03,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3722.6,
|
||||
"y": 4917.11,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3720.04,
|
||||
"y": 4899.95,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3764.97,
|
||||
"y": 4840.04,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 3791.47,
|
||||
"y": 4817.73,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,145 +1,146 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"幽光星星5-",
|
||||
"description":"幽光星星",
|
||||
"type":"collect",
|
||||
"author":"柠檬茶叶"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":4498.1201171875,
|
||||
"y":4710.82177734375,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4495.32421875,
|
||||
"y":4685.0322265625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4511.33642578125,
|
||||
"y":4642.3779296875,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":4510.3837890625,
|
||||
"y":4640.61572265625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4483.3056640625,
|
||||
"y":4620.69091796875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4456.76708984375,
|
||||
"y":4618.1435546875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4445.17431640625,
|
||||
"y":4594.85546875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4438.287109375,
|
||||
"y":4575.8486328125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4424.48828125,
|
||||
"y":4570.18017578125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4415.033203125,
|
||||
"y":4559.61328125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4416.357421875,
|
||||
"y":4570.48876953125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4407.4873046875,
|
||||
"y":4568.47900390625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4409.11572265625,
|
||||
"y":4563.09765625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4356.873046875,
|
||||
"y":4565.84228515625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4334.810546875,
|
||||
"y":4561.24462890625,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4320.90625,
|
||||
"y":4568.1171875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4317.01416015625,
|
||||
"y":4567.994140625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4545.494140625,
|
||||
"y":4225.63525390625,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4543.93115234375,
|
||||
"y":4228.27685546875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "幽光星星5-",
|
||||
"description": "幽光星星",
|
||||
"type": "collect",
|
||||
"author": "柠檬茶叶",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 4498.12,
|
||||
"y": 4710.82,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4495.32,
|
||||
"y": 4685.03,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4511.34,
|
||||
"y": 4642.38,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 4510.38,
|
||||
"y": 4640.62,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4483.31,
|
||||
"y": 4620.69,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4456.77,
|
||||
"y": 4618.14,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4445.17,
|
||||
"y": 4594.86,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4438.29,
|
||||
"y": 4575.85,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4424.49,
|
||||
"y": 4570.18,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4415.03,
|
||||
"y": 4559.61,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4416.36,
|
||||
"y": 4570.49,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4407.49,
|
||||
"y": 4568.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4409.12,
|
||||
"y": 4563.1,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4356.87,
|
||||
"y": 4565.84,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4334.81,
|
||||
"y": 4561.24,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4320.91,
|
||||
"y": 4568.12,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4317.01,
|
||||
"y": 4567.99,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4545.49,
|
||||
"y": 4225.64,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4543.93,
|
||||
"y": 4228.28,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,89 +1,90 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"幽光星星5",
|
||||
"description":"幽光星星",
|
||||
"type":"collect",
|
||||
"author":"柠檬茶叶"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":4984.740234375,
|
||||
"y":4462.90380859375,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4963.5029296875,
|
||||
"y":4416.4599609375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4922.72998046875,
|
||||
"y":4402.04052734375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4901.234375,
|
||||
"y":4387.7939453125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4881.203125,
|
||||
"y":4373.6689453125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4892.5615234375,
|
||||
"y":4358.82421875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4947.4716796875,
|
||||
"y":4346.60888671875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4951.3466796875,
|
||||
"y":4310.9755859375,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4944.46826171875,
|
||||
"y":4296.1689453125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4545.51953125,
|
||||
"y":4225.611328125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4543.2470703125,
|
||||
"y":4228.875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "幽光星星5",
|
||||
"description": "幽光星星",
|
||||
"type": "collect",
|
||||
"author": "柠檬茶叶",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 4984.74,
|
||||
"y": 4462.9,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4963.5,
|
||||
"y": 4416.46,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4922.73,
|
||||
"y": 4402.04,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4901.23,
|
||||
"y": 4387.79,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4881.2,
|
||||
"y": 4373.67,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4892.56,
|
||||
"y": 4358.82,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4947.47,
|
||||
"y": 4346.61,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4951.35,
|
||||
"y": 4310.98,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4944.47,
|
||||
"y": 4296.17,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4545.52,
|
||||
"y": 4225.61,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4543.25,
|
||||
"y": 4228.88,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,82 +1,83 @@
|
||||
{
|
||||
"info":{
|
||||
"bgi_version":"0.34.5",
|
||||
"version":"1.0",
|
||||
"name":"幽光星星6",
|
||||
"description":"幽光星星",
|
||||
"type":"collect",
|
||||
"author":"柠檬茶叶"
|
||||
},
|
||||
"positions":[
|
||||
{
|
||||
"x":4545.55419921875,
|
||||
"y":4225.626953125,
|
||||
"type":"teleport",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4536.07470703125,
|
||||
"y":4225.83251953125,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4410.89453125,
|
||||
"y":4260.365234375,
|
||||
"type":"path",
|
||||
"move_mode":"fly",
|
||||
"action":"stop_flying"
|
||||
},
|
||||
{
|
||||
"x":4393.033203125,
|
||||
"y":4252.943359375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4384.8310546875,
|
||||
"y":4251.32666015625,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4349.25537109375,
|
||||
"y":4236.2080078125,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4289.025390625,
|
||||
"y":4199.046875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4263.9404296875,
|
||||
"y":4175.80810546875,
|
||||
"type":"path",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4263.26611328125,
|
||||
"y":4157.02490234375,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
},
|
||||
{
|
||||
"x":4265.3154296875,
|
||||
"y":4127.154296875,
|
||||
"type":"target",
|
||||
"move_mode":"walk",
|
||||
"action":""
|
||||
}
|
||||
]
|
||||
"info": {
|
||||
"bgi_version": "0.34.5",
|
||||
"version": "1.0",
|
||||
"name": "幽光星星6",
|
||||
"description": "幽光星星",
|
||||
"type": "collect",
|
||||
"author": "柠檬茶叶",
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"x": 4545.55,
|
||||
"y": 4225.63,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4536.07,
|
||||
"y": 4225.83,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4410.89,
|
||||
"y": 4260.37,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"x": 4393.03,
|
||||
"y": 4252.94,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4384.83,
|
||||
"y": 4251.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4349.26,
|
||||
"y": 4236.21,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4289.03,
|
||||
"y": 4199.05,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4263.94,
|
||||
"y": 4175.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4263.27,
|
||||
"y": 4157.02,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"x": 4265.32,
|
||||
"y": 4127.15,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user