fix: json data validation (#514)
* json data validation * 使用 jsonDataValidation 自动更正 * fix: 字段缺失时补全而不是报错
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-稻妻城-6个",
|
||||
"name": "01绯樱绣球-稻妻城-6个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4478.296875,
|
||||
"y": -3187.9716796875,
|
||||
"x": -4478.3,
|
||||
"y": -3187.97,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4490.61328125,
|
||||
"y": -3142.6708984375,
|
||||
"x": -4490.61,
|
||||
"y": -3142.67,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4495.884765625,
|
||||
"y": -3124.970703125,
|
||||
"x": -4495.88,
|
||||
"y": -3124.97,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4505.81640625,
|
||||
"y": -3109.2509765625,
|
||||
"x": -4505.82,
|
||||
"y": -3109.25,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4496.36328125,
|
||||
"y": -3102.9033203125,
|
||||
"x": -4496.36,
|
||||
"y": -3102.9,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4500.587890625,
|
||||
"y": -3083.1826171875,
|
||||
"x": -4500.59,
|
||||
"y": -3083.18,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -81,24 +81,24 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4394.177734375,
|
||||
"y": -3051.9951171875,
|
||||
"x": -4394.18,
|
||||
"y": -3052.0,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4386.6328125,
|
||||
"y": -3047.404296875,
|
||||
"x": -4386.63,
|
||||
"y": -3047.4,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4379.58203125,
|
||||
"y": -3054.8212890625,
|
||||
"x": -4379.58,
|
||||
"y": -3054.82,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
@@ -113,32 +113,32 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4407.748046875,
|
||||
"y": -3055.2763671875,
|
||||
"x": -4407.75,
|
||||
"y": -3055.28,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4442.71484375,
|
||||
"y": -3029.7724609375,
|
||||
"x": -4442.71,
|
||||
"y": -3029.77,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4451.88671875,
|
||||
"y": -3025.7578125,
|
||||
"x": -4451.89,
|
||||
"y": -3025.76,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4436.732421875,
|
||||
"y": -2995.92578125,
|
||||
"x": -4436.73,
|
||||
"y": -2995.93,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -146,8 +146,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4418.544921875,
|
||||
"y": -2987.9423828125,
|
||||
"x": -4418.54,
|
||||
"y": -2987.94,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -155,8 +155,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4418.544921875,
|
||||
"y": -2987.9423828125,
|
||||
"x": -4418.54,
|
||||
"y": -2987.94,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "丽莎 attack,wait(0.5),attack,wait(1),keypress(VK_SPACE),wait(1),keypress(VK_SPACE)",
|
||||
@@ -164,8 +164,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4400.37109375,
|
||||
"y": -2982.4111328125,
|
||||
"x": -4400.37,
|
||||
"y": -2982.41,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -173,8 +173,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4397.41796875,
|
||||
"y": -2985.8271484375,
|
||||
"x": -4397.42,
|
||||
"y": -2985.83,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -182,16 +182,16 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4379.2421875,
|
||||
"y": -2979.8818359375,
|
||||
"x": -4379.24,
|
||||
"y": -2979.88,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4363.30859375,
|
||||
"y": -2983.12109375,
|
||||
"x": -4363.31,
|
||||
"y": -2983.12,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,72 +1,72 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-白狐之野-5个",
|
||||
"name": "02绯樱绣球-白狐之野-5个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4231.962890625,
|
||||
"y": -3001.522705078125,
|
||||
"x": -4231.96,
|
||||
"y": -3001.52,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4226.3095703125,
|
||||
"y": -2990.7880859375,
|
||||
"x": -4226.31,
|
||||
"y": -2990.79,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4152.044921875,
|
||||
"y": -2962.9833984375,
|
||||
"x": -4152.04,
|
||||
"y": -2962.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4147.629,
|
||||
"y": -2956.295,
|
||||
"x": -4147.63,
|
||||
"y": -2956.3,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4217.666,
|
||||
"y": -2912.355,
|
||||
"x": -4217.67,
|
||||
"y": -2912.36,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4231.962890625,
|
||||
"y": -3001.522705078125,
|
||||
"x": -4231.96,
|
||||
"y": -3001.52,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4242.214,
|
||||
"y": -3015.338,
|
||||
"x": -4242.21,
|
||||
"y": -3015.34,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4267,
|
||||
"x": -4267.0,
|
||||
"y": -3019.5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
@@ -74,16 +74,16 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4296.239,
|
||||
"y": -3043.153,
|
||||
"x": -4296.24,
|
||||
"y": -3043.15,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4302.900390625,
|
||||
"y": -3041.7119140625,
|
||||
"x": -4302.9,
|
||||
"y": -3041.71,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-绀田村-3个",
|
||||
"name": "03绯樱绣球-绀田村-3个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "久歧忍可采集全,引战导致雷元素法师漏采集1个",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -50,31 +50,31 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4050.0732421875,
|
||||
"y": -2657.4228515625,
|
||||
"x": -4050.07,
|
||||
"y": -2657.42,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4069.197265625,
|
||||
"y": -2690.6064453125,
|
||||
"x": -4069.2,
|
||||
"y": -2690.61,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4128.6328125,
|
||||
"y": -2675.3017578125,
|
||||
"x": -4128.63,
|
||||
"y": -2675.3,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4188.493,
|
||||
"x": -4188.49,
|
||||
"y": -2651.3,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-荒海-10个",
|
||||
"name": "04绯樱绣球-荒海-10个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4221.71484375,
|
||||
"y": -2402.1181640625,
|
||||
"x": -4221.71,
|
||||
"y": -2402.12,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4254.48046875,
|
||||
"y": -2431.5087890625,
|
||||
"x": -4254.48,
|
||||
"y": -2431.51,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4261.966796875,
|
||||
"y": -2438.44921875,
|
||||
"x": -4261.97,
|
||||
"y": -2438.45,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4168.29296875,
|
||||
"y": -2480.5068359375,
|
||||
"x": -4168.29,
|
||||
"y": -2480.51,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4162.048828125,
|
||||
"y": -2483.8955078125,
|
||||
"x": -4162.05,
|
||||
"y": -2483.9,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4178.681640625,
|
||||
"y": -2506.4638671875,
|
||||
"x": -4178.68,
|
||||
"y": -2506.46,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4217.634765625,
|
||||
"y": -2397.204833984375,
|
||||
"x": -4217.63,
|
||||
"y": -2397.2,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
@@ -98,8 +98,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4283.616,
|
||||
"y": -2338.456,
|
||||
"x": -4283.62,
|
||||
"y": -2338.46,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
@@ -115,7 +115,7 @@
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4249.62,
|
||||
"y": -2311.336,
|
||||
"y": -2311.34,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
@@ -123,30 +123,30 @@
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4265.25,
|
||||
"y": -2295.9949837547574,
|
||||
"y": -2295.99,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4269,
|
||||
"y": -2242.228957828398,
|
||||
"x": -4269.0,
|
||||
"y": -2242.23,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4284.773,
|
||||
"y": -2240.042,
|
||||
"x": -4284.77,
|
||||
"y": -2240.04,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4295,
|
||||
"x": -4295.0,
|
||||
"y": -2243.5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
@@ -154,48 +154,48 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4278.985,
|
||||
"y": -2266.819,
|
||||
"x": -4278.98,
|
||||
"y": -2266.82,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4291.891,
|
||||
"y": -2285.137,
|
||||
"x": -4291.89,
|
||||
"y": -2285.14,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4217.634765625,
|
||||
"y": -2397.204833984375,
|
||||
"x": -4217.63,
|
||||
"y": -2397.2,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4236,
|
||||
"y": -2353,
|
||||
"x": -4236.0,
|
||||
"y": -2353.0,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4237.946,
|
||||
"y": -2346.986,
|
||||
"x": -4237.95,
|
||||
"y": -2346.99,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -4218.329,
|
||||
"y": -2343.689,
|
||||
"x": -4218.33,
|
||||
"y": -2343.69,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-荒海(砂流)-2个",
|
||||
"name": "05绯樱绣球-荒海(砂流)-2个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.37.3"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,37 +13,37 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4407.876953125,
|
||||
"y": -2397.98046875
|
||||
"x": -4407.88,
|
||||
"y": -2397.98
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4405.279296875,
|
||||
"y": -2393.2353515625,
|
||||
"x": -4405.28,
|
||||
"y": -2393.24,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4374.46875,
|
||||
"y": -2377.533203125,
|
||||
"x": -4374.47,
|
||||
"y": -2377.53,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4369.138671875,
|
||||
"y": -2372.8466796875,
|
||||
"x": -4369.14,
|
||||
"y": -2372.85,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4336.7109375,
|
||||
"y": -2342.2734375,
|
||||
"x": -4336.71,
|
||||
"y": -2342.27,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "electro_collect"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-神里屋敷-10个",
|
||||
"name": "06绯樱绣球-神里屋敷-10个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.37.3"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -13,245 +13,245 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4578.763671875,
|
||||
"y": -2577.6455078125
|
||||
"x": -4578.76,
|
||||
"y": -2577.65
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4560.103515625,
|
||||
"y": -2543.310546875,
|
||||
"x": -4560.1,
|
||||
"y": -2543.31,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4521.943359375,
|
||||
"y": -2521.529296875,
|
||||
"x": -4521.94,
|
||||
"y": -2521.53,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4507.11328125,
|
||||
"y": -2521.2099609375,
|
||||
"x": -4507.11,
|
||||
"y": -2521.21,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4502.693359375,
|
||||
"y": -2520.908203125,
|
||||
"x": -4502.69,
|
||||
"y": -2520.91,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4497.94140625,
|
||||
"y": -2512.1669921875,
|
||||
"x": -4497.94,
|
||||
"y": -2512.17,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4494.18359375,
|
||||
"y": -2508.5947265625,
|
||||
"x": -4494.18,
|
||||
"y": -2508.59,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4498.333984375,
|
||||
"y": -2505.5322265625,
|
||||
"x": -4498.33,
|
||||
"y": -2505.53,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4490.65234375,
|
||||
"y": -2509.30078125,
|
||||
"x": -4490.65,
|
||||
"y": -2509.3,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4483.890625,
|
||||
"y": -2512.517578125,
|
||||
"x": -4483.89,
|
||||
"y": -2512.52,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4475.970703125,
|
||||
"y": -2514.607421875,
|
||||
"x": -4475.97,
|
||||
"y": -2514.61,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4484.34765625,
|
||||
"y": -2536.4365234375,
|
||||
"x": -4484.35,
|
||||
"y": -2536.44,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4482.408203125,
|
||||
"y": -2535.8125,
|
||||
"x": -4482.41,
|
||||
"y": -2535.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4480.1484375,
|
||||
"y": -2512.375,
|
||||
"x": -4480.15,
|
||||
"y": -2512.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4498.900390625,
|
||||
"y": -2493.740234375,
|
||||
"x": -4498.9,
|
||||
"y": -2493.74,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4505.76171875,
|
||||
"y": -2492.21484375,
|
||||
"x": -4505.76,
|
||||
"y": -2492.21,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4495.1796875,
|
||||
"y": -2488.93359375,
|
||||
"x": -4495.18,
|
||||
"y": -2488.93,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4468.73046875,
|
||||
"y": -2474.5859375,
|
||||
"x": -4468.73,
|
||||
"y": -2474.59,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4468.73046875,
|
||||
"y": -2474.5859375,
|
||||
"x": -4468.73,
|
||||
"y": -2474.59,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4479.42578125,
|
||||
"y": -2471.8876953125,
|
||||
"x": -4479.43,
|
||||
"y": -2471.89,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4572.1171875,
|
||||
"y": -2487.857421875,
|
||||
"x": -4572.12,
|
||||
"y": -2487.86,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4572.078125,
|
||||
"y": -2487.783203125,
|
||||
"x": -4572.08,
|
||||
"y": -2487.78,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -4589.494140625,
|
||||
"y": -2482.4951171875,
|
||||
"x": -4589.49,
|
||||
"y": -2482.5,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -4616.603515625,
|
||||
"y": -2478.01171875,
|
||||
"x": -4616.6,
|
||||
"y": -2478.01,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -4616.576171875,
|
||||
"y": -2478.013671875,
|
||||
"x": -4616.58,
|
||||
"y": -2478.01,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -4629.75390625,
|
||||
"y": -2504.75390625,
|
||||
"x": -4629.75,
|
||||
"y": -2504.75,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -4646.3203125,
|
||||
"y": -2535.5078125,
|
||||
"x": -4646.32,
|
||||
"y": -2535.51,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -4647.564453125,
|
||||
"y": -2545.7236328125,
|
||||
"x": -4647.56,
|
||||
"y": -2545.72,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -4638.658203125,
|
||||
"y": -2571.6650390625,
|
||||
"x": -4638.66,
|
||||
"y": -2571.67,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -4629.869140625,
|
||||
"y": -2589.5830078125,
|
||||
"x": -4629.87,
|
||||
"y": -2589.58,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -4627.833984375,
|
||||
"y": -2591.4677734375,
|
||||
"x": -4627.83,
|
||||
"y": -2591.47,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-镇守之森-8个",
|
||||
"name": "07绯樱绣球-镇守之森-8个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4441.73046875,
|
||||
"y": -2802.01953125,
|
||||
"x": -4441.73,
|
||||
"y": -2802.02,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4453.349609375,
|
||||
"y": -2815.146484375,
|
||||
"x": -4453.35,
|
||||
"y": -2815.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4464.486328125,
|
||||
"y": -2813.2578125,
|
||||
"x": -4464.49,
|
||||
"y": -2813.26,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4512.44921875,
|
||||
"y": -2790.2255859375,
|
||||
"x": -4512.45,
|
||||
"y": -2790.23,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4520.40234375,
|
||||
"y": -2782.587890625,
|
||||
"x": -4520.4,
|
||||
"y": -2782.59,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4510.84375,
|
||||
"y": -2762.8994140625,
|
||||
"x": -4510.84,
|
||||
"y": -2762.9,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4518.62109375,
|
||||
"y": -2747.0400390625,
|
||||
"x": -4518.62,
|
||||
"y": -2747.04,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4508.38671875,
|
||||
"y": -2728.322265625,
|
||||
"x": -4508.39,
|
||||
"y": -2728.32,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -91,7 +91,7 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4504.078125,
|
||||
"x": -4504.08,
|
||||
"y": -2682.75,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
@@ -108,40 +108,40 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4432.47265625,
|
||||
"y": -2763.388671875,
|
||||
"x": -4432.47,
|
||||
"y": -2763.39,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4415.365234375,
|
||||
"y": -2790.0234375,
|
||||
"x": -4415.37,
|
||||
"y": -2790.02,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4405.775390625,
|
||||
"y": -2793.630859375,
|
||||
"x": -4405.78,
|
||||
"y": -2793.63,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4383.607421875,
|
||||
"y": -2793.5517578125,
|
||||
"x": -4383.61,
|
||||
"y": -2793.55,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4378.828125,
|
||||
"y": -2849.36328125,
|
||||
"x": -4378.83,
|
||||
"y": -2849.36,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
@@ -157,8 +157,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4372.048828125,
|
||||
"y": -2777.3642578125,
|
||||
"x": -4372.05,
|
||||
"y": -2777.36,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4306.2265625,
|
||||
"y": -2761.5048828125,
|
||||
"x": -4306.23,
|
||||
"y": -2761.5,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -175,8 +175,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4312.173828125,
|
||||
"y": -2808.5927734375,
|
||||
"x": -4312.17,
|
||||
"y": -2808.59,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -184,8 +184,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4314.873046875,
|
||||
"y": -2817.2548828125,
|
||||
"x": -4314.87,
|
||||
"y": -2817.25,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -193,8 +193,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4314.3828125,
|
||||
"y": -2819.580078125,
|
||||
"x": -4314.38,
|
||||
"y": -2819.58,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "丽莎 attack,wait(0.5),attack,wait(1),keypress(VK_SPACE),wait(1),keypress(VK_SPACE)",
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-鸣神大社-3个",
|
||||
"name": "08绯樱绣球-鸣神大社-3个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4377.8515625,
|
||||
"y": -2501.1357421875,
|
||||
"x": -4377.85,
|
||||
"y": -2501.14,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4374.119140625,
|
||||
"y": -2469.8017578125,
|
||||
"x": -4374.12,
|
||||
"y": -2469.8,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4386.041015625,
|
||||
"y": -2463.12109375,
|
||||
"x": -4386.04,
|
||||
"y": -2463.12,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -35,24 +35,24 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4387.537109375,
|
||||
"y": -2468.890625,
|
||||
"x": -4387.54,
|
||||
"y": -2468.89,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4377.8515625,
|
||||
"y": -2501.1357421875,
|
||||
"x": -4377.85,
|
||||
"y": -2501.14,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4412.14453125,
|
||||
"y": -2494.033203125,
|
||||
"x": -4412.14,
|
||||
"y": -2494.03,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-鸣神大社神樱-3个",
|
||||
"name": "09绯樱绣球-鸣神大社神樱-3个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.37.3"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
@@ -18,80 +18,80 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4392.6015625,
|
||||
"y": -2485.587890625,
|
||||
"x": -4392.6,
|
||||
"y": -2485.59,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4389.96484375,
|
||||
"y": -2477.7490234375,
|
||||
"x": -4389.96,
|
||||
"y": -2477.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4396.80078125,
|
||||
"y": -2472.0947265625,
|
||||
"x": -4396.8,
|
||||
"y": -2472.09,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4402.98046875,
|
||||
"y": -2477.3828125,
|
||||
"x": -4402.98,
|
||||
"y": -2477.38,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4419.173828125,
|
||||
"y": -2473.037109375,
|
||||
"x": -4419.17,
|
||||
"y": -2473.04,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4422.564453125,
|
||||
"y": -2470.759765625,
|
||||
"x": -4422.56,
|
||||
"y": -2470.76,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4424.255859375,
|
||||
"y": -2474.267578125,
|
||||
"x": -4424.26,
|
||||
"y": -2474.27,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4416.2734375,
|
||||
"y": -2477.5908203125,
|
||||
"x": -4416.27,
|
||||
"y": -2477.59,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4408.759765625,
|
||||
"y": -2466.939453125,
|
||||
"x": -4408.76,
|
||||
"y": -2466.94,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4414.43359375,
|
||||
"y": -2459.373046875,
|
||||
"x": -4414.43,
|
||||
"y": -2459.37,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-影向山山顶-4个",
|
||||
"name": "10绯樱绣球-影向山山顶-4个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -10,80 +10,80 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4375.7265625,
|
||||
"y": -2498.1318359375,
|
||||
"x": -4375.73,
|
||||
"y": -2498.13,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4395.451171875,
|
||||
"y": -2504.4169921875,
|
||||
"x": -4395.45,
|
||||
"y": -2504.42,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4450.845703125,
|
||||
"y": -2586.642578125,
|
||||
"x": -4450.85,
|
||||
"y": -2586.64,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4454.951171875,
|
||||
"y": -2586.984375,
|
||||
"x": -4454.95,
|
||||
"y": -2586.98,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4455.75390625,
|
||||
"y": -2587.427734375,
|
||||
"x": -4455.75,
|
||||
"y": -2587.43,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4463.111328125,
|
||||
"y": -2585.7548828125,
|
||||
"x": -4463.11,
|
||||
"y": -2585.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4468.08203125,
|
||||
"y": -2586.8251953125,
|
||||
"x": -4468.08,
|
||||
"y": -2586.83,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4466.47265625,
|
||||
"y": -2594.65625,
|
||||
"x": -4466.47,
|
||||
"y": -2594.66,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4465.2734375,
|
||||
"y": -2597.3779296875,
|
||||
"x": -4465.27,
|
||||
"y": -2597.38,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4501.611328125,
|
||||
"y": -2606.109375,
|
||||
"x": -4501.61,
|
||||
"y": -2606.11,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4494.736328125,
|
||||
"y": -2627.576171875,
|
||||
"x": -4494.74,
|
||||
"y": -2627.58,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4487.4765625,
|
||||
"y": -2628.896484375,
|
||||
"x": -4487.48,
|
||||
"y": -2628.9,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect",
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-影向山-7个",
|
||||
"name": "11绯樱绣球-影向山-7个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
"bgiVersion": "v0.42.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4375.681640625,
|
||||
"y": -2498.1533203125,
|
||||
"x": -4375.68,
|
||||
"y": -2498.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4378.830078125,
|
||||
"y": -2495.11328125,
|
||||
"x": -4378.83,
|
||||
"y": -2495.11,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4373.44140625,
|
||||
"y": -2468.6708984375,
|
||||
"x": -4373.44,
|
||||
"y": -2468.67,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4342.98046875,
|
||||
"y": -2461.07421875,
|
||||
"x": -4342.98,
|
||||
"y": -2461.07,
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(2),click",
|
||||
"move_mode": "fly",
|
||||
@@ -43,184 +43,184 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4342.111328125,
|
||||
"y": -2460.5234375,
|
||||
"x": -4342.11,
|
||||
"y": -2460.52,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4353.3125,
|
||||
"y": -2449.486328125,
|
||||
"x": -4353.31,
|
||||
"y": -2449.49,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4359.85546875,
|
||||
"y": -2446.7431640625,
|
||||
"x": -4359.86,
|
||||
"y": -2446.74,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4395.9453125,
|
||||
"y": -2439.1806640625,
|
||||
"x": -4395.95,
|
||||
"y": -2439.18,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4408.296875,
|
||||
"y": -2442.759765625,
|
||||
"x": -4408.3,
|
||||
"y": -2442.76,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4432.64453125,
|
||||
"y": -2464.73046875,
|
||||
"x": -4432.64,
|
||||
"y": -2464.73,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4443.048828125,
|
||||
"y": -2484.2587890625,
|
||||
"x": -4443.05,
|
||||
"y": -2484.26,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4438.96875,
|
||||
"y": -2495.796875,
|
||||
"x": -4438.97,
|
||||
"y": -2495.8,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4431.408203125,
|
||||
"y": -2499.2822265625,
|
||||
"x": -4431.41,
|
||||
"y": -2499.28,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4438.09765625,
|
||||
"y": -2489.0654296875,
|
||||
"x": -4438.1,
|
||||
"y": -2489.07,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4434.412109375,
|
||||
"y": -2484.5966796875,
|
||||
"x": -4434.41,
|
||||
"y": -2484.6,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4430.2890625,
|
||||
"y": -2474.9697265625,
|
||||
"x": -4430.29,
|
||||
"y": -2474.97,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4428.513671875,
|
||||
"y": -2472.4169921875,
|
||||
"x": -4428.51,
|
||||
"y": -2472.42,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4427.875,
|
||||
"y": -2469.44921875,
|
||||
"x": -4427.88,
|
||||
"y": -2469.45,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -4421.33203125,
|
||||
"y": -2456.65625,
|
||||
"x": -4421.33,
|
||||
"y": -2456.66,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -4414.314453125,
|
||||
"y": -2458.5439453125,
|
||||
"x": -4414.31,
|
||||
"y": -2458.54,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -4410.697265625,
|
||||
"y": -2463.337890625,
|
||||
"x": -4410.7,
|
||||
"y": -2463.34,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -4423.734375,
|
||||
"y": -2476.435546875,
|
||||
"x": -4423.73,
|
||||
"y": -2476.44,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -4425.15625,
|
||||
"y": -2494.076171875,
|
||||
"x": -4425.16,
|
||||
"y": -2494.08,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -4420.3515625,
|
||||
"y": -2501.833984375,
|
||||
"x": -4420.35,
|
||||
"y": -2501.83,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -4412.97265625,
|
||||
"y": -2507.2685546875,
|
||||
"x": -4412.97,
|
||||
"y": -2507.27,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -4390.0078125,
|
||||
"y": -2538.0439453125,
|
||||
"x": -4390.01,
|
||||
"y": -2538.04,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -4393.31640625,
|
||||
"y": -2521.689453125,
|
||||
"x": -4393.32,
|
||||
"y": -2521.69,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "wait(0.5),keypress(VK_SPACE),wait(2),click",
|
||||
@@ -228,32 +228,32 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -4368.744140625,
|
||||
"y": -2508.20703125,
|
||||
"x": -4368.74,
|
||||
"y": -2508.21,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -4370.41796875,
|
||||
"y": -2502.376953125,
|
||||
"x": -4370.42,
|
||||
"y": -2502.38,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -4374.478515625,
|
||||
"y": -2496.861328125,
|
||||
"x": -4374.48,
|
||||
"y": -2496.86,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -4388.080078125,
|
||||
"y": -2503.6953125,
|
||||
"x": -4388.08,
|
||||
"y": -2503.7,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -261,16 +261,16 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": -4428.044921875,
|
||||
"y": -2494.208984375,
|
||||
"x": -4428.04,
|
||||
"y": -2494.21,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": -4428.048828125,
|
||||
"y": -2494.216796875,
|
||||
"x": -4428.05,
|
||||
"y": -2494.22,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-影向山山底-4个",
|
||||
"name": "12绯樱绣球-影向山山底-4个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -4375.67578125,
|
||||
"y": -2498.1318359375,
|
||||
"x": -4375.68,
|
||||
"y": -2498.13,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4372.53515625,
|
||||
"y": -2507.953125,
|
||||
"x": -4372.54,
|
||||
"y": -2507.95,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4383.37890625,
|
||||
"y": -2603.4873046875,
|
||||
"x": -4383.38,
|
||||
"y": -2603.49,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4383.890625,
|
||||
"y": -2620.8076171875,
|
||||
"x": -4383.89,
|
||||
"y": -2620.81,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4387.091796875,
|
||||
"y": -2633.2275390625,
|
||||
"x": -4387.09,
|
||||
"y": -2633.23,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4362.017578125,
|
||||
"y": -2673.333984375,
|
||||
"x": -4362.02,
|
||||
"y": -2673.33,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4333.00390625,
|
||||
"y": -2633.650390625,
|
||||
"x": -4333.0,
|
||||
"y": -2633.65,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4312.341796875,
|
||||
"y": -2624.6875,
|
||||
"x": -4312.34,
|
||||
"y": -2624.69,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "electro_collect",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "绯樱绣球-神樱大祓-8个",
|
||||
"name": "13绯樱绣球-神樱大祓-8个",
|
||||
"type": "collect",
|
||||
"author": "起个名字好难",
|
||||
"version": "1.0",
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4375.669921875,
|
||||
"y": -2498.134765625,
|
||||
"x": -4375.67,
|
||||
"y": -2498.13,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4396.4609375,
|
||||
"y": -2505.9833984375,
|
||||
"x": -4396.46,
|
||||
"y": -2505.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4407.220703125,
|
||||
"y": -2584.4052734375,
|
||||
"x": -4407.22,
|
||||
"y": -2584.41,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "5000",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4406.978515625,
|
||||
"y": -2583.19140625,
|
||||
"x": -4406.98,
|
||||
"y": -2583.19,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4394.064453125,
|
||||
"y": -2581.060546875,
|
||||
"x": -4394.06,
|
||||
"y": -2581.06,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4395.658203125,
|
||||
"y": -2555.244140625,
|
||||
"x": -4395.66,
|
||||
"y": -2555.24,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -4399.083984375,
|
||||
"y": -2529.97265625,
|
||||
"x": -4399.08,
|
||||
"y": -2529.97,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "4000",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -4393.1015625,
|
||||
"y": -2521.04296875,
|
||||
"x": -4393.1,
|
||||
"y": -2521.04,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -4389.375,
|
||||
"y": -2511.6455078125,
|
||||
"x": -4389.38,
|
||||
"y": -2511.65,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -4385.380859375,
|
||||
"y": -2514.7109375,
|
||||
"x": -4385.38,
|
||||
"y": -2514.71,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -4374.654296875,
|
||||
"y": -2524.234375,
|
||||
"x": -4374.65,
|
||||
"y": -2524.23,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -4423.576171875,
|
||||
"y": -2537.6337890625,
|
||||
"x": -4423.58,
|
||||
"y": -2537.63,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4420.146484375,
|
||||
"y": -2542.4853515625,
|
||||
"x": -4420.15,
|
||||
"y": -2542.49,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4423.939453125,
|
||||
"y": -2550.7353515625,
|
||||
"x": -4423.94,
|
||||
"y": -2550.74,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4418.9140625,
|
||||
"y": -2551.29296875,
|
||||
"x": -4418.91,
|
||||
"y": -2551.29,
|
||||
"action": "electro_collect",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -4417.15234375,
|
||||
"y": -2563.3642578125,
|
||||
"x": -4417.15,
|
||||
"y": -2563.36,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "丽莎 attack,wait(0.5),attack,wait(1),keypress(VK_SPACE),wait(1),keypress(VK_SPACE)",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -4379.09765625,
|
||||
"y": -2572.099609375,
|
||||
"x": -4379.1,
|
||||
"y": -2572.1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -4375.265625,
|
||||
"y": -2566.3935546875,
|
||||
"x": -4375.27,
|
||||
"y": -2566.39,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "丽莎 attack,wait(0.5),attack,wait(1),keypress(VK_SPACE),wait(1),keypress(VK_SPACE)",
|
||||
|
||||
Reference in New Issue
Block a user