fix: json data validation (#514)
* json data validation * 使用 jsonDataValidation 自动更正 * fix: 字段缺失时补全而不是报错
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4232.259765625,
|
||||
"y": -3002.2158203125,
|
||||
"x": -4232.26,
|
||||
"y": -3002.22,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4263.30859375,
|
||||
"y": -3092.28125,
|
||||
"x": -4263.31,
|
||||
"y": -3092.28,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4260.10546875,
|
||||
"y": -3101.18359375,
|
||||
"x": -4260.11,
|
||||
"y": -3101.18,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4375.6796875,
|
||||
"y": -2498.146484375,
|
||||
"x": -4375.68,
|
||||
"y": -2498.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4394.5703125,
|
||||
"y": -2505.5205078125,
|
||||
"x": -4394.57,
|
||||
"y": -2505.52,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4389.11328125,
|
||||
"y": -2523.0185546875,
|
||||
"x": -4389.11,
|
||||
"y": -2523.02,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "3000",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4408.818359375,
|
||||
"y": -2488.5927734375,
|
||||
"x": -4408.82,
|
||||
"y": -2488.59,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "2500",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4408.33984375,
|
||||
"y": -2489.8515625,
|
||||
"x": -4408.34,
|
||||
"y": -2489.85,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4415.46875,
|
||||
"y": -2489.9521484375,
|
||||
"x": -4415.47,
|
||||
"y": -2489.95,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4410.8671875,
|
||||
"y": -2506.921875,
|
||||
"x": -4410.87,
|
||||
"y": -2506.92,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4404.416015625,
|
||||
"y": -2528.1337890625,
|
||||
"x": -4404.42,
|
||||
"y": -2528.13,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4400.3515625,
|
||||
"y": -2543.0419921875,
|
||||
"x": -4400.35,
|
||||
"y": -2543.04,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4397.337890625,
|
||||
"y": -2540.947265625,
|
||||
"x": -4397.34,
|
||||
"y": -2540.95,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4399.146484375,
|
||||
"y": -2541.9443359375,
|
||||
"x": -4399.15,
|
||||
"y": -2541.94,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4404.201171875,
|
||||
"y": -2549.060546875,
|
||||
"x": -4404.2,
|
||||
"y": -2549.06,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4410.73046875,
|
||||
"y": -2569.578125,
|
||||
"x": -4410.73,
|
||||
"y": -2569.58,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4430.3359375,
|
||||
"y": -2555.87890625,
|
||||
"x": -4430.34,
|
||||
"y": -2555.88,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4430.3359375,
|
||||
"y": -2555.87890625,
|
||||
"x": -4430.34,
|
||||
"y": -2555.88,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4375.685546875,
|
||||
"y": -2498.1376953125,
|
||||
"x": -4375.69,
|
||||
"y": -2498.14,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4394.5703125,
|
||||
"y": -2505.5205078125,
|
||||
"x": -4394.57,
|
||||
"y": -2505.52,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4392.888671875,
|
||||
"y": -2540.6064453125,
|
||||
"x": -4392.89,
|
||||
"y": -2540.61,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "6500",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4381.640625,
|
||||
"y": -2513.0087890625,
|
||||
"x": -4381.64,
|
||||
"y": -2513.01,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4424.626953125,
|
||||
"y": -2521.3701171875,
|
||||
"x": -4424.63,
|
||||
"y": -2521.37,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4418.583984375,
|
||||
"y": -2516.1064453125,
|
||||
"x": -4418.58,
|
||||
"y": -2516.11,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4415.66015625,
|
||||
"y": -2515.09375,
|
||||
"x": -4415.66,
|
||||
"y": -2515.09,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4578.763671875,
|
||||
"y": -2577.72265625,
|
||||
"x": -4578.76,
|
||||
"y": -2577.72,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4584.23828125,
|
||||
"y": -2523.7197265625,
|
||||
"x": -4584.24,
|
||||
"y": -2523.72,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4614.515625,
|
||||
"y": -2482.8291015625,
|
||||
"x": -4614.52,
|
||||
"y": -2482.83,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4610.5703125,
|
||||
"y": -2481.9599609375,
|
||||
"x": -4610.57,
|
||||
"y": -2481.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4217.947265625,
|
||||
"y": -2397.81640625,
|
||||
"x": -4217.95,
|
||||
"y": -2397.82,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4214.59375,
|
||||
"y": -2462.40234375,
|
||||
"x": -4214.59,
|
||||
"y": -2462.4,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4219.392578125,
|
||||
"y": -2461.72265625,
|
||||
"x": -4219.39,
|
||||
"y": -2461.72,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4429.830078125,
|
||||
"y": -2798.578125,
|
||||
"x": -4429.83,
|
||||
"y": -2798.58,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4371.24609375,
|
||||
"y": -2777.3232421875,
|
||||
"x": -4371.25,
|
||||
"y": -2777.32,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4305.2109375,
|
||||
"x": -4305.21,
|
||||
"y": -2790.5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4299.046875,
|
||||
"y": -2791.515625,
|
||||
"x": -4299.05,
|
||||
"y": -2791.52,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4310.595703125,
|
||||
"y": -2778.12109375,
|
||||
"x": -4310.6,
|
||||
"y": -2778.12,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4279.859375,
|
||||
"y": -2745.9619140625,
|
||||
"x": -4279.86,
|
||||
"y": -2745.96,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4283.595703125,
|
||||
"y": -2729.3857421875,
|
||||
"x": -4283.6,
|
||||
"y": -2729.39,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4263.482421875,
|
||||
"y": -2674.28515625,
|
||||
"x": -4263.48,
|
||||
"y": -2674.29,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4316.466796875,
|
||||
"y": -2617.38671875,
|
||||
"x": -4316.47,
|
||||
"y": -2617.39,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4300.4609375,
|
||||
"y": -2587.400390625,
|
||||
"x": -4300.46,
|
||||
"y": -2587.4,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4296,
|
||||
"y": -2578.46484375,
|
||||
"x": -4296.0,
|
||||
"y": -2578.46,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂-2个",
|
||||
"name": "鬼兜虫01-踏鞴砂(东北侧)-2个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3288.19140625,
|
||||
"y": -3652.5673828125,
|
||||
"x": -3288.19,
|
||||
"y": -3652.57,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3271.439453125,
|
||||
"y": -3656.470703125,
|
||||
"x": -3271.44,
|
||||
"y": -3656.47,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3255.6015625,
|
||||
"y": -3661.7216796875,
|
||||
"x": -3255.6,
|
||||
"y": -3661.72,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3252.2568359375,
|
||||
"y": -3659.103515625,
|
||||
"x": -3252.26,
|
||||
"y": -3659.1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3288.162109375,
|
||||
"y": -3652.4736328125,
|
||||
"x": -3288.16,
|
||||
"y": -3652.47,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3288.904296875,
|
||||
"y": -3626.9755859375,
|
||||
"x": -3288.9,
|
||||
"y": -3626.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3303.5517578125,
|
||||
"y": -3627.6640625,
|
||||
"x": -3303.55,
|
||||
"y": -3627.66,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(1.5),click",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3293.9775390625,
|
||||
"y": -3626.5732421875,
|
||||
"x": -3293.98,
|
||||
"y": -3626.57,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,160 +1,160 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂(西北侧)-7个",
|
||||
"name": "鬼兜虫02-踏鞴砂(西北侧)-7个(中途会引怪)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3233.2041015625,
|
||||
"y": -3534.1513671875,
|
||||
"x": -3233.2,
|
||||
"y": -3534.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3233.7900390624995,
|
||||
"y": -3570.6318359375,
|
||||
"x": -3233.79,
|
||||
"y": -3570.63,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3183.916015625,
|
||||
"y": -3582.1728515625,
|
||||
"x": -3183.92,
|
||||
"y": -3582.17,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3151.3740234375,
|
||||
"y": -3596.9267578125,
|
||||
"x": -3151.37,
|
||||
"y": -3596.93,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3088.916015625,
|
||||
"y": -3645.1337890625,
|
||||
"x": -3088.92,
|
||||
"y": -3645.13,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3086.7412109375005,
|
||||
"y": -3641.0087890625,
|
||||
"x": -3086.74,
|
||||
"y": -3641.01,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3077.296875,
|
||||
"y": -3650.5693359375,
|
||||
"x": -3077.3,
|
||||
"y": -3650.57,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3075.31640625,
|
||||
"y": -3657.369140625,
|
||||
"x": -3075.32,
|
||||
"y": -3657.37,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3052.4326171875,
|
||||
"y": -3668.857421875,
|
||||
"x": -3052.43,
|
||||
"y": -3668.86,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -3041.943359375,
|
||||
"y": -3666.4189453125,
|
||||
"x": -3041.94,
|
||||
"y": -3666.42,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -3033.96484375,
|
||||
"y": -3670.1591796875,
|
||||
"x": -3033.96,
|
||||
"y": -3670.16,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -3034.96484375,
|
||||
"y": -3670.1591796875,
|
||||
"x": -3034.96,
|
||||
"y": -3670.16,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -3036.20703125,
|
||||
"y": -3726.8388671875,
|
||||
"x": -3036.21,
|
||||
"y": -3726.84,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -3029.03515625,
|
||||
"y": -3736.220703125,
|
||||
"x": -3029.04,
|
||||
"y": -3736.22,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -3029.4716796875,
|
||||
"y": -3727.044921875,
|
||||
"x": -3029.47,
|
||||
"y": -3727.04,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -3018.3642578125,
|
||||
"y": -3736.4765625,
|
||||
"x": -3018.36,
|
||||
"y": -3736.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2992.171875,
|
||||
"y": -3719.0263671875,
|
||||
"x": -2992.17,
|
||||
"y": -3719.03,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2973.4248046875,
|
||||
"y": -3702.830078125,
|
||||
"x": -2973.42,
|
||||
"y": -3702.83,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2973.5634765625,
|
||||
"x": -2973.56,
|
||||
"y": -3701.75,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
@@ -162,8 +162,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2973.2412109375,
|
||||
"y": -3703.076171875,
|
||||
"x": -2973.24,
|
||||
"y": -3703.08,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂(北侧)-2个",
|
||||
"name": "鬼兜虫03-踏鞴砂(北侧)-2个(会引怪)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,29 +13,29 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -3020.576171875,
|
||||
"y": -3622.935546875
|
||||
"x": -3020.58,
|
||||
"y": -3622.94
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3076.0439453125,
|
||||
"y": -3613.40234375,
|
||||
"x": -3076.04,
|
||||
"y": -3613.4,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3091.71875,
|
||||
"y": -3592.8828125,
|
||||
"x": -3091.72,
|
||||
"y": -3592.88,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3095.26953125,
|
||||
"y": -3581.94140625,
|
||||
"x": -3095.27,
|
||||
"y": -3581.94,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
|
||||
@@ -1,57 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-无想刀狭间-1个",
|
||||
"name": "鬼兜虫04-无想刀狭间(东侧)-1个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2365.9638671875,
|
||||
"y": -3769.5068359375,
|
||||
"x": -2365.96,
|
||||
"y": -3769.51,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2350.265625,
|
||||
"y": -3730.380859375,
|
||||
"x": -2350.27,
|
||||
"y": -3730.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2397.326171875,
|
||||
"y": -3715.828125,
|
||||
"x": -2397.33,
|
||||
"y": -3715.83,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2470.6357421875,
|
||||
"y": -3779.3623046875,
|
||||
"x": -2470.64,
|
||||
"y": -3779.36,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2478.5361328125,
|
||||
"y": -3773.5830078125,
|
||||
"x": -2478.54,
|
||||
"y": -3773.58,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2481.4091796875,
|
||||
"y": -3764.3828125,
|
||||
"x": -2481.41,
|
||||
"y": -3764.38,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
|
||||
@@ -1,57 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-八酝岛(东南侧)-2个",
|
||||
"name": "鬼兜虫05-八酝岛(东南侧)-2个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2404.5908203125,
|
||||
"y": -3921.5458984375,
|
||||
"x": -2404.59,
|
||||
"y": -3921.55,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2412.1435546875,
|
||||
"y": -3928.1396484375,
|
||||
"x": -2412.14,
|
||||
"y": -3928.14,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2412.5126953125,
|
||||
"y": -3933.142578125,
|
||||
"x": -2412.51,
|
||||
"y": -3933.14,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2404.9462890625,
|
||||
"y": -3921.8837890625,
|
||||
"x": -2404.95,
|
||||
"y": -3921.88,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2448.892578125,
|
||||
"y": -3915.6669921875,
|
||||
"x": -2448.89,
|
||||
"y": -3915.67,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2526.12109375,
|
||||
"y": -3947.1142578125,
|
||||
"x": -2526.12,
|
||||
"y": -3947.11,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(3.5),click",
|
||||
@@ -59,8 +59,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2517.3330078125,
|
||||
"y": -3946.8115234375,
|
||||
"x": -2517.33,
|
||||
"y": -3946.81,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-八酝岛(西南侧)-1个",
|
||||
"name": "鬼兜虫06-八酝岛(西南侧)-1个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2404.7587890625,
|
||||
"y": -3922.8271484375,
|
||||
"x": -2404.76,
|
||||
"y": -3922.83,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2347.369140625,
|
||||
"y": -4032.2001953125,
|
||||
"x": -2347.37,
|
||||
"y": -4032.2,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(3.5),click",
|
||||
@@ -27,8 +27,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2342.427734375,
|
||||
"y": -4031.453125,
|
||||
"x": -2342.43,
|
||||
"y": -4031.45,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
|
||||
@@ -1,49 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-八酝岛(中部)-1个 ",
|
||||
"name": "鬼兜虫07-八酝岛(中部)-1个 ",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 12,
|
||||
"x": -2405.6279296875,
|
||||
"y": -3922.0458984375,
|
||||
"x": -2405.63,
|
||||
"y": -3922.05,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -2379.142578125,
|
||||
"y": -3863.7099609375,
|
||||
"x": -2379.14,
|
||||
"y": -3863.71,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -2354.9501953125,
|
||||
"y": -3847.0703125,
|
||||
"x": -2354.95,
|
||||
"y": -3847.07,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -2350.1064453125,
|
||||
"y": -3842.3974609375,
|
||||
"x": -2350.11,
|
||||
"y": -3842.4,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -2353.2578125,
|
||||
"y": -3844.6943359375,
|
||||
"x": -2353.26,
|
||||
"y": -3844.69,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-八酝岛(西北侧龙骨南)-1个",
|
||||
"name": "鬼兜虫08-八酝岛(西北侧龙骨南)-1个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 17,
|
||||
"x": -2404.9443359375,
|
||||
"y": -3922.59765625,
|
||||
"x": -2404.94,
|
||||
"y": -3922.6,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -2388.4443359375,
|
||||
"y": -3912.939453125,
|
||||
"x": -2388.44,
|
||||
"y": -3912.94,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -2291.7646484375,
|
||||
"y": -3907.76953125,
|
||||
"x": -2291.76,
|
||||
"y": -3907.77,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -2289.150390625,
|
||||
"y": -3903.5146484375,
|
||||
"x": -2289.15,
|
||||
"y": -3903.51,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-八酝岛(西北侧龙骨北)-1个",
|
||||
"name": "鬼兜虫09-八酝岛(西北侧龙骨北)-1个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 21,
|
||||
"x": -2404.8955078125,
|
||||
"y": -3921.6767578125,
|
||||
"x": -2404.9,
|
||||
"y": -3921.68,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2252.7265625,
|
||||
"y": -3876.1474609375,
|
||||
"x": -2252.73,
|
||||
"y": -3876.15,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -2257.76953125,
|
||||
"y": -3885.982421875,
|
||||
"x": -2257.77,
|
||||
"y": -3885.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4124.4609375,
|
||||
"y": -2759.8896484375,
|
||||
"x": -4124.46,
|
||||
"y": -2759.89,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4097.802734375,
|
||||
"y": -2749.814453125,
|
||||
"x": -4097.8,
|
||||
"y": -2749.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4089.025390625,
|
||||
"y": -2763.9775390625,
|
||||
"x": -4089.03,
|
||||
"y": -2763.98,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4084.5712890625,
|
||||
"y": -2764.4287109375,
|
||||
"x": -4084.57,
|
||||
"y": -2764.43,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -47,8 +47,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4084.5712890625,
|
||||
"y": -2764.4287109375,
|
||||
"x": -4084.57,
|
||||
"y": -2764.43,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4429.830078125,
|
||||
"y": -2798.578125,
|
||||
"x": -4429.83,
|
||||
"y": -2798.58,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4371.24609375,
|
||||
"y": -2777.3232421875,
|
||||
"x": -4371.25,
|
||||
"y": -2777.32,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4302.373046875,
|
||||
"y": -2795.119140625,
|
||||
"x": -4302.37,
|
||||
"y": -2795.12,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4310.595703125,
|
||||
"y": -2778.12109375,
|
||||
"x": -4310.6,
|
||||
"y": -2778.12,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4279.859375,
|
||||
"y": -2745.9619140625,
|
||||
"x": -4279.86,
|
||||
"y": -2745.96,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4283.595703125,
|
||||
"y": -2729.3857421875,
|
||||
"x": -4283.6,
|
||||
"y": -2729.39,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4364.701171875,
|
||||
"y": -2645.5478515625,
|
||||
"x": -4364.7,
|
||||
"y": -2645.55,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4316.466796875,
|
||||
"y": -2617.38671875,
|
||||
"x": -4316.47,
|
||||
"y": -2617.39,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4300.4609375,
|
||||
"y": -2587.400390625,
|
||||
"x": -4300.46,
|
||||
"y": -2587.4,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4296,
|
||||
"y": -2578.46484375,
|
||||
"x": -4296.0,
|
||||
"y": -2578.46,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-稻妻城山洞-6个(纳西妲)",
|
||||
"name": "鬼兜虫01-稻妻城山洞-6个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4494.103515625,
|
||||
"y": -3216.6337890625,
|
||||
"x": -4494.1,
|
||||
"y": -3216.63,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4532.052734375,
|
||||
"y": -3203.453125,
|
||||
"x": -4532.05,
|
||||
"y": -3203.45,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(1.5),click",
|
||||
@@ -27,67 +27,67 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4532.70703125,
|
||||
"y": -3224.4375,
|
||||
"x": -4532.71,
|
||||
"y": -3224.44,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4529.373046875,
|
||||
"y": -3235.9619140625,
|
||||
"x": -4529.37,
|
||||
"y": -3235.96,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4525.8046875,
|
||||
"y": -3250.236328125,
|
||||
"x": -4525.8,
|
||||
"y": -3250.24,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4537.41796875,
|
||||
"y": -3279.84375,
|
||||
"x": -4537.42,
|
||||
"y": -3279.84,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4583.248046875,
|
||||
"y": -3303.5732421875,
|
||||
"x": -4583.25,
|
||||
"y": -3303.57,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4604.541015625,
|
||||
"y": -3307.361328125,
|
||||
"x": -4604.54,
|
||||
"y": -3307.36,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4607.154296875,
|
||||
"y": -3333.1943359375,
|
||||
"x": -4607.15,
|
||||
"y": -3333.19,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4608.677734375,
|
||||
"y": -3352.08203125,
|
||||
"x": -4608.68,
|
||||
"y": -3352.08,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,176 +1,176 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-鸣神大社-6个(纳西妲)",
|
||||
"name": "鬼兜虫02-鸣神大社-6个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.37.3"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4375.646484375,
|
||||
"y": -2498.1669921875,
|
||||
"x": -4375.65,
|
||||
"y": -2498.17,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4371.193359375,
|
||||
"y": -2500.7333984375,
|
||||
"x": -4371.19,
|
||||
"y": -2500.73,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4382.708984375,
|
||||
"y": -2511.427734375,
|
||||
"x": -4382.71,
|
||||
"y": -2511.43,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4398.060546875,
|
||||
"y": -2510.8291015625,
|
||||
"x": -4398.06,
|
||||
"y": -2510.83,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4420.6328125,
|
||||
"y": -2501.1416015625,
|
||||
"x": -4420.63,
|
||||
"y": -2501.14,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4426.125,
|
||||
"y": -2487.2177734375,
|
||||
"x": -4426.12,
|
||||
"y": -2487.22,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4420.46484375,
|
||||
"y": -2472.48828125,
|
||||
"x": -4420.46,
|
||||
"y": -2472.49,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4419.197265625,
|
||||
"y": -2462.3466796875,
|
||||
"x": -4419.2,
|
||||
"y": -2462.35,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4428.380859375,
|
||||
"y": -2471.0908203125,
|
||||
"x": -4428.38,
|
||||
"y": -2471.09,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4433.4140625,
|
||||
"y": -2481.623046875,
|
||||
"x": -4433.41,
|
||||
"y": -2481.62,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4441.712890625,
|
||||
"y": -2474.2490234375,
|
||||
"x": -4441.71,
|
||||
"y": -2474.25,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4441.9765625,
|
||||
"y": -2474.07421875,
|
||||
"x": -4441.98,
|
||||
"y": -2474.07,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4440.759765625,
|
||||
"y": -2472.73828125,
|
||||
"x": -4440.76,
|
||||
"y": -2472.74,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4442.693359375,
|
||||
"y": -2482.7646484375,
|
||||
"x": -4442.69,
|
||||
"y": -2482.76,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4440.625,
|
||||
"y": -2494.7392578125,
|
||||
"x": -4440.62,
|
||||
"y": -2494.74,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4475.30859375,
|
||||
"y": -2555.8330078125,
|
||||
"x": -4475.31,
|
||||
"y": -2555.83,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4472.666015625,
|
||||
"y": -2554.466796875,
|
||||
"x": -4472.67,
|
||||
"y": -2554.47,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4474.0390625,
|
||||
"y": -2521.482421875,
|
||||
"x": -4474.04,
|
||||
"y": -2521.48,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4473.935546875,
|
||||
"y": -2520.517578125,
|
||||
"x": -4473.94,
|
||||
"y": -2520.52,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4473.74609375,
|
||||
"y": -2517.56640625,
|
||||
"x": -4473.75,
|
||||
"y": -2517.57,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4525.203125,
|
||||
"x": -4525.2,
|
||||
"y": -2524.25,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
@@ -178,40 +178,40 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4529.275390625,
|
||||
"y": -2525.4375,
|
||||
"x": -4529.28,
|
||||
"y": -2525.44,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -4515.13671875,
|
||||
"y": -2527.29296875,
|
||||
"x": -4515.14,
|
||||
"y": -2527.29,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -4507.3359375,
|
||||
"y": -2519.4267578125,
|
||||
"x": -4507.34,
|
||||
"y": -2519.43,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -4502.97265625,
|
||||
"y": -2520.2841796875,
|
||||
"x": -4502.97,
|
||||
"y": -2520.28,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -4496.18359375,
|
||||
"y": -2512.5478515625,
|
||||
"x": -4496.18,
|
||||
"y": -2512.55,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
@@ -219,47 +219,47 @@
|
||||
{
|
||||
"id": 28,
|
||||
"x": -4492.25,
|
||||
"y": -2504.63671875,
|
||||
"y": -2504.64,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -4482.998046875,
|
||||
"y": -2498.6669921875,
|
||||
"x": -4483.0,
|
||||
"y": -2498.67,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -4470.3125,
|
||||
"y": -2492.2080078125,
|
||||
"x": -4470.31,
|
||||
"y": -2492.21,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -4460.61328125,
|
||||
"y": -2476.765625,
|
||||
"x": -4460.61,
|
||||
"y": -2476.77,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": -4462.865234375,
|
||||
"y": -2461.146484375,
|
||||
"x": -4462.87,
|
||||
"y": -2461.15,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": -4463.6875,
|
||||
"y": -2458.29296875,
|
||||
"x": -4463.69,
|
||||
"y": -2458.29,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-砂流之庭-1个",
|
||||
"name": "鬼兜虫03-砂流之庭-1个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.37.3"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,13 +13,13 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4408.83984375,
|
||||
"y": -2395.3701171875
|
||||
"x": -4408.84,
|
||||
"y": -2395.37
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4404.15234375,
|
||||
"y": -2395.0771484375,
|
||||
"x": -4404.15,
|
||||
"y": -2395.08,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
|
||||
@@ -1,105 +1,105 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫01-九条阵屋-4个",
|
||||
"name": "鬼兜虫04-九条阵屋-4个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.36.5"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3436.6826171875,
|
||||
"y": -3314.7060546875,
|
||||
"x": -3436.68,
|
||||
"y": -3314.71,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3437.7080078125,
|
||||
"y": -3275.916015625,
|
||||
"x": -3437.71,
|
||||
"y": -3275.92,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3448.6796875,
|
||||
"y": -3251.3828125,
|
||||
"x": -3448.68,
|
||||
"y": -3251.38,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3450.2197265625,
|
||||
"y": -3247.294921875,
|
||||
"x": -3450.22,
|
||||
"y": -3247.29,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3463.8232421875,
|
||||
"y": -3227.341796875,
|
||||
"x": -3463.82,
|
||||
"y": -3227.34,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3457.306640625,
|
||||
"y": -3204.771484375,
|
||||
"x": -3457.31,
|
||||
"y": -3204.77,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3451.8212890625,
|
||||
"y": -3185.8359375,
|
||||
"x": -3451.82,
|
||||
"y": -3185.84,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3456.138671875,
|
||||
"y": -3166.0009765625,
|
||||
"x": -3456.14,
|
||||
"y": -3166.0,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -3436.224609375,
|
||||
"y": -3315.880859375,
|
||||
"x": -3436.22,
|
||||
"y": -3315.88,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -3405.0625,
|
||||
"y": -3299.2568359375,
|
||||
"x": -3405.06,
|
||||
"y": -3299.26,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -3381.8564453125,
|
||||
"y": -3288.634765625,
|
||||
"x": -3381.86,
|
||||
"y": -3288.63,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -3379.818359375,
|
||||
"y": -3289.2490234375,
|
||||
"x": -3379.82,
|
||||
"y": -3289.25,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
|
||||
@@ -1,49 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂(东北侧)-1个",
|
||||
"name": "鬼兜虫05-踏鞴砂(东北侧)-1个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.36.5"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3236.724609375,
|
||||
"y": -3533.439453125,
|
||||
"x": -3236.72,
|
||||
"y": -3533.44,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3233.3173828125,
|
||||
"y": -3567.1025390625,
|
||||
"x": -3233.32,
|
||||
"y": -3567.1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3211.5625,
|
||||
"y": -3596.8564453125,
|
||||
"x": -3211.56,
|
||||
"y": -3596.86,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3199.2880859375,
|
||||
"y": -3619.3291015625,
|
||||
"x": -3199.29,
|
||||
"y": -3619.33,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3200.8671875,
|
||||
"y": -3618.484375,
|
||||
"x": -3200.87,
|
||||
"y": -3618.48,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂-1个",
|
||||
"name": "鬼兜虫06-踏鞴砂(公义)-1个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3156.609375,
|
||||
"y": -3886.103515625,
|
||||
"x": -3156.61,
|
||||
"y": -3886.1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3114.919921875,
|
||||
"y": -3858.818359375,
|
||||
"x": -3114.92,
|
||||
"y": -3858.82,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3097.74609375,
|
||||
"y": -3845.6455078125,
|
||||
"x": -3097.75,
|
||||
"y": -3845.65,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3093.109375,
|
||||
"y": -3852.6376953125,
|
||||
"x": -3093.11,
|
||||
"y": -3852.64,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -43,8 +43,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3082.3251953125,
|
||||
"y": -3846.6435546875,
|
||||
"x": -3082.33,
|
||||
"y": -3846.64,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -1,73 +1,73 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "鬼兜虫-踏鞴砂(中部)-4个(纳西妲)",
|
||||
"name": "鬼兜虫07-踏鞴砂(中部)-4个(纳西妲)",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3157.6533203125,
|
||||
"y": -3890.3642578125,
|
||||
"x": -3157.65,
|
||||
"y": -3890.36,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3153.29296875,
|
||||
"y": -3853.634765625,
|
||||
"x": -3153.29,
|
||||
"y": -3853.63,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3129.6025390625,
|
||||
"y": -3833.5126953125,
|
||||
"x": -3129.6,
|
||||
"y": -3833.51,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3106.6357421875,
|
||||
"y": -3788.421875,
|
||||
"x": -3106.64,
|
||||
"y": -3788.42,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3095.0810546875,
|
||||
"y": -3785.42578125,
|
||||
"x": -3095.08,
|
||||
"y": -3785.43,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3091.474609375,
|
||||
"y": -3787.1005859375,
|
||||
"x": -3091.47,
|
||||
"y": -3787.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -3082.599609375,
|
||||
"y": -3770.7568359375,
|
||||
"x": -3082.6,
|
||||
"y": -3770.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -3089.775390625,
|
||||
"y": -3764.703125,
|
||||
"x": -3089.78,
|
||||
"y": -3764.7,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect"
|
||||
|
||||
Reference in New Issue
Block a user