fix validate
This commit is contained in:
@@ -221,9 +221,9 @@ def ensure_required_fields(info, filename):
|
||||
info["type"] = "collect"
|
||||
corrections.append("type 自动修正为 collect")
|
||||
|
||||
if not info["author"]:
|
||||
info["author"] = os.getenv("GITHUB_ACTOR", "未知作者")
|
||||
corrections.append(f"author 自动设置为 {info['author']}")
|
||||
if not info["authors"]:
|
||||
info["authors"] = os.getenv("GITHUB_ACTOR", "未知作者")
|
||||
corrections.append(f"author 自动设置为 {info['authors']}")
|
||||
|
||||
return corrections
|
||||
|
||||
@@ -434,9 +434,9 @@ def initialize_data(data, file_path):
|
||||
info["type"] = "collect"
|
||||
messages.append(f"⚠️ 文件缺少 type 字段,已设置为默认值: collect")
|
||||
|
||||
if "author" not in info:
|
||||
info["author"] = os.getenv("GITHUB_ACTOR", "未知作者")
|
||||
messages.append(f"⚠️ 文件缺少 author 字段,已设置为: {info['author']}")
|
||||
if "authors" not in info:
|
||||
info["authors"] = os.getenv("GITHUB_ACTOR", "未知作者")
|
||||
messages.append(f"⚠️ 文件缺少 author 字段,已设置为: {info['authors']}")
|
||||
|
||||
if "version" not in info:
|
||||
info["version"] = DEFAULT_VERSION
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5028.6484375,
|
||||
"y": 3673.314208984375,
|
||||
"x": 5028.65,
|
||||
"y": 3673.31,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5028.68505859375,
|
||||
"y": 3673.197265625,
|
||||
"x": 5028.69,
|
||||
"y": 3673.2,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5024.2421875,
|
||||
"y": 3671.64599609375,
|
||||
"x": 5024.24,
|
||||
"y": 3671.65,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4996.84716796875,
|
||||
"y": 3662.746337890625,
|
||||
"x": 4996.85,
|
||||
"y": 3662.75,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4995.1328125,
|
||||
"y": 3660.90966796875,
|
||||
"x": 4995.13,
|
||||
"y": 3660.91,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4993.3955078125,
|
||||
"y": 3654.0166015625,
|
||||
"x": 4993.4,
|
||||
"y": 3654.02,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4995.1689453125,
|
||||
"y": 3647.40966796875,
|
||||
"x": 4995.17,
|
||||
"y": 3647.41,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4980.7529296875,
|
||||
"y": 3641.9580078125,
|
||||
"x": 4980.75,
|
||||
"y": 3641.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4983.13525390625,
|
||||
"y": 3636.854736328125,
|
||||
"x": 4983.14,
|
||||
"y": 3636.85,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4977.44921875,
|
||||
"y": 3634.88671875,
|
||||
"x": 4977.45,
|
||||
"y": 3634.89,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4965.75048828125,
|
||||
"y": 3627.451416015625,
|
||||
"x": 4965.75,
|
||||
"y": 3627.45,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4955.6279296875,
|
||||
"y": 3612.468505859375,
|
||||
"x": 4955.63,
|
||||
"y": 3612.47,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4960.99755859375,
|
||||
"y": 3609.70654296875,
|
||||
"x": 4961.0,
|
||||
"y": 3609.71,
|
||||
"type": "target",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4955.5966796875,
|
||||
"y": 3614.318603515625,
|
||||
"x": 4955.6,
|
||||
"y": 3614.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4949.126953125,
|
||||
"y": 3603.34765625,
|
||||
"x": 4949.13,
|
||||
"y": 3603.35,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4950.6982421875,
|
||||
"y": 3596.0771484375,
|
||||
"x": 4950.7,
|
||||
"y": 3596.08,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4952.49462890625,
|
||||
"y": 3593.77978515625,
|
||||
"x": 4952.49,
|
||||
"y": 3593.78,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 4932.2646484375,
|
||||
"y": 3564.134521484375,
|
||||
"x": 4932.26,
|
||||
"y": 3564.13,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 4937.73046875,
|
||||
"y": 3565.744873046875,
|
||||
"x": 4937.73,
|
||||
"y": 3565.74,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 4940.0712890625,
|
||||
"y": 3560.739501953125,
|
||||
"x": 4940.07,
|
||||
"y": 3560.74,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 4936.38037109375,
|
||||
"y": 3558.734375,
|
||||
"x": 4936.38,
|
||||
"y": 3558.73,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 4940.9951171875,
|
||||
"y": 3550.5341796875,
|
||||
"x": 4941.0,
|
||||
"y": 3550.53,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 4952.720703125,
|
||||
"y": 3546.206787109375,
|
||||
"x": 4952.72,
|
||||
"y": 3546.21,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -226,8 +226,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 4958.48974609375,
|
||||
"y": 3547.359375,
|
||||
"x": 4958.49,
|
||||
"y": 3547.36,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -235,8 +235,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 4966.80224609375,
|
||||
"y": 3546.100830078125,
|
||||
"x": 4966.8,
|
||||
"y": 3546.1,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5028.6484375,
|
||||
"y": 3673.314208984375,
|
||||
"x": 5028.65,
|
||||
"y": 3673.31,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5028.68505859375,
|
||||
"y": 3673.197265625,
|
||||
"x": 5028.69,
|
||||
"y": 3673.2,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5026.7138671875,
|
||||
"y": 3675.802001953125,
|
||||
"x": 5026.71,
|
||||
"y": 3675.8,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5029.6962890625,
|
||||
"y": 3678.425537109375,
|
||||
"x": 5029.7,
|
||||
"y": 3678.43,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5041.49658203125,
|
||||
"y": 3681.150634765625,
|
||||
"x": 5041.5,
|
||||
"y": 3681.15,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5043.994140625,
|
||||
"y": 3697.252685546875,
|
||||
"x": 5043.99,
|
||||
"y": 3697.25,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5050.25537109375,
|
||||
"y": 3708.08642578125,
|
||||
"x": 5050.26,
|
||||
"y": 3708.09,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5041.6455078125,
|
||||
"y": 3730.09716796875,
|
||||
"x": 5041.65,
|
||||
"y": 3730.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5045.197265625,
|
||||
"y": 3731.032470703125,
|
||||
"x": 5045.2,
|
||||
"y": 3731.03,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5047.80224609375,
|
||||
"y": 3730.685302734375,
|
||||
"x": 5047.8,
|
||||
"y": 3730.69,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5042.81298828125,
|
||||
"y": 3732.013916015625,
|
||||
"x": 5042.81,
|
||||
"y": 3732.01,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 5032.36962890625,
|
||||
"y": 3736.18017578125,
|
||||
"x": 5032.37,
|
||||
"y": 3736.18,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 5012.53466796875,
|
||||
"y": 3742.8076171875,
|
||||
"x": 5012.53,
|
||||
"y": 3742.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 4989.45947265625,
|
||||
"y": 3726.95654296875,
|
||||
"x": 4989.46,
|
||||
"y": 3726.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 4980.26318359375,
|
||||
"y": 3731.471435546875,
|
||||
"x": 4980.26,
|
||||
"y": 3731.47,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 4971.046875,
|
||||
"y": 3731.6591796875,
|
||||
"x": 4971.05,
|
||||
"y": 3731.66,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 4971.22314453125,
|
||||
"y": 3735.1298828125,
|
||||
"x": 4971.22,
|
||||
"y": 3735.13,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 4964.39990234375,
|
||||
"y": 3741.769775390625,
|
||||
"x": 4964.4,
|
||||
"y": 3741.77,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 4959.8359375,
|
||||
"y": 3751.65771484375,
|
||||
"x": 4959.84,
|
||||
"y": 3751.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 4949.92822265625,
|
||||
"y": 3759.642333984375,
|
||||
"x": 4949.93,
|
||||
"y": 3759.64,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 4954.77978515625,
|
||||
"y": 3763.74658203125,
|
||||
"x": 4954.78,
|
||||
"y": 3763.75,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 4963.00244140625,
|
||||
"y": 3757.33935546875,
|
||||
"x": 4963.0,
|
||||
"y": 3757.34,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 4979.4189453125,
|
||||
"y": 3750.80908203125,
|
||||
"x": 4979.42,
|
||||
"y": 3750.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -226,8 +226,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 4977.072265625,
|
||||
"y": 3760.04736328125,
|
||||
"x": 4977.07,
|
||||
"y": 3760.05,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -235,8 +235,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 4963.3291015625,
|
||||
"y": 3767.91748046875,
|
||||
"x": 4963.33,
|
||||
"y": 3767.92,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -244,8 +244,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 4959.38134765625,
|
||||
"y": 3773.4775390625,
|
||||
"x": 4959.38,
|
||||
"y": 3773.48,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4191.486328125,
|
||||
"y": 3799.17138671875,
|
||||
"x": 4191.49,
|
||||
"y": 3799.17,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4172.2353515625,
|
||||
"y": 3844.643798828125,
|
||||
"x": 4172.24,
|
||||
"y": 3844.64,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4152.03662109375,
|
||||
"y": 3829.548095703125,
|
||||
"x": 4152.04,
|
||||
"y": 3829.55,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4139.0185546875,
|
||||
"y": 3819.98828125,
|
||||
"x": 4139.02,
|
||||
"y": 3819.99,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4145.38037109375,
|
||||
"y": 3811.8115234375,
|
||||
"x": 4145.38,
|
||||
"y": 3811.81,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4090.7646484375,
|
||||
"y": 3807.0849609375,
|
||||
"x": 4090.76,
|
||||
"y": 3807.08,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4089.4677734375,
|
||||
"y": 3802.9462890625,
|
||||
"x": 4089.47,
|
||||
"y": 3802.95,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4086.796875,
|
||||
"y": 3795.23974609375,
|
||||
"x": 4086.8,
|
||||
"y": 3795.24,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4082.259765625,
|
||||
"y": 3796.1279296875,
|
||||
"x": 4082.26,
|
||||
"y": 3796.13,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4086.69921875,
|
||||
"y": 3793.88037109375,
|
||||
"x": 4086.7,
|
||||
"y": 3793.88,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4097.91064453125,
|
||||
"y": 3791.16259765625,
|
||||
"x": 4097.91,
|
||||
"y": 3791.16,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 4088.556640625,
|
||||
"y": 3766.278564453125,
|
||||
"x": 4088.56,
|
||||
"y": 3766.28,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 4055.84375,
|
||||
"y": 3740.9091796875,
|
||||
"x": 4055.84,
|
||||
"y": 3740.91,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "嘟嘟莲1",
|
||||
"name": "01-嘟嘟莲-清泉镇-14个",
|
||||
"type": "collect",
|
||||
"author": "彩虹QQ人",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "嘟嘟莲2",
|
||||
"name": "02-嘟嘟莲-奔狼领-4个",
|
||||
"type": "collect",
|
||||
"author": "彩虹QQ人",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "嘟嘟莲2",
|
||||
"name": "03-嘟嘟莲-摘星崖-3个",
|
||||
"type": "collect",
|
||||
"author": "彩虹QQ人",
|
||||
"version": "1.0",
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 6,
|
||||
"id": 1,
|
||||
"x": -1505.91,
|
||||
"y": 2296.22,
|
||||
"type": "teleport",
|
||||
@@ -24,7 +24,7 @@
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"id": 2,
|
||||
"x": -1469.64,
|
||||
"y": 2290.9,
|
||||
"type": "path",
|
||||
@@ -33,7 +33,7 @@
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"id": 3,
|
||||
"x": -1463.79,
|
||||
"y": 2289.42,
|
||||
"type": "path",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01小灯草",
|
||||
"name": "01-小灯草-苍风高地-18个-树莓-6个-松果-4个-嘟嘟莲-2个",
|
||||
"type": "collect",
|
||||
"author": "彩虹QQ人",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02小灯草",
|
||||
"name": "02-小灯草-风啸山坡-9个-松果-4个-蒲公英-2个",
|
||||
"type": "collect",
|
||||
"author": "彩虹QQ人",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -140,8 +140,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1155.77734375,
|
||||
"y": 2321.421875,
|
||||
"x": -1155.78,
|
||||
"y": 2321.42,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
@@ -179,8 +179,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1154.7841796875,
|
||||
"y": 2360.409912109375,
|
||||
"x": -1154.78,
|
||||
"y": 2360.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"info": {
|
||||
"version": "1.0",
|
||||
"name": "钩钩果-30个(有几率卡树洞里)",
|
||||
"name": "01-钩钩果-奔狼岭-30个",
|
||||
"description": "",
|
||||
"type": "collect",
|
||||
"author": "不瘦五十斤不改名",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"info": {
|
||||
"version": "1.0",
|
||||
"name": "钩钩果-奔狼岭-蒙德30个-需纳西妲",
|
||||
"name": "01-钩钩果-蒙德-奔狼岭-30个",
|
||||
"description": "",
|
||||
"type": "collect",
|
||||
"author": "不瘦五十斤不改名",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 6324.13720703125,
|
||||
"y": 821.75390625,
|
||||
"x": 6324.14,
|
||||
"y": 821.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 6326.93212890625,
|
||||
"y": 840.2265625,
|
||||
"x": 6326.93,
|
||||
"y": 840.23,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 6329.86328125,
|
||||
"y": 852.59326171875,
|
||||
"x": 6329.86,
|
||||
"y": 852.59,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 6324.75732421875,
|
||||
"y": 900.20166015625,
|
||||
"x": 6324.76,
|
||||
"y": 900.2,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 6325.6103515625,
|
||||
"y": 925.8310546875,
|
||||
"x": 6325.61,
|
||||
"y": 925.83,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 6340.98779296875,
|
||||
"y": 933.56640625,
|
||||
"x": 6340.99,
|
||||
"y": 933.57,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 6347.62646484375,
|
||||
"y": 946.55078125,
|
||||
"x": 6347.63,
|
||||
"y": 946.55,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 6345.29443359375,
|
||||
"y": 965.107421875,
|
||||
"x": 6345.29,
|
||||
"y": 965.11,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 6347.70654296875,
|
||||
"y": 982.9814453125,
|
||||
"x": 6347.71,
|
||||
"y": 982.98,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 6341.0712890625,
|
||||
"y": 1007.42431640625,
|
||||
"x": 6341.07,
|
||||
"y": 1007.42,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 6346.95849609375,
|
||||
"y": 1030.091796875,
|
||||
"x": 6346.96,
|
||||
"y": 1030.09,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 6356.84912109375,
|
||||
"y": 1039.8515625,
|
||||
"x": 6356.85,
|
||||
"y": 1039.85,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 6359.14208984375,
|
||||
"y": 1057.96044921875,
|
||||
"x": 6359.14,
|
||||
"y": 1057.96,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 6364.17333984375,
|
||||
"y": 1059.01025390625,
|
||||
"x": 6364.17,
|
||||
"y": 1059.01,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 6376.34130859375,
|
||||
"y": 1055.1494140625,
|
||||
"x": 6376.34,
|
||||
"y": 1055.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 6375.5244140625,
|
||||
"y": 1084.48876953125,
|
||||
"x": 6375.52,
|
||||
"y": 1084.49,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 6367.6962890625,
|
||||
"y": 1103.90869140625,
|
||||
"x": 6367.7,
|
||||
"y": 1103.91,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -174,7 +174,7 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 6356.81982421875,
|
||||
"x": 6356.82,
|
||||
"y": 1104.25,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 6324.13720703125,
|
||||
"y": 821.75390625,
|
||||
"x": 6324.14,
|
||||
"y": 821.75,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 6326.93212890625,
|
||||
"y": 840.2265625,
|
||||
"x": 6326.93,
|
||||
"y": 840.23,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 6329.86328125,
|
||||
"y": 852.59326171875,
|
||||
"x": 6329.86,
|
||||
"y": 852.59,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 6324.75732421875,
|
||||
"y": 900.20166015625,
|
||||
"x": 6324.76,
|
||||
"y": 900.2,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 6325.6103515625,
|
||||
"y": 925.8310546875,
|
||||
"x": 6325.61,
|
||||
"y": 925.83,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 6340.98779296875,
|
||||
"y": 933.56640625,
|
||||
"x": 6340.99,
|
||||
"y": 933.57,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 6372.73583984375,
|
||||
"y": 941.43408203125,
|
||||
"x": 6372.74,
|
||||
"y": 941.43,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 6388.8359375,
|
||||
"y": 966.76025390625,
|
||||
"x": 6388.84,
|
||||
"y": 966.76,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 6416.49853515625,
|
||||
"y": 988.36279296875,
|
||||
"x": 6416.5,
|
||||
"y": 988.36,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 6453.251953125,
|
||||
"y": 1009.083984375,
|
||||
"x": 6453.25,
|
||||
"y": 1009.08,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 6477.00927734375,
|
||||
"y": 1060.74462890625,
|
||||
"x": 6477.01,
|
||||
"y": 1060.74,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 6512.34765625,
|
||||
"y": 1074.9189453125,
|
||||
"x": 6512.35,
|
||||
"y": 1074.92,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 6521.31689453125,
|
||||
"y": 1089.42578125,
|
||||
"x": 6521.32,
|
||||
"y": 1089.43,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 6526.8720703125,
|
||||
"y": 1087.2158203125,
|
||||
"x": 6526.87,
|
||||
"y": 1087.22,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 6533.22998046875,
|
||||
"y": 1107.2861328125,
|
||||
"x": 6533.23,
|
||||
"y": 1107.29,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 6519.32275390625,
|
||||
"y": 1127.32958984375,
|
||||
"x": 6519.32,
|
||||
"y": 1127.33,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 6530.4482421875,
|
||||
"y": 1133.5029296875,
|
||||
"x": 6530.45,
|
||||
"y": 1133.5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 6747.32275390625,
|
||||
"y": 676.154296875,
|
||||
"x": 6747.32,
|
||||
"y": 676.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 6728.21826171875,
|
||||
"y": 689.02490234375,
|
||||
"x": 6728.22,
|
||||
"y": 689.02,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 6728.3173828125,
|
||||
"y": 714.8056640625,
|
||||
"x": 6728.32,
|
||||
"y": 714.81,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 6725.044921875,
|
||||
"y": 724.01025390625,
|
||||
"x": 6725.04,
|
||||
"y": 724.01,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 6704.58984375,
|
||||
"y": 737.51953125,
|
||||
"x": 6704.59,
|
||||
"y": 737.52,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 6696.5810546875,
|
||||
"y": 729.99609375,
|
||||
"x": 6696.58,
|
||||
"y": 730.0,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 6747.32275390625,
|
||||
"y": 676.154296875,
|
||||
"x": 6747.32,
|
||||
"y": 676.15,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 6705.43115234375,
|
||||
"y": 679.466796875,
|
||||
"x": 6705.43,
|
||||
"y": 679.47,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 6653.287109375,
|
||||
"y": 679.41162109375,
|
||||
"x": 6653.29,
|
||||
"y": 679.41,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 6637.24658203125,
|
||||
"y": 668.56884765625,
|
||||
"x": 6637.25,
|
||||
"y": 668.57,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 6609.85302734375,
|
||||
"y": 679.90478515625,
|
||||
"x": 6609.85,
|
||||
"y": 679.9,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 6589.04296875,
|
||||
"y": 670.966796875,
|
||||
"x": 6589.04,
|
||||
"y": 670.97,
|
||||
"action": "up_down_grab_leaf",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 6565.47705078125,
|
||||
"y": 680.0693359375,
|
||||
"x": 6565.48,
|
||||
"y": 680.07,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 6561.3671875,
|
||||
"y": 690.783203125,
|
||||
"x": 6561.37,
|
||||
"y": 690.78,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 6550.23974609375,
|
||||
"y": 699.61279296875,
|
||||
"x": 6550.24,
|
||||
"y": 699.61,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 6524.5146484375,
|
||||
"y": 707.52392578125,
|
||||
"x": 6524.51,
|
||||
"y": 707.52,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 6509.33935546875,
|
||||
"y": 731.55712890625,
|
||||
"x": 6509.34,
|
||||
"y": 731.56,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -174,8 +174,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 6512.65380859375,
|
||||
"y": 749.0810546875,
|
||||
"x": 6512.65,
|
||||
"y": 749.08,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -183,8 +183,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 6507.9111328125,
|
||||
"y": 759.53564453125,
|
||||
"x": 6507.91,
|
||||
"y": 759.54,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -192,8 +192,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 6502.142578125,
|
||||
"y": 756.4287109375,
|
||||
"x": 6502.14,
|
||||
"y": 756.43,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5493.220703125,
|
||||
"y": 1447.265625,
|
||||
"x": 5493.22,
|
||||
"y": 1447.27,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5526.40283203125,
|
||||
"y": 1431.3740234375,
|
||||
"x": 5526.4,
|
||||
"y": 1431.37,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5558.693359375,
|
||||
"y": 1415.09716796875,
|
||||
"x": 5558.69,
|
||||
"y": 1415.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5585.9755859375,
|
||||
"y": 1403.18603515625,
|
||||
"x": 5585.98,
|
||||
"y": 1403.19,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5614.30224609375,
|
||||
"y": 1391.107421875,
|
||||
"x": 5614.3,
|
||||
"y": 1391.11,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5641.59130859375,
|
||||
"y": 1387.625,
|
||||
"x": 5641.59,
|
||||
"y": 1387.62,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5670.49755859375,
|
||||
"y": 1394.7822265625,
|
||||
"x": 5670.5,
|
||||
"y": 1394.78,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5689.94580078125,
|
||||
"y": 1391.6416015625,
|
||||
"x": 5689.95,
|
||||
"y": 1391.64,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5701.2587890625,
|
||||
"y": 1399.38134765625,
|
||||
"x": 5701.26,
|
||||
"y": 1399.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 5714.34228515625,
|
||||
"y": 1403.1298828125,
|
||||
"x": 5714.34,
|
||||
"y": 1403.13,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 5750.2275390625,
|
||||
"y": 1393.5732421875,
|
||||
"x": 5750.23,
|
||||
"y": 1393.57,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5994.013671875,
|
||||
"y": 742.16552734375,
|
||||
"x": 5994.01,
|
||||
"y": 742.17,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5986.8271484375,
|
||||
"y": 754.697265625,
|
||||
"x": 5986.83,
|
||||
"y": 754.7,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5977.61572265625,
|
||||
"y": 779.0771484375,
|
||||
"x": 5977.62,
|
||||
"y": 779.08,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5999.064453125,
|
||||
"y": 780.14306640625,
|
||||
"x": 5999.06,
|
||||
"y": 780.14,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 6023.935546875,
|
||||
"y": 784.0078125,
|
||||
"x": 6023.94,
|
||||
"y": 784.01,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 6031.62451171875,
|
||||
"y": 808.76025390625,
|
||||
"x": 6031.62,
|
||||
"y": 808.76,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 6016.34765625,
|
||||
"y": 809.52197265625,
|
||||
"x": 6016.35,
|
||||
"y": 809.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5995.71826171875,
|
||||
"y": 834.47998046875,
|
||||
"x": 5995.72,
|
||||
"y": 834.48,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 6010.193359375,
|
||||
"y": 867.47119140625,
|
||||
"x": 6010.19,
|
||||
"y": 867.47,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 6024.88037109375,
|
||||
"y": 873.9716796875,
|
||||
"x": 6024.88,
|
||||
"y": 873.97,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 6054.75634765625,
|
||||
"y": 879.638671875,
|
||||
"x": 6054.76,
|
||||
"y": 879.64,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 6065.25390625,
|
||||
"y": 884.31201171875,
|
||||
"x": 6065.25,
|
||||
"y": 884.31,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 6094.40771484375,
|
||||
"y": 893.3486328125,
|
||||
"x": 6094.41,
|
||||
"y": 893.35,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 6119.609375,
|
||||
"y": 893.1064453125,
|
||||
"x": 6119.61,
|
||||
"y": 893.11,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 6122.7783203125,
|
||||
"y": 880.8291015625,
|
||||
"x": 6122.78,
|
||||
"y": 880.83,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 6071.14794921875,
|
||||
"y": 902.85986328125,
|
||||
"x": 6071.15,
|
||||
"y": 902.86,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 6062.3779296875,
|
||||
"y": 910.0625,
|
||||
"x": 6062.38,
|
||||
"y": 910.06,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -174,8 +174,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 6040.9345703125,
|
||||
"y": 904.1884765625,
|
||||
"x": 6040.93,
|
||||
"y": 904.19,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -183,8 +183,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 6033.3154296875,
|
||||
"y": 916.77783203125,
|
||||
"x": 6033.32,
|
||||
"y": 916.78,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -192,8 +192,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 6035.376953125,
|
||||
"y": 941.66357421875,
|
||||
"x": 6035.38,
|
||||
"y": 941.66,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -201,8 +201,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 6041.08056640625,
|
||||
"y": 948.587890625,
|
||||
"x": 6041.08,
|
||||
"y": 948.59,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3848.5771484375,
|
||||
"y": 1136.95166015625,
|
||||
"x": 3848.58,
|
||||
"y": 1136.95,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3873.83984375,
|
||||
"y": 1138.02490234375,
|
||||
"x": 3873.84,
|
||||
"y": 1138.02,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3875.802734375,
|
||||
"y": 1297.5390625,
|
||||
"x": 3875.8,
|
||||
"y": 1297.54,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3876.4794921875,
|
||||
"y": 1300.31396484375,
|
||||
"x": 3876.48,
|
||||
"y": 1300.31,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3877.517578125,
|
||||
"y": 1288.0830078125,
|
||||
"x": 3877.52,
|
||||
"y": 1288.08,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3857.416015625,
|
||||
"y": 1288.263671875,
|
||||
"x": 3857.42,
|
||||
"y": 1288.26,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3857.759765625,
|
||||
"y": 1277.3173828125,
|
||||
"x": 3857.76,
|
||||
"y": 1277.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3874.724609375,
|
||||
"y": 1276.06640625,
|
||||
"x": 3874.72,
|
||||
"y": 1276.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3875.578125,
|
||||
"y": 1268.01806640625,
|
||||
"x": 3875.58,
|
||||
"y": 1268.02,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3880.330078125,
|
||||
"y": 1267.998046875,
|
||||
"x": 3880.33,
|
||||
"y": 1268.0,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3893.9091796875,
|
||||
"y": 1268.1083984375,
|
||||
"x": 3893.91,
|
||||
"y": 1268.11,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3908.1953125,
|
||||
"y": 1268.2421875,
|
||||
"x": 3908.2,
|
||||
"y": 1268.24,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3908.6298828125,
|
||||
"y": 1261.35986328125,
|
||||
"x": 3908.63,
|
||||
"y": 1261.36,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3908.671875,
|
||||
"y": 1247.8603515625,
|
||||
"x": 3908.67,
|
||||
"y": 1247.86,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3902.646484375,
|
||||
"y": 1246.71875,
|
||||
"x": 3902.65,
|
||||
"y": 1246.72,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 3894.46484375,
|
||||
"y": 1247.0205078125,
|
||||
"x": 3894.46,
|
||||
"y": 1247.02,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 3885.3916015625,
|
||||
"y": 1247.3603515625,
|
||||
"x": 3885.39,
|
||||
"y": 1247.36,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 3885.09765625,
|
||||
"y": 1248.29736328125,
|
||||
"x": 3885.1,
|
||||
"y": 1248.3,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 3877.88671875,
|
||||
"y": 1243.0009765625,
|
||||
"x": 3877.89,
|
||||
"y": 1243.0,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 3859.4482421875,
|
||||
"y": 1241.10009765625,
|
||||
"x": 3859.45,
|
||||
"y": 1241.1,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 3859.236328125,
|
||||
"y": 1231.4208984375,
|
||||
"x": 3859.24,
|
||||
"y": 1231.42,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 3859.1171875,
|
||||
"y": 1218.9580078125,
|
||||
"x": 3859.12,
|
||||
"y": 1218.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 3861.802734375,
|
||||
"y": 1206.9619140625,
|
||||
"x": 3861.8,
|
||||
"y": 1206.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 3882.6083984375,
|
||||
"y": 1204.21533203125,
|
||||
"x": 3882.61,
|
||||
"y": 1204.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 3899.544921875,
|
||||
"y": 1182.1181640625,
|
||||
"x": 3899.54,
|
||||
"y": 1182.12,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -227,8 +227,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 3899.544921875,
|
||||
"y": 1182.1181640625,
|
||||
"x": 3899.54,
|
||||
"y": 1182.12,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -236,8 +236,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 3888.7236328125,
|
||||
"y": 1175.6328125,
|
||||
"x": 3888.72,
|
||||
"y": 1175.63,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -245,8 +245,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 3881.49609375,
|
||||
"y": 1172.857421875,
|
||||
"x": 3881.5,
|
||||
"y": 1172.86,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -254,8 +254,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 3870.650390625,
|
||||
"y": 1173.63134765625,
|
||||
"x": 3870.65,
|
||||
"y": 1173.63,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -263,8 +263,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 3866.0791015625,
|
||||
"y": 1183.91455078125,
|
||||
"x": 3866.08,
|
||||
"y": 1183.91,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -272,8 +272,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 3849.3046875,
|
||||
"y": 1184.794921875,
|
||||
"x": 3849.3,
|
||||
"y": 1184.79,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -281,8 +281,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 3846.4208984375,
|
||||
"y": 1194.7568359375,
|
||||
"x": 3846.42,
|
||||
"y": 1194.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -290,8 +290,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 3846.3984375,
|
||||
"y": 1202.42626953125,
|
||||
"x": 3846.4,
|
||||
"y": 1202.43,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -299,8 +299,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 3831.802734375,
|
||||
"y": 1202.8525390625,
|
||||
"x": 3831.8,
|
||||
"y": 1202.85,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -308,8 +308,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 3817.625,
|
||||
"y": 1207.677734375,
|
||||
"x": 3817.62,
|
||||
"y": 1207.68,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -4401,
|
||||
"x": -4401.0,
|
||||
"y": -2473.6,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
@@ -138,7 +138,7 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -4401,
|
||||
"x": -4401.0,
|
||||
"y": -2473.6,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -4406.8359375,
|
||||
"y": -2474.404296875,
|
||||
"x": -4406.84,
|
||||
"y": -2474.4,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2193.74,
|
||||
"y": -3485.5599999999995,
|
||||
"y": -3485.56,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2181.501953125,
|
||||
"y": -3466.12109375,
|
||||
"x": -2181.5,
|
||||
"y": -3466.12,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2176.6845703125,
|
||||
"y": -3440.2724609375,
|
||||
"x": -2176.68,
|
||||
"y": -3440.27,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2177.040000000001,
|
||||
"y": -3417.8999999999996,
|
||||
"x": -2177.04,
|
||||
"y": -3417.9,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(0.5)",
|
||||
@@ -67,7 +67,7 @@
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2176.84,
|
||||
"y": -3423.5300000000007,
|
||||
"y": -3423.53,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -76,7 +76,7 @@
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2176.84,
|
||||
"y": -3423.5300000000007,
|
||||
"y": -3423.53,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(0.5)",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2179.9658203125,
|
||||
"y": -3422.435546875,
|
||||
"x": -2179.97,
|
||||
"y": -3422.44,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -94,7 +94,7 @@
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2183.99,
|
||||
"y": -3424.869999999999,
|
||||
"y": -3424.87,
|
||||
"action": "mining",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2184.8128026580107,
|
||||
"y": -3422.46875,
|
||||
"x": -2184.81,
|
||||
"y": -3422.47,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "wait(1)",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2206,
|
||||
"x": -2206.0,
|
||||
"y": -4049.89,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
@@ -210,8 +210,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -2279.052734375,
|
||||
"y": -3965.1865234375,
|
||||
"x": -2279.05,
|
||||
"y": -3965.19,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-松果",
|
||||
"name": "01-松果-望风角-5个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-松果",
|
||||
"name": "02-松果-摘星崖-5个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-松果",
|
||||
"name": "03-松果-仲夏庭园-9个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "04-松果",
|
||||
"name": "04-松果-达达乌帕谷-17个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "05-松果",
|
||||
"name": "05-松果-苍风高地-8个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "06-松果",
|
||||
"name": "06-松果-龙脊雪山-7个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "07-松果",
|
||||
"name": "07-松果-轻策庄-9个",
|
||||
"type": "collect",
|
||||
"author": "玛卡巴卡",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 8091.45263671875,
|
||||
"y": -1804.8212890625,
|
||||
"x": 8091.45,
|
||||
"y": -1804.82,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8047.87255859375,
|
||||
"y": -1848.037109375,
|
||||
"x": 8047.87,
|
||||
"y": -1848.04,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8034.3330078125,
|
||||
"y": -1912.95556640625,
|
||||
"x": 8034.33,
|
||||
"y": -1912.96,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8022.0205078125,
|
||||
"y": -1959.47216796875,
|
||||
"x": 8022.02,
|
||||
"y": -1959.47,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8014.673828125,
|
||||
"y": -1977.9189453125,
|
||||
"x": 8014.67,
|
||||
"y": -1977.92,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8001.14892578125,
|
||||
"y": -1976.37109375,
|
||||
"x": 8001.15,
|
||||
"y": -1976.37,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 7998.7626953125,
|
||||
"y": -1971.40625,
|
||||
"x": 7998.76,
|
||||
"y": -1971.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8024.64111328125,
|
||||
"y": -1969.07958984375,
|
||||
"x": 8024.64,
|
||||
"y": -1969.08,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8032.150390625,
|
||||
"y": -1968.8994140625,
|
||||
"x": 8032.15,
|
||||
"y": -1968.9,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8045.89111328125,
|
||||
"y": -1945.384765625,
|
||||
"x": 8045.89,
|
||||
"y": -1945.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 8052.21484375,
|
||||
"y": -1919.7138671875,
|
||||
"x": 8052.21,
|
||||
"y": -1919.71,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 8051.94677734375,
|
||||
"y": -1903.35107421875,
|
||||
"x": 8051.95,
|
||||
"y": -1903.35,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 8052.97021484375,
|
||||
"y": -1893.1630859375,
|
||||
"x": 8052.97,
|
||||
"y": -1893.16,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 8056.3037109375,
|
||||
"y": -1873.0751953125,
|
||||
"x": 8056.3,
|
||||
"y": -1873.08,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 8054.46533203125,
|
||||
"y": -1841.267578125,
|
||||
"x": 8054.47,
|
||||
"y": -1841.27,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 8048.5625,
|
||||
"y": -1809.9501953125,
|
||||
"x": 8048.56,
|
||||
"y": -1809.95,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 8039.5498046875,
|
||||
"y": -1785.8984375,
|
||||
"x": 8039.55,
|
||||
"y": -1785.9,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 8031.3935546875,
|
||||
"y": -1764.853515625,
|
||||
"x": 8031.39,
|
||||
"y": -1764.85,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 8031.39306640625,
|
||||
"y": -1764.8525390625,
|
||||
"x": 8031.39,
|
||||
"y": -1764.85,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 8014.54638671875,
|
||||
"y": -1748.205078125,
|
||||
"x": 8014.55,
|
||||
"y": -1748.21,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 8004.57568359375,
|
||||
"y": -1735.81591796875,
|
||||
"x": 8004.58,
|
||||
"y": -1735.82,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 8002.318359375,
|
||||
"y": -1725.8818359375,
|
||||
"x": 8002.32,
|
||||
"y": -1725.88,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 7996.48974609375,
|
||||
"y": -1724.1611328125,
|
||||
"x": 7996.49,
|
||||
"y": -1724.16,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -226,8 +226,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 7991.07568359375,
|
||||
"y": -1719.52734375,
|
||||
"x": 7991.08,
|
||||
"y": -1719.53,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -235,8 +235,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 7990.2978515625,
|
||||
"y": -1717.439453125,
|
||||
"x": 7990.3,
|
||||
"y": -1717.44,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -244,8 +244,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 7991.23974609375,
|
||||
"y": -1708.09423828125,
|
||||
"x": 7991.24,
|
||||
"y": -1708.09,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -253,8 +253,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 7980.3076171875,
|
||||
"y": -1703.494140625,
|
||||
"x": 7980.31,
|
||||
"y": -1703.49,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -262,8 +262,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 7950.546875,
|
||||
"y": -1694.576171875,
|
||||
"x": 7950.55,
|
||||
"y": -1694.58,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -271,8 +271,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 7915.63037109375,
|
||||
"y": -1695.64501953125,
|
||||
"x": 7915.63,
|
||||
"y": -1695.65,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -280,8 +280,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 7901.7939453125,
|
||||
"y": -1720.0390625,
|
||||
"x": 7901.79,
|
||||
"y": -1720.04,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -290,8 +290,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 7901.7939453125,
|
||||
"y": -1720.0390625,
|
||||
"x": 7901.79,
|
||||
"y": -1720.04,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -299,8 +299,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 7904.5830078125,
|
||||
"y": -1736.4013671875,
|
||||
"x": 7904.58,
|
||||
"y": -1736.4,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -308,8 +308,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 7899.3916015625,
|
||||
"y": -1742.3564453125,
|
||||
"x": 7899.39,
|
||||
"y": -1742.36,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -317,8 +317,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 7890.572265625,
|
||||
"y": -1741.4189453125,
|
||||
"x": 7890.57,
|
||||
"y": -1741.42,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 7647.875,
|
||||
"y": -2113.06640625,
|
||||
"x": 7647.88,
|
||||
"y": -2113.07,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 7654.47216796875,
|
||||
"y": -2106.73046875,
|
||||
"x": 7654.47,
|
||||
"y": -2106.73,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 7652.81005859375,
|
||||
"y": -2090.658203125,
|
||||
"x": 7652.81,
|
||||
"y": -2090.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 7655.65234375,
|
||||
"y": -2089.4755859375,
|
||||
"x": 7655.65,
|
||||
"y": -2089.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 7661.494140625,
|
||||
"y": -2086.962890625,
|
||||
"x": 7661.49,
|
||||
"y": -2086.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 7669.1708984375,
|
||||
"y": -2083.599609375,
|
||||
"x": 7669.17,
|
||||
"y": -2083.6,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 7677.1826171875,
|
||||
"y": -2079.93359375,
|
||||
"x": 7677.18,
|
||||
"y": -2079.93,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 7687.6025390625,
|
||||
"y": -2079.1533203125,
|
||||
"x": 7687.6,
|
||||
"y": -2079.15,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 7689.16162109375,
|
||||
"y": -2079.5380859375,
|
||||
"x": 7689.16,
|
||||
"y": -2079.54,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 7693.58251953125,
|
||||
"y": -2077.615234375,
|
||||
"x": 7693.58,
|
||||
"y": -2077.62,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 7694.4453125,
|
||||
"y": -2078.2724609375,
|
||||
"x": 7694.45,
|
||||
"y": -2078.27,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 7696.8720703125,
|
||||
"y": -2083.576171875,
|
||||
"x": 7696.87,
|
||||
"y": -2083.58,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 7696.970703125,
|
||||
"y": -2086.7958984375,
|
||||
"x": 7696.97,
|
||||
"y": -2086.8,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 7698.52734375,
|
||||
"y": -2090.583984375,
|
||||
"x": 7698.53,
|
||||
"y": -2090.58,
|
||||
"type": "target",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 7701.8486328125,
|
||||
"y": -2096.76953125,
|
||||
"x": 7701.85,
|
||||
"y": -2096.77,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 7706.13134765625,
|
||||
"y": -2103.671875,
|
||||
"x": 7706.13,
|
||||
"y": -2103.67,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 7647.88134765625,
|
||||
"y": -2113.064453125,
|
||||
"x": 7647.88,
|
||||
"y": -2113.06,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 7632.07958984375,
|
||||
"y": -2111.4150390625,
|
||||
"x": 7632.08,
|
||||
"y": -2111.42,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 7623.26513671875,
|
||||
"y": -2113.2421875,
|
||||
"x": 7623.27,
|
||||
"y": -2113.24,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 7614.76220703125,
|
||||
"y": -2123.3125,
|
||||
"x": 7614.76,
|
||||
"y": -2123.31,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 7615.41552734375,
|
||||
"y": -2122.068359375,
|
||||
"x": 7615.42,
|
||||
"y": -2122.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 7647.875,
|
||||
"y": -2113.0625,
|
||||
"x": 7647.88,
|
||||
"y": -2113.06,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 7634.70654296875,
|
||||
"y": -2110.08984375,
|
||||
"x": 7634.71,
|
||||
"y": -2110.09,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 7626.529296875,
|
||||
"y": -2112.59375,
|
||||
"x": 7626.53,
|
||||
"y": -2112.59,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 7619.42236328125,
|
||||
"y": -2113.416015625,
|
||||
"x": 7619.42,
|
||||
"y": -2113.42,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 7612.2412109375,
|
||||
"y": -2116.4755859375,
|
||||
"x": 7612.24,
|
||||
"y": -2116.48,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 7610.35205078125,
|
||||
"y": -2123.1015625,
|
||||
"x": 7610.35,
|
||||
"y": -2123.1,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 7596.6103515625,
|
||||
"y": -2134.740234375,
|
||||
"x": 7596.61,
|
||||
"y": -2134.74,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 7591.244140625,
|
||||
"y": -2134.962890625,
|
||||
"x": 7591.24,
|
||||
"y": -2134.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 7587.03369140625,
|
||||
"y": -2137.041015625,
|
||||
"x": 7587.03,
|
||||
"y": -2137.04,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 7592.43896484375,
|
||||
"y": -2134.7587890625,
|
||||
"x": 7592.44,
|
||||
"y": -2134.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,7 +154,7 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 7601.04541015625,
|
||||
"x": 7601.05,
|
||||
"y": -2141.75,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 7615.15380859375,
|
||||
"y": -2162.171875,
|
||||
"x": 7615.15,
|
||||
"y": -2162.17,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8664.1708984375,
|
||||
"y": -2742.935546875,
|
||||
"x": 8664.17,
|
||||
"y": -2742.94,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8683.7890625,
|
||||
"y": -2759.4921875,
|
||||
"x": 8683.79,
|
||||
"y": -2759.49,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8683.0888671875,
|
||||
"y": -2768.59375,
|
||||
"x": 8683.09,
|
||||
"y": -2768.59,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8664.1669921875,
|
||||
"y": -2742.92578125,
|
||||
"x": 8664.17,
|
||||
"y": -2742.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8650.982421875,
|
||||
"y": -2763.0771484375,
|
||||
"x": 8650.98,
|
||||
"y": -2763.08,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8646.466796875,
|
||||
"y": -2763.857421875,
|
||||
"x": 8646.47,
|
||||
"y": -2763.86,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 8650.42578125,
|
||||
"y": -2763.4658203125,
|
||||
"x": 8650.43,
|
||||
"y": -2763.47,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8652.794921875,
|
||||
"y": -2771.8330078125,
|
||||
"x": 8652.79,
|
||||
"y": -2771.83,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8650.71875,
|
||||
"y": -2778.5986328125,
|
||||
"x": 8650.72,
|
||||
"y": -2778.6,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8633.40625,
|
||||
"y": -2809.134765625,
|
||||
"x": 8633.41,
|
||||
"y": -2809.13,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 8633.3935546875,
|
||||
"y": -2828.57421875,
|
||||
"x": 8633.39,
|
||||
"y": -2828.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 8628.8046875,
|
||||
"y": -2834.515625,
|
||||
"x": 8628.8,
|
||||
"y": -2834.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 8627.1689453125,
|
||||
"y": -2835.2724609375,
|
||||
"x": 8627.17,
|
||||
"y": -2835.27,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 8614.30859375,
|
||||
"y": -2831.736328125,
|
||||
"x": 8614.31,
|
||||
"y": -2831.74,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 8610.6591796875,
|
||||
"y": -2827.333984375,
|
||||
"x": 8610.66,
|
||||
"y": -2827.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 8604.451171875,
|
||||
"y": -2818.77734375,
|
||||
"x": 8604.45,
|
||||
"y": -2818.78,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 8601.037109375,
|
||||
"y": -2823.0634765625,
|
||||
"x": 8601.04,
|
||||
"y": -2823.06,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8664.166015625,
|
||||
"y": -2742.9296875,
|
||||
"x": 8664.17,
|
||||
"y": -2742.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8660.5546875,
|
||||
"y": -2725.29296875,
|
||||
"x": 8660.55,
|
||||
"y": -2725.29,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8644.40234375,
|
||||
"y": -2730.1572265625,
|
||||
"x": 8644.4,
|
||||
"y": -2730.16,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8644.40234375,
|
||||
"y": -2730.1572265625,
|
||||
"x": 8644.4,
|
||||
"y": -2730.16,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8664.166015625,
|
||||
"y": -2742.9296875,
|
||||
"x": 8664.17,
|
||||
"y": -2742.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8660.5546875,
|
||||
"y": -2725.29296875,
|
||||
"x": 8660.55,
|
||||
"y": -2725.29,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 8636.1240234375,
|
||||
"y": -2703.537109375,
|
||||
"x": 8636.12,
|
||||
"y": -2703.54,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -85,8 +85,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8618.576171875,
|
||||
"y": -2697.5693359375,
|
||||
"x": 8618.58,
|
||||
"y": -2697.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8608.5498046875,
|
||||
"y": -2705.962890625,
|
||||
"x": 8608.55,
|
||||
"y": -2705.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8607.0341796875,
|
||||
"y": -2707.0830078125,
|
||||
"x": 8607.03,
|
||||
"y": -2707.08,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 8596.0166015625,
|
||||
"y": -2704.6015625,
|
||||
"x": 8596.02,
|
||||
"y": -2704.6,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 8591.5146484375,
|
||||
"y": -2704.5634765625,
|
||||
"x": 8591.51,
|
||||
"y": -2704.56,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 8592.203125,
|
||||
"y": -2707.5927734375,
|
||||
"x": 8592.2,
|
||||
"y": -2707.59,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -139,8 +139,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 8582.892578125,
|
||||
"y": -2709.5146484375,
|
||||
"x": 8582.89,
|
||||
"y": -2709.51,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -148,8 +148,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 8569.408203125,
|
||||
"y": -2723.576171875,
|
||||
"x": 8569.41,
|
||||
"y": -2723.58,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -157,8 +157,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 8557.064453125,
|
||||
"y": -2709.966796875,
|
||||
"x": 8557.06,
|
||||
"y": -2709.97,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 8557.3662109375,
|
||||
"y": -2710.23828125,
|
||||
"x": 8557.37,
|
||||
"y": -2710.24,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -175,8 +175,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 8553.275390625,
|
||||
"y": -2716.6650390625,
|
||||
"x": 8553.28,
|
||||
"y": -2716.67,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -184,8 +184,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 8557.1220703125,
|
||||
"y": -2723.5419921875,
|
||||
"x": 8557.12,
|
||||
"y": -2723.54,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -193,8 +193,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 8559.1298828125,
|
||||
"y": -2741.220703125,
|
||||
"x": 8559.13,
|
||||
"y": -2741.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -202,8 +202,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 8569.869140625,
|
||||
"y": -2744.0576171875,
|
||||
"x": 8569.87,
|
||||
"y": -2744.06,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -211,8 +211,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 8569.02734375,
|
||||
"y": -2748.0068359375,
|
||||
"x": 8569.03,
|
||||
"y": -2748.01,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -220,8 +220,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 8565.28515625,
|
||||
"y": -2753.625,
|
||||
"x": 8565.29,
|
||||
"y": -2753.62,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -229,8 +229,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 8565.048828125,
|
||||
"y": -2754.060546875,
|
||||
"x": 8565.05,
|
||||
"y": -2754.06,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -238,8 +238,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 8564.560546875,
|
||||
"y": -2747.84375,
|
||||
"x": 8564.56,
|
||||
"y": -2747.84,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -247,8 +247,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 8557.5224609375,
|
||||
"y": -2741.9501953125,
|
||||
"x": 8557.52,
|
||||
"y": -2741.95,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -256,8 +256,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 8542.0947265625,
|
||||
"y": -2739.4501953125,
|
||||
"x": 8542.09,
|
||||
"y": -2739.45,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -265,8 +265,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 8537.060546875,
|
||||
"y": -2741.107421875,
|
||||
"x": 8537.06,
|
||||
"y": -2741.11,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -274,8 +274,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 8529.1630859375,
|
||||
"y": -2736.0283203125,
|
||||
"x": 8529.16,
|
||||
"y": -2736.03,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -283,8 +283,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 8520.1103515625,
|
||||
"y": -2748.21875,
|
||||
"x": 8520.11,
|
||||
"y": -2748.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -292,8 +292,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 8525.8525390625,
|
||||
"y": -2756.3544921875,
|
||||
"x": 8525.85,
|
||||
"y": -2756.35,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
@@ -301,8 +301,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 8520.453125,
|
||||
"y": -2743.4375,
|
||||
"x": 8520.45,
|
||||
"y": -2743.44,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -310,8 +310,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 8516.349609375,
|
||||
"y": -2733.7158203125,
|
||||
"x": 8516.35,
|
||||
"y": -2733.72,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -319,8 +319,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 8503.86328125,
|
||||
"y": -2723.40625,
|
||||
"x": 8503.86,
|
||||
"y": -2723.41,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 8664.1669921875,
|
||||
"y": -2742.931640625,
|
||||
"x": 8664.17,
|
||||
"y": -2742.93,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8665.634765625,
|
||||
"y": -2733.818359375,
|
||||
"x": 8665.63,
|
||||
"y": -2733.82,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8666.4345703125,
|
||||
"y": -2726.107421875,
|
||||
"x": 8666.43,
|
||||
"y": -2726.11,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8665.4560546875,
|
||||
"y": -2732.01171875,
|
||||
"x": 8665.46,
|
||||
"y": -2732.01,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8666.763671875,
|
||||
"y": -2742.8076171875,
|
||||
"x": 8666.76,
|
||||
"y": -2742.81,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8651.4580078125,
|
||||
"y": -2762.419921875,
|
||||
"x": 8651.46,
|
||||
"y": -2762.42,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 8651.796875,
|
||||
"y": -2778.677734375,
|
||||
"x": 8651.8,
|
||||
"y": -2778.68,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 8656.2392578125,
|
||||
"y": -2799.103515625,
|
||||
"x": 8656.24,
|
||||
"y": -2799.1,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 8663.5546875,
|
||||
"y": -2803.689453125,
|
||||
"x": 8663.55,
|
||||
"y": -2803.69,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 8670.46484375,
|
||||
"y": -2802.96484375,
|
||||
"x": 8670.46,
|
||||
"y": -2802.96,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 8663.7373046875,
|
||||
"y": -2803.658203125,
|
||||
"x": 8663.74,
|
||||
"y": -2803.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 8654.521484375,
|
||||
"y": -2800.091796875,
|
||||
"x": 8654.52,
|
||||
"y": -2800.09,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 8636.626953125,
|
||||
"y": -2805.4765625,
|
||||
"x": 8636.63,
|
||||
"y": -2805.48,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 8633.7041015625,
|
||||
"y": -2810.068359375,
|
||||
"x": 8633.7,
|
||||
"y": -2810.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 8633.1201171875,
|
||||
"y": -2816.775390625,
|
||||
"x": 8633.12,
|
||||
"y": -2816.78,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 8632.123046875,
|
||||
"y": -2820.7685546875,
|
||||
"x": 8632.12,
|
||||
"y": -2820.77,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -163,7 +163,7 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 8631.9638671875,
|
||||
"x": 8631.96,
|
||||
"y": -2811.75,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 8627.1650390625,
|
||||
"y": -2808.6640625,
|
||||
"x": 8627.17,
|
||||
"y": -2808.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 8620.2138671875,
|
||||
"y": -2805.0712890625,
|
||||
"x": 8620.21,
|
||||
"y": -2805.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 8620.3173828125,
|
||||
"y": -2802.271484375,
|
||||
"x": 8620.32,
|
||||
"y": -2802.27,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 8620.8447265625,
|
||||
"y": -2793.8740234375,
|
||||
"x": 8620.84,
|
||||
"y": -2793.87,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 8613.453125,
|
||||
"y": -2794.791015625,
|
||||
"x": 8613.45,
|
||||
"y": -2794.79,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 8607.6123046875,
|
||||
"y": -2789.033203125,
|
||||
"x": 8607.61,
|
||||
"y": -2789.03,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -226,8 +226,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 8601.58203125,
|
||||
"y": -2787.66015625,
|
||||
"x": 8601.58,
|
||||
"y": -2787.66,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -235,8 +235,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 8598.900390625,
|
||||
"y": -2788.0771484375,
|
||||
"x": 8598.9,
|
||||
"y": -2788.08,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -244,8 +244,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 8664.166015625,
|
||||
"y": -2742.9296875,
|
||||
"x": 8664.17,
|
||||
"y": -2742.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -253,8 +253,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 8661.4775390625,
|
||||
"y": -2731.3232421875,
|
||||
"x": 8661.48,
|
||||
"y": -2731.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -262,8 +262,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 8651.8544921875,
|
||||
"y": -2716.76171875,
|
||||
"x": 8651.85,
|
||||
"y": -2716.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -271,8 +271,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 8630.4013671875,
|
||||
"y": -2700.732421875,
|
||||
"x": 8630.4,
|
||||
"y": -2700.73,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -280,8 +280,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 8615.150390625,
|
||||
"y": -2699.30078125,
|
||||
"x": 8615.15,
|
||||
"y": -2699.3,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -289,8 +289,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 8592.3046875,
|
||||
"y": -2705.416015625,
|
||||
"x": 8592.3,
|
||||
"y": -2705.42,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -298,8 +298,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 8582.46484375,
|
||||
"y": -2711.64453125,
|
||||
"x": 8582.46,
|
||||
"y": -2711.64,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -307,8 +307,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 8568.4248046875,
|
||||
"y": -2723.328125,
|
||||
"x": 8568.42,
|
||||
"y": -2723.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -316,8 +316,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 8556.708984375,
|
||||
"y": -2710.7890625,
|
||||
"x": 8556.71,
|
||||
"y": -2710.79,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -325,8 +325,8 @@
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"x": 8554.17578125,
|
||||
"y": -2719.787109375,
|
||||
"x": 8554.18,
|
||||
"y": -2719.79,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -334,8 +334,8 @@
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"x": 8556.998046875,
|
||||
"y": -2722.5234375,
|
||||
"x": 8557.0,
|
||||
"y": -2722.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -343,8 +343,8 @@
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"x": 8554.890625,
|
||||
"y": -2732.896484375,
|
||||
"x": 8554.89,
|
||||
"y": -2732.9,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -352,8 +352,8 @@
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"x": 8560.181640625,
|
||||
"y": -2740.3125,
|
||||
"x": 8560.18,
|
||||
"y": -2740.31,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -361,8 +361,8 @@
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"x": 8564.3642578125,
|
||||
"y": -2745.40625,
|
||||
"x": 8564.36,
|
||||
"y": -2745.41,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -370,8 +370,8 @@
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"x": 8560.796875,
|
||||
"y": -2741.2197265625,
|
||||
"x": 8560.8,
|
||||
"y": -2741.22,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -379,8 +379,8 @@
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"x": 8550.056640625,
|
||||
"y": -2735.568359375,
|
||||
"x": 8550.06,
|
||||
"y": -2735.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -388,8 +388,8 @@
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"x": 8541.6259765625,
|
||||
"y": -2731.92578125,
|
||||
"x": 8541.63,
|
||||
"y": -2731.93,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9391.908203125,
|
||||
"y": -1484.60400390625,
|
||||
"x": 9391.91,
|
||||
"y": -1484.6,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9380.2626953125,
|
||||
"y": -1490.6259765625,
|
||||
"x": 9380.26,
|
||||
"y": -1490.63,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9365.1865234375,
|
||||
"y": -1506.12646484375,
|
||||
"x": 9365.19,
|
||||
"y": -1506.13,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9346.490234375,
|
||||
"y": -1511.53369140625,
|
||||
"x": 9346.49,
|
||||
"y": -1511.53,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9321.6767578125,
|
||||
"y": -1504.708984375,
|
||||
"x": 9321.68,
|
||||
"y": -1504.71,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 9300.904296875,
|
||||
"y": -1489.39892578125,
|
||||
"x": 9300.9,
|
||||
"y": -1489.4,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 9294.6396484375,
|
||||
"y": -1479.52197265625,
|
||||
"x": 9294.64,
|
||||
"y": -1479.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 9283.603515625,
|
||||
"y": -1461.701171875,
|
||||
"x": 9283.6,
|
||||
"y": -1461.7,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 9283.83203125,
|
||||
"y": -1447.328125,
|
||||
"x": 9283.83,
|
||||
"y": -1447.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 9279.69140625,
|
||||
"y": -1428.20849609375,
|
||||
"x": 9279.69,
|
||||
"y": -1428.21,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 9268.4912109375,
|
||||
"y": -1416.67919921875,
|
||||
"x": 9268.49,
|
||||
"y": -1416.68,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 9236.01953125,
|
||||
"y": -1408.06396484375,
|
||||
"x": 9236.02,
|
||||
"y": -1408.06,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 9227.611328125,
|
||||
"y": -1411.3447265625,
|
||||
"x": 9227.61,
|
||||
"y": -1411.34,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 9222.0830078125,
|
||||
"y": -1413.5234375,
|
||||
"x": 9222.08,
|
||||
"y": -1413.52,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -145,8 +145,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 9213.0498046875,
|
||||
"y": -1416.14404296875,
|
||||
"x": 9213.05,
|
||||
"y": -1416.14,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 9190.6552734375,
|
||||
"y": -1418.08935546875,
|
||||
"x": 9190.66,
|
||||
"y": -1418.09,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -163,8 +163,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 9174.3251953125,
|
||||
"y": -1428.3232421875,
|
||||
"x": 9174.33,
|
||||
"y": -1428.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -172,8 +172,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 9155.423828125,
|
||||
"y": -1440.2060546875,
|
||||
"x": 9155.42,
|
||||
"y": -1440.21,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -181,8 +181,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": 9146.0068359375,
|
||||
"y": -1446.85107421875,
|
||||
"x": 9146.01,
|
||||
"y": -1446.85,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -190,8 +190,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": 9153.3173828125,
|
||||
"y": -1453.958984375,
|
||||
"x": 9153.32,
|
||||
"y": -1453.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -199,8 +199,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": 9169.0908203125,
|
||||
"y": -1460.27294921875,
|
||||
"x": 9169.09,
|
||||
"y": -1460.27,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -208,8 +208,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": 9171.2216796875,
|
||||
"y": -1455.41259765625,
|
||||
"x": 9171.22,
|
||||
"y": -1455.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -217,8 +217,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": 9171.2724609375,
|
||||
"y": -1448.748046875,
|
||||
"x": 9171.27,
|
||||
"y": -1448.75,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -226,8 +226,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": 9171.8583984375,
|
||||
"y": -1432.22119140625,
|
||||
"x": 9171.86,
|
||||
"y": -1432.22,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -235,8 +235,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": 9170.3779296875,
|
||||
"y": -1433.08642578125,
|
||||
"x": 9170.38,
|
||||
"y": -1433.09,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -244,8 +244,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 9166.1767578125,
|
||||
"y": -1427.923828125,
|
||||
"x": 9166.18,
|
||||
"y": -1427.92,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -253,8 +253,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": 9148.0556640625,
|
||||
"y": -1429.056640625,
|
||||
"x": 9148.06,
|
||||
"y": -1429.06,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
@@ -262,8 +262,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": 9146.794921875,
|
||||
"y": -1422.85595703125,
|
||||
"x": 9146.79,
|
||||
"y": -1422.86,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -271,8 +271,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": 9149.5595703125,
|
||||
"y": -1419.67919921875,
|
||||
"x": 9149.56,
|
||||
"y": -1419.68,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -280,8 +280,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 9154.185546875,
|
||||
"y": -1419.93896484375,
|
||||
"x": 9154.19,
|
||||
"y": -1419.94,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -25,14 +25,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 338.5224609375,
|
||||
"y": 2581.4443359375,
|
||||
"x": 338.52,
|
||||
"y": 2581.44,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 329.70703125,
|
||||
"y": 2613.593505859375,
|
||||
"x": 329.71,
|
||||
"y": 2613.59,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -40,8 +40,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 297.548828125,
|
||||
"y": 2631.80615234375,
|
||||
"x": 297.55,
|
||||
"y": 2631.81,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 288.7822265625,
|
||||
"y": 2635.493408203125,
|
||||
"x": 288.78,
|
||||
"y": 2635.49,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 280.7412109375,
|
||||
"y": 2638.201171875,
|
||||
"x": 280.74,
|
||||
"y": 2638.2,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 297.9482421875,
|
||||
"y": 2664.091796875,
|
||||
"x": 297.95,
|
||||
"y": 2664.09,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 307.85546875,
|
||||
"y": 2662.037841796875,
|
||||
"x": 307.86,
|
||||
"y": 2662.04,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -85,8 +85,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 312.400390625,
|
||||
"y": 2679.755859375,
|
||||
"x": 312.4,
|
||||
"y": 2679.76,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 341.3642578125,
|
||||
"y": 2700.85693359375,
|
||||
"x": 341.36,
|
||||
"y": 2700.86,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 343.359375,
|
||||
"y": 2711.08447265625,
|
||||
"x": 343.36,
|
||||
"y": 2711.08,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 352.4853515625,
|
||||
"y": 2720.4521484375,
|
||||
"x": 352.49,
|
||||
"y": 2720.45,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 397.7919921875,
|
||||
"y": 2706.0576171875,
|
||||
"x": 397.79,
|
||||
"y": 2706.06,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 428.228515625,
|
||||
"y": 2722.81640625,
|
||||
"x": 428.23,
|
||||
"y": 2722.82,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -139,8 +139,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 436.431640625,
|
||||
"y": 2728.3076171875,
|
||||
"x": 436.43,
|
||||
"y": 2728.31,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -148,8 +148,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 449.4716796875,
|
||||
"y": 2737.8056640625,
|
||||
"x": 449.47,
|
||||
"y": 2737.81,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 265.900390625,
|
||||
"y": 2915.163330078125,
|
||||
"x": 265.9,
|
||||
"y": 2915.16,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 246.80078125,
|
||||
"y": 2921.912841796875,
|
||||
"x": 246.8,
|
||||
"y": 2921.91,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 258.36328125,
|
||||
"y": 2950.13671875,
|
||||
"x": 258.36,
|
||||
"y": 2950.14,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 249.669921875,
|
||||
"y": 2953.89306640625,
|
||||
"x": 249.67,
|
||||
"y": 2953.89,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 182.900390625,
|
||||
"y": 2983.758544921875,
|
||||
"x": 182.9,
|
||||
"y": 2983.76,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 211.8994140625,
|
||||
"y": 2968.329833984375,
|
||||
"x": 211.9,
|
||||
"y": 2968.33,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 210.693359375,
|
||||
"y": 2912.490234375,
|
||||
"x": 210.69,
|
||||
"y": 2912.49,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 215.17578125,
|
||||
"y": 2894.092529296875,
|
||||
"x": 215.18,
|
||||
"y": 2894.09,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 227.5498046875,
|
||||
"y": 2841.11279296875,
|
||||
"x": 227.55,
|
||||
"y": 2841.11,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 218.80859375,
|
||||
"y": 2793.0849609375,
|
||||
"x": 218.81,
|
||||
"y": 2793.08,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 183.78515625,
|
||||
"y": 2813.357666015625,
|
||||
"x": 183.79,
|
||||
"y": 2813.36,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -83.505859375,
|
||||
"y": 2781.96240234375,
|
||||
"x": -83.51,
|
||||
"y": 2781.96,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -75.0458984375,
|
||||
"y": 2796.97509765625,
|
||||
"x": -75.05,
|
||||
"y": 2796.98,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -63.326171875,
|
||||
"y": 2800.15966796875,
|
||||
"x": -63.33,
|
||||
"y": 2800.16,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -17.49609375,
|
||||
"y": 2806.5234375,
|
||||
"x": -17.5,
|
||||
"y": 2806.52,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -9.8095703125,
|
||||
"y": 2811.401611328125,
|
||||
"x": -9.81,
|
||||
"y": 2811.4,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -17.619140625,
|
||||
"y": 2820.3408203125,
|
||||
"x": -17.62,
|
||||
"y": 2820.34,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 16.6865234375,
|
||||
"y": 2830.87939453125,
|
||||
"x": 16.69,
|
||||
"y": 2830.88,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 34.0068359375,
|
||||
"y": 2838.2470703125,
|
||||
"x": 34.01,
|
||||
"y": 2838.25,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 54.18359375,
|
||||
"y": 2839.83740234375,
|
||||
"x": 54.18,
|
||||
"y": 2839.84,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -83.5078125,
|
||||
"y": 2781.964111328125,
|
||||
"x": -83.51,
|
||||
"y": 2781.96,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -111.525390625,
|
||||
"y": 2773.5107421875,
|
||||
"x": -111.53,
|
||||
"y": 2773.51,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -113.947265625,
|
||||
"y": 2767.76953125,
|
||||
"x": -113.95,
|
||||
"y": 2767.77,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -117.115234375,
|
||||
"y": 2731.22900390625,
|
||||
"x": -117.12,
|
||||
"y": 2731.23,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -63.05859375,
|
||||
"y": 2746.0205078125,
|
||||
"x": -63.06,
|
||||
"y": 2746.02,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -12.376953125,
|
||||
"y": 2754.87646484375,
|
||||
"x": -12.38,
|
||||
"y": 2754.88,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 12.16015625,
|
||||
"y": 2741.99267578125,
|
||||
"x": 12.16,
|
||||
"y": 2741.99,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 13.513671875,
|
||||
"y": 2711.87939453125,
|
||||
"x": 13.51,
|
||||
"y": 2711.88,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -16.31640625,
|
||||
"y": 2702.379638671875,
|
||||
"x": -16.32,
|
||||
"y": 2702.38,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -32.5712890625,
|
||||
"y": 2668.02587890625,
|
||||
"x": -32.57,
|
||||
"y": 2668.03,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -31.5224609375,
|
||||
"y": 2643.4990234375,
|
||||
"x": -31.52,
|
||||
"y": 2643.5,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -56.794921875,
|
||||
"y": 2610.231201171875,
|
||||
"x": -56.79,
|
||||
"y": 2610.23,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1130.478515625,
|
||||
"y": 1598.20458984375,
|
||||
"x": -1130.48,
|
||||
"y": 1598.2,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1129.69140625,
|
||||
"y": 1619.1328125,
|
||||
"x": -1129.69,
|
||||
"y": 1619.13,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1113.71875,
|
||||
"y": 1626.8740234375,
|
||||
"x": -1113.72,
|
||||
"y": 1626.87,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1107.154296875,
|
||||
"y": 1638.41064453125,
|
||||
"x": -1107.15,
|
||||
"y": 1638.41,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1866.927734375,
|
||||
"y": 1331.5546875,
|
||||
"x": -1866.93,
|
||||
"y": 1331.55,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -31,8 +31,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1866.47265625,
|
||||
"y": 1326.5107421875,
|
||||
"x": -1866.47,
|
||||
"y": 1326.51,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -40,8 +40,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1877.7265625,
|
||||
"y": 1307.32421875,
|
||||
"x": -1877.73,
|
||||
"y": 1307.32,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1892.3154296875,
|
||||
"y": 1304.412109375,
|
||||
"x": -1892.32,
|
||||
"y": 1304.41,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1898.1552734375,
|
||||
"y": 1297.6953125,
|
||||
"x": -1898.16,
|
||||
"y": 1297.7,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1926.3173828125,
|
||||
"y": 1270.44091796875,
|
||||
"x": -1926.32,
|
||||
"y": 1270.44,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1915.009765625,
|
||||
"y": 1230.3837890625,
|
||||
"x": -1915.01,
|
||||
"y": 1230.38,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -85,8 +85,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1890.2353515625,
|
||||
"y": 1215.853515625,
|
||||
"x": -1890.24,
|
||||
"y": 1215.85,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1905.970703125,
|
||||
"y": 1205.07275390625,
|
||||
"x": -1905.97,
|
||||
"y": 1205.07,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1915.982421875,
|
||||
"y": 1195.533203125,
|
||||
"x": -1915.98,
|
||||
"y": 1195.53,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -1918.154296875,
|
||||
"y": 1203.83935546875,
|
||||
"x": -1918.15,
|
||||
"y": 1203.84,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -1891.4853515625,
|
||||
"y": 1167.8583984375,
|
||||
"x": -1891.49,
|
||||
"y": 1167.86,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1839.1044921875,
|
||||
"y": 1170.12451171875,
|
||||
"x": -1839.1,
|
||||
"y": 1170.12,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -139,8 +139,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1829.490234375,
|
||||
"y": 1177.4365234375,
|
||||
"x": -1829.49,
|
||||
"y": 1177.44,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -148,8 +148,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -1827.8251953125,
|
||||
"y": 1190,
|
||||
"x": -1827.83,
|
||||
"y": 1190.0,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -157,8 +157,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -1819.185546875,
|
||||
"y": 1190.2451171875,
|
||||
"x": -1819.19,
|
||||
"y": 1190.25,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1828.568359375,
|
||||
"y": 1218.40234375,
|
||||
"x": -1828.57,
|
||||
"y": 1218.4,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -175,8 +175,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -1816.08984375,
|
||||
"y": 1211.98681640625,
|
||||
"x": -1816.09,
|
||||
"y": 1211.99,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -184,8 +184,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -1800.7998046875,
|
||||
"y": 1202.6865234375,
|
||||
"x": -1800.8,
|
||||
"y": 1202.69,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -193,8 +193,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -1772.0986328125,
|
||||
"y": 1188.15234375,
|
||||
"x": -1772.1,
|
||||
"y": 1188.15,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -202,8 +202,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -1727.9638671875,
|
||||
"y": 1171.9873046875,
|
||||
"x": -1727.96,
|
||||
"y": 1171.99,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -211,8 +211,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -1696.17578125,
|
||||
"y": 1175.85400390625,
|
||||
"x": -1696.18,
|
||||
"y": 1175.85,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -220,8 +220,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -1683.57421875,
|
||||
"y": 1181.2666015625,
|
||||
"x": -1683.57,
|
||||
"y": 1181.27,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -229,8 +229,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -1647.33203125,
|
||||
"y": 1190.0732421875,
|
||||
"x": -1647.33,
|
||||
"y": 1190.07,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -239,8 +239,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -1647.33203125,
|
||||
"y": 1190.0732421875,
|
||||
"x": -1647.33,
|
||||
"y": 1190.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -248,8 +248,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -1601.0869140625,
|
||||
"y": 1197.1669921875,
|
||||
"x": -1601.09,
|
||||
"y": 1197.17,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
@@ -257,8 +257,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -1610.9990234375,
|
||||
"y": 1172.95947265625,
|
||||
"x": -1611.0,
|
||||
"y": 1172.96,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -266,8 +266,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -1604.0791015625,
|
||||
"y": 1172.05517578125,
|
||||
"x": -1604.08,
|
||||
"y": 1172.06,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -275,8 +275,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -1578.8046875,
|
||||
"y": 1163.041015625,
|
||||
"x": -1578.8,
|
||||
"y": 1163.04,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -284,8 +284,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -1511.541015625,
|
||||
"y": 1135.3994140625,
|
||||
"x": -1511.54,
|
||||
"y": 1135.4,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -293,8 +293,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -1445.6142578125,
|
||||
"y": 1121.9482421875,
|
||||
"x": -1445.61,
|
||||
"y": 1121.95,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -302,8 +302,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": -1407.20703125,
|
||||
"y": 1152.6484375,
|
||||
"x": -1407.21,
|
||||
"y": 1152.65,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -311,8 +311,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": -1382.96484375,
|
||||
"y": 1188.517578125,
|
||||
"x": -1382.96,
|
||||
"y": 1188.52,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -320,8 +320,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": -1355.0263671875,
|
||||
"y": 1205.060546875,
|
||||
"x": -1355.03,
|
||||
"y": 1205.06,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -329,8 +329,8 @@
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"x": -1359.1396484375,
|
||||
"y": 1219.5361328125,
|
||||
"x": -1359.14,
|
||||
"y": 1219.54,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1866.923828125,
|
||||
"y": 1331.55029296875,
|
||||
"x": -1866.92,
|
||||
"y": 1331.55,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1847.27734375,
|
||||
"y": 1309.982421875,
|
||||
"x": -1847.28,
|
||||
"y": 1309.98,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1836.8037109375,
|
||||
"y": 1307.15234375,
|
||||
"x": -1836.8,
|
||||
"y": 1307.15,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1825.962890625,
|
||||
"y": 1303.76708984375,
|
||||
"x": -1825.96,
|
||||
"y": 1303.77,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1817.220703125,
|
||||
"y": 1305.5341796875,
|
||||
"x": -1817.22,
|
||||
"y": 1305.53,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1811.0302734375,
|
||||
"y": 1302.28662109375,
|
||||
"x": -1811.03,
|
||||
"y": 1302.29,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1735.95703125,
|
||||
"y": 1275.123046875,
|
||||
"x": -1735.96,
|
||||
"y": 1275.12,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1677.5869140625,
|
||||
"y": 1253.6796875,
|
||||
"x": -1677.59,
|
||||
"y": 1253.68,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1677.5869140625,
|
||||
"y": 1253.6796875,
|
||||
"x": -1677.59,
|
||||
"y": 1253.68,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1998.8076171875,
|
||||
"y": 1435.177734375,
|
||||
"x": -1998.81,
|
||||
"y": 1435.18,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2025.900390625,
|
||||
"y": 1425.8212890625,
|
||||
"x": -2025.9,
|
||||
"y": 1425.82,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2029.38671875,
|
||||
"y": 1367.1767578125,
|
||||
"x": -2029.39,
|
||||
"y": 1367.18,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2043.1171875,
|
||||
"y": 1427.40576171875,
|
||||
"x": -2043.12,
|
||||
"y": 1427.41,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2066.3125,
|
||||
"y": 1426.3876953125,
|
||||
"x": -2066.31,
|
||||
"y": 1426.39,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2076.4765625,
|
||||
"y": 1438.53466796875,
|
||||
"x": -2076.48,
|
||||
"y": 1438.53,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -2098.1748046875,
|
||||
"y": 1454.5595703125,
|
||||
"x": -2098.17,
|
||||
"y": 1454.56,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -2093.2724609375,
|
||||
"y": 1462.5107421875,
|
||||
"x": -2093.27,
|
||||
"y": 1462.51,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -2085.515625,
|
||||
"y": 1471.0185546875,
|
||||
"x": -2085.52,
|
||||
"y": 1471.02,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -2057.4775390625,
|
||||
"y": 1471.8369140625,
|
||||
"x": -2057.48,
|
||||
"y": 1471.84,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -2012.775390625,
|
||||
"y": 1476.4130859375,
|
||||
"x": -2012.78,
|
||||
"y": 1476.41,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -2012.775390625,
|
||||
"y": 1476.4130859375,
|
||||
"x": -2012.78,
|
||||
"y": 1476.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1965.912109375,
|
||||
"y": 1463.9638671875,
|
||||
"x": -1965.91,
|
||||
"y": 1463.96,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -139,8 +139,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1925.384765625,
|
||||
"y": 1461.9921875,
|
||||
"x": -1925.38,
|
||||
"y": 1461.99,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -149,8 +149,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -1925.384765625,
|
||||
"y": 1461.9921875,
|
||||
"x": -1925.38,
|
||||
"y": 1461.99,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -158,8 +158,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -1925.81640625,
|
||||
"y": 1449.375,
|
||||
"x": -1925.82,
|
||||
"y": 1449.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -167,8 +167,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1926.384765625,
|
||||
"y": 1412.671875,
|
||||
"x": -1926.38,
|
||||
"y": 1412.67,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -176,8 +176,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -1926.166015625,
|
||||
"y": 1405.2958984375,
|
||||
"x": -1926.17,
|
||||
"y": 1405.3,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -185,8 +185,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -1923.7802734375,
|
||||
"y": 1383.14453125,
|
||||
"x": -1923.78,
|
||||
"y": 1383.14,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1130.46875,
|
||||
"y": 1598.21142578125,
|
||||
"x": -1130.47,
|
||||
"y": 1598.21,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1148.033203125,
|
||||
"y": 1599.505859375,
|
||||
"x": -1148.03,
|
||||
"y": 1599.51,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1154.986328125,
|
||||
"y": 1588.9072265625,
|
||||
"x": -1154.99,
|
||||
"y": 1588.91,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1164.5732421875,
|
||||
"y": 1607.11376953125,
|
||||
"x": -1164.57,
|
||||
"y": 1607.11,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1156.314453125,
|
||||
"y": 1518.3115234375,
|
||||
"x": -1156.31,
|
||||
"y": 1518.31,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1204.7509765625,
|
||||
"y": 1524.50244140625,
|
||||
"x": -1204.75,
|
||||
"y": 1524.5,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1230.8466796875,
|
||||
"y": 1516.12255859375,
|
||||
"x": -1230.85,
|
||||
"y": 1516.12,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1243.2255859375,
|
||||
"y": 1474.7900390625,
|
||||
"x": -1243.23,
|
||||
"y": 1474.79,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1253.923828125,
|
||||
"y": 1470.8671875,
|
||||
"x": -1253.92,
|
||||
"y": 1470.87,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1257.470703125,
|
||||
"y": 1450.0771484375,
|
||||
"x": -1257.47,
|
||||
"y": 1450.08,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -1269.0009765625,
|
||||
"y": 1468.33251953125,
|
||||
"x": -1269.0,
|
||||
"y": 1468.33,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -1292.7353515625,
|
||||
"y": 1459.0126953125,
|
||||
"x": -1292.74,
|
||||
"y": 1459.01,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1351.298828125,
|
||||
"y": 1431.0390625,
|
||||
"x": -1351.3,
|
||||
"y": 1431.04,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1371.193359375,
|
||||
"y": 1425.306640625,
|
||||
"x": -1371.19,
|
||||
"y": 1425.31,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -573.712890625,
|
||||
"y": 1458.93212890625,
|
||||
"x": -573.71,
|
||||
"y": 1458.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -538.27734375,
|
||||
"y": 1520.0751953125,
|
||||
"x": -538.28,
|
||||
"y": 1520.08,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -485.931640625,
|
||||
"y": 1558.5791015625,
|
||||
"x": -485.93,
|
||||
"y": 1558.58,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -486.44140625,
|
||||
"y": 1568.4111328125,
|
||||
"x": -486.44,
|
||||
"y": 1568.41,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -460.5576171875,
|
||||
"y": 1571.56640625,
|
||||
"x": -460.56,
|
||||
"y": 1571.57,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -462.5107421875,
|
||||
"y": 1549.009765625,
|
||||
"x": -462.51,
|
||||
"y": 1549.01,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -467.2744140625,
|
||||
"y": 1543.001953125,
|
||||
"x": -467.27,
|
||||
"y": 1543.0,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -444.1337890625,
|
||||
"y": 1578.8271484375,
|
||||
"x": -444.13,
|
||||
"y": 1578.83,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -444.703125,
|
||||
"y": 1587.2001953125,
|
||||
"x": -444.7,
|
||||
"y": 1587.2,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -573.7216796875,
|
||||
"y": 1458.92724609375,
|
||||
"x": -573.72,
|
||||
"y": 1458.93,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -571.7060546875,
|
||||
"y": 1498.12158203125,
|
||||
"x": -571.71,
|
||||
"y": 1498.12,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -578.0185546875,
|
||||
"y": 1631.6318359375,
|
||||
"x": -578.02,
|
||||
"y": 1631.63,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -558.5712890625,
|
||||
"y": 1671.7734375,
|
||||
"x": -558.57,
|
||||
"y": 1671.77,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -24,15 +24,15 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -321.2314453125,
|
||||
"y": 1473.5966796875,
|
||||
"x": -321.23,
|
||||
"y": 1473.6,
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -308.0712890625,
|
||||
"y": 1478.2080078125,
|
||||
"x": -308.07,
|
||||
"y": 1478.21,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -40,8 +40,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -291.6455078125,
|
||||
"y": 1435.60986328125,
|
||||
"x": -291.65,
|
||||
"y": 1435.61,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -293.7470703125,
|
||||
"y": 1428.4345703125,
|
||||
"x": -293.75,
|
||||
"y": 1428.43,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -296.83203125,
|
||||
"y": 1413.7666015625,
|
||||
"x": -296.83,
|
||||
"y": 1413.77,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -70,14 +70,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -321.2314453125,
|
||||
"y": 1473.5966796875,
|
||||
"x": -321.23,
|
||||
"y": 1473.6,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -309.431640625,
|
||||
"y": 1518.8193359375,
|
||||
"x": -309.43,
|
||||
"y": 1518.82,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -85,8 +85,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -336.4326171875,
|
||||
"y": 1554.5048828125,
|
||||
"x": -336.43,
|
||||
"y": 1554.5,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -356.5107421875,
|
||||
"y": 1564.87939453125,
|
||||
"x": -356.51,
|
||||
"y": 1564.88,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -400.2236328125,
|
||||
"y": 1503.1025390625,
|
||||
"x": -400.22,
|
||||
"y": 1503.1,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -321.2216796875,
|
||||
"y": 1473.58203125,
|
||||
"x": -321.22,
|
||||
"y": 1473.58,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -33,14 +33,14 @@
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"type": "path",
|
||||
"x": -283.529296875,
|
||||
"y": 1484.482421875,
|
||||
"x": -283.53,
|
||||
"y": 1484.48,
|
||||
"action_params": "wait(0.2)"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -249.7021484375,
|
||||
"y": 1506.3701171875,
|
||||
"x": -249.7,
|
||||
"y": 1506.37,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -215.052734375,
|
||||
"y": 1511.373046875,
|
||||
"x": -215.05,
|
||||
"y": 1511.37,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -234.2802734375,
|
||||
"y": 1520.3173828125,
|
||||
"x": -234.28,
|
||||
"y": 1520.32,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -265.818359375,
|
||||
"y": 1520.2275390625,
|
||||
"x": -265.82,
|
||||
"y": 1520.23,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -293.96875,
|
||||
"y": 1571.259765625,
|
||||
"x": -293.97,
|
||||
"y": 1571.26,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -263.37890625,
|
||||
"y": 1567.8505859375,
|
||||
"x": -263.38,
|
||||
"y": 1567.85,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -224.9990234375,
|
||||
"y": 1564.6181640625,
|
||||
"x": -225.0,
|
||||
"y": 1564.62,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -211.19140625,
|
||||
"y": 1570.5703125,
|
||||
"x": -211.19,
|
||||
"y": 1570.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -203.5615234375,
|
||||
"y": 1575.517578125,
|
||||
"x": -203.56,
|
||||
"y": 1575.52,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -201.6796875,
|
||||
"y": 1584.4482421875,
|
||||
"x": -201.68,
|
||||
"y": 1584.45,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -193.373046875,
|
||||
"y": 1582.955078125,
|
||||
"x": -193.37,
|
||||
"y": 1582.96,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -157.2412109375,
|
||||
"y": 1590.2158203125,
|
||||
"x": -157.24,
|
||||
"y": 1590.22,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -131.94921875,
|
||||
"y": 1636.1533203125,
|
||||
"x": -131.95,
|
||||
"y": 1636.15,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -127.185546875,
|
||||
"y": 1655.28759765625,
|
||||
"x": -127.19,
|
||||
"y": 1655.29,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -86.2255859375,
|
||||
"y": 1634.6435546875,
|
||||
"x": -86.23,
|
||||
"y": 1634.64,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -174,8 +174,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -70.494140625,
|
||||
"y": 1668.853515625,
|
||||
"x": -70.49,
|
||||
"y": 1668.85,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -183,8 +183,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -68.0625,
|
||||
"y": 1679.1455078125,
|
||||
"x": -68.06,
|
||||
"y": 1679.15,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -192,8 +192,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -53.53515625,
|
||||
"y": 1704.4169921875,
|
||||
"x": -53.54,
|
||||
"y": 1704.42,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -201,8 +201,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -38.9755859375,
|
||||
"y": 1711.3115234375,
|
||||
"x": -38.98,
|
||||
"y": 1711.31,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -210,8 +210,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -25.357421875,
|
||||
"y": 1682.99755859375,
|
||||
"x": -25.36,
|
||||
"y": 1683.0,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -219,8 +219,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -18.6552734375,
|
||||
"y": 1670.33447265625,
|
||||
"x": -18.66,
|
||||
"y": 1670.33,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -229,8 +229,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -18.6552734375,
|
||||
"y": 1670.33447265625,
|
||||
"x": -18.66,
|
||||
"y": 1670.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -238,8 +238,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -4.8798828125,
|
||||
"y": 1653.80859375,
|
||||
"x": -4.88,
|
||||
"y": 1653.81,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -247,8 +247,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": 2.685546875,
|
||||
"y": 1644.89599609375,
|
||||
"x": 2.69,
|
||||
"y": 1644.9,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -256,8 +256,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -20.0205078125,
|
||||
"y": 1627.4111328125,
|
||||
"x": -20.02,
|
||||
"y": 1627.41,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -265,8 +265,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -33.822265625,
|
||||
"y": 1617.14892578125,
|
||||
"x": -33.82,
|
||||
"y": 1617.15,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -274,8 +274,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -26.0654296875,
|
||||
"y": 1606.15966796875,
|
||||
"x": -26.07,
|
||||
"y": 1606.16,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -283,8 +283,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": -10.142578125,
|
||||
"y": 1579.3076171875,
|
||||
"x": -10.14,
|
||||
"y": 1579.31,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
@@ -292,8 +292,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": -4.099609375,
|
||||
"y": 1585.00732421875,
|
||||
"x": -4.1,
|
||||
"y": 1585.01,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -301,8 +301,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 29.2041015625,
|
||||
"y": 1621.79296875,
|
||||
"x": 29.2,
|
||||
"y": 1621.79,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
@@ -310,8 +310,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 20.76171875,
|
||||
"y": 1621.7587890625,
|
||||
"x": 20.76,
|
||||
"y": 1621.76,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -319,8 +319,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 14.572265625,
|
||||
"y": 1616.0859375,
|
||||
"x": 14.57,
|
||||
"y": 1616.09,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -328,8 +328,8 @@
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"x": 14.73046875,
|
||||
"y": 1619.6943359375,
|
||||
"x": 14.73,
|
||||
"y": 1619.69,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -337,8 +337,8 @@
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"x": 16.115234375,
|
||||
"y": 1638.3642578125,
|
||||
"x": 16.12,
|
||||
"y": 1638.36,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -346,8 +346,8 @@
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"x": 21.8994140625,
|
||||
"y": 1654.0146484375,
|
||||
"x": 21.9,
|
||||
"y": 1654.01,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -355,8 +355,8 @@
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"x": 6.1298828125,
|
||||
"y": 1665.4169921875,
|
||||
"x": 6.13,
|
||||
"y": 1665.42,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -364,8 +364,8 @@
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"x": 29.5478515625,
|
||||
"y": 1669.2265625,
|
||||
"x": 29.55,
|
||||
"y": 1669.23,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -373,8 +373,8 @@
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"x": 35.5703125,
|
||||
"y": 1668.9423828125,
|
||||
"x": 35.57,
|
||||
"y": 1668.94,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -382,8 +382,8 @@
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"x": 57.587890625,
|
||||
"y": 1662.9267578125,
|
||||
"x": 57.59,
|
||||
"y": 1662.93,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -391,8 +391,8 @@
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"x": 51.3525390625,
|
||||
"y": 1649.8623046875,
|
||||
"x": 51.35,
|
||||
"y": 1649.86,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -400,8 +400,8 @@
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"x": 47.4169921875,
|
||||
"y": 1631.0517578125,
|
||||
"x": 47.42,
|
||||
"y": 1631.05,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -409,8 +409,8 @@
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"x": 60.4921875,
|
||||
"y": 1594.3330078125,
|
||||
"x": 60.49,
|
||||
"y": 1594.33,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -418,8 +418,8 @@
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"x": 68.9716796875,
|
||||
"y": 1610.0615234375,
|
||||
"x": 68.97,
|
||||
"y": 1610.06,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -427,8 +427,8 @@
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"x": 83.576171875,
|
||||
"y": 1615.74755859375,
|
||||
"x": 83.58,
|
||||
"y": 1615.75,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -436,8 +436,8 @@
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"x": 83.44921875,
|
||||
"y": 1600.7197265625,
|
||||
"x": 83.45,
|
||||
"y": 1600.72,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -445,8 +445,8 @@
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"x": 73.234375,
|
||||
"y": 1557.140625,
|
||||
"x": 73.23,
|
||||
"y": 1557.14,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -454,8 +454,8 @@
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"x": 97.28515625,
|
||||
"y": 1572.775390625,
|
||||
"x": 97.29,
|
||||
"y": 1572.78,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -463,8 +463,8 @@
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"x": 120.8232421875,
|
||||
"y": 1567.0244140625,
|
||||
"x": 120.82,
|
||||
"y": 1567.02,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -472,8 +472,8 @@
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"x": 141.162109375,
|
||||
"y": 1574.462890625,
|
||||
"x": 141.16,
|
||||
"y": 1574.46,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -481,8 +481,8 @@
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"x": 147.3828125,
|
||||
"y": 1576.1806640625,
|
||||
"x": 147.38,
|
||||
"y": 1576.18,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -490,8 +490,8 @@
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"x": 145.759765625,
|
||||
"y": 1589.21240234375,
|
||||
"x": 145.76,
|
||||
"y": 1589.21,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -499,8 +499,8 @@
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"x": 153.8447265625,
|
||||
"y": 1601.3486328125,
|
||||
"x": 153.84,
|
||||
"y": 1601.35,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -508,8 +508,8 @@
|
||||
},
|
||||
{
|
||||
"id": 55,
|
||||
"x": 156.3447265625,
|
||||
"y": 1597.57421875,
|
||||
"x": 156.34,
|
||||
"y": 1597.57,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -517,8 +517,8 @@
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"x": 159.412109375,
|
||||
"y": 1591.2451171875,
|
||||
"x": 159.41,
|
||||
"y": 1591.25,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -526,8 +526,8 @@
|
||||
},
|
||||
{
|
||||
"id": 57,
|
||||
"x": 189.9951171875,
|
||||
"y": 1589.40576171875,
|
||||
"x": 190.0,
|
||||
"y": 1589.41,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -535,8 +535,8 @@
|
||||
},
|
||||
{
|
||||
"id": 58,
|
||||
"x": 223.6689453125,
|
||||
"y": 1597.98828125,
|
||||
"x": 223.67,
|
||||
"y": 1597.99,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -545,8 +545,8 @@
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"x": 223.6689453125,
|
||||
"y": 1597.98828125,
|
||||
"x": 223.67,
|
||||
"y": 1597.99,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -25,14 +25,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -321.2265625,
|
||||
"y": 1473.5859375,
|
||||
"x": -321.23,
|
||||
"y": 1473.59,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -257.2783203125,
|
||||
"y": 1467.88037109375,
|
||||
"x": -257.28,
|
||||
"y": 1467.88,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -40,8 +40,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -235.896484375,
|
||||
"y": 1458.826171875,
|
||||
"x": -235.9,
|
||||
"y": 1458.83,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -221.091796875,
|
||||
"y": 1473.330078125,
|
||||
"x": -221.09,
|
||||
"y": 1473.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -215.8251953125,
|
||||
"y": 1477.72119140625,
|
||||
"x": -215.83,
|
||||
"y": 1477.72,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -156.9658203125,
|
||||
"y": 1473.62158203125,
|
||||
"x": -156.97,
|
||||
"y": 1473.62,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -151.4375,
|
||||
"y": 1509.34765625,
|
||||
"x": -151.44,
|
||||
"y": 1509.35,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -85,8 +85,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -145.486328125,
|
||||
"y": 1519.380859375,
|
||||
"x": -145.49,
|
||||
"y": 1519.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -120.2255859375,
|
||||
"y": 1532.658203125,
|
||||
"x": -120.23,
|
||||
"y": 1532.66,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -103,8 +103,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -99.1025390625,
|
||||
"y": 1530.4384765625,
|
||||
"x": -99.1,
|
||||
"y": 1530.44,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -112,8 +112,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -71.37890625,
|
||||
"y": 1535.14990234375,
|
||||
"x": -71.38,
|
||||
"y": 1535.15,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -121,8 +121,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -61.037109375,
|
||||
"y": 1528.033203125,
|
||||
"x": -61.04,
|
||||
"y": 1528.03,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -68.76171875,
|
||||
"y": 1525.3154296875,
|
||||
"x": -68.76,
|
||||
"y": 1525.32,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -139,8 +139,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -73.646484375,
|
||||
"y": 1520.0390625,
|
||||
"x": -73.65,
|
||||
"y": 1520.04,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -148,8 +148,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -78.3935546875,
|
||||
"y": 1516.33251953125,
|
||||
"x": -78.39,
|
||||
"y": 1516.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -157,8 +157,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -100.990234375,
|
||||
"y": 1510.9755859375,
|
||||
"x": -100.99,
|
||||
"y": 1510.98,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -121.130859375,
|
||||
"y": 1510.326171875,
|
||||
"x": -121.13,
|
||||
"y": 1510.33,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -175,8 +175,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -126.3603515625,
|
||||
"y": 1517.013671875,
|
||||
"x": -126.36,
|
||||
"y": 1517.01,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -184,8 +184,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -129.685546875,
|
||||
"y": 1495.70947265625,
|
||||
"x": -129.69,
|
||||
"y": 1495.71,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -193,8 +193,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -110.85546875,
|
||||
"y": 1492.6806640625,
|
||||
"x": -110.86,
|
||||
"y": 1492.68,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -202,8 +202,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -110.2890625,
|
||||
"y": 1487.5615234375,
|
||||
"x": -110.29,
|
||||
"y": 1487.56,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -211,8 +211,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -99.3017578125,
|
||||
"y": 1490.9072265625,
|
||||
"x": -99.3,
|
||||
"y": 1490.91,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -220,8 +220,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -90.7119140625,
|
||||
"y": 1494.701171875,
|
||||
"x": -90.71,
|
||||
"y": 1494.7,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -229,8 +229,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -80.451171875,
|
||||
"y": 1497.2236328125,
|
||||
"x": -80.45,
|
||||
"y": 1497.22,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -238,8 +238,8 @@
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"x": -50.4765625,
|
||||
"y": 1454.2880859375,
|
||||
"x": -50.48,
|
||||
"y": 1454.29,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -248,8 +248,8 @@
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"x": -50.4765625,
|
||||
"y": 1454.2880859375,
|
||||
"x": -50.48,
|
||||
"y": 1454.29,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -257,8 +257,8 @@
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"x": -58.0322265625,
|
||||
"y": 1441.4970703125,
|
||||
"x": -58.03,
|
||||
"y": 1441.5,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -266,8 +266,8 @@
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"x": -45.7998046875,
|
||||
"y": 1445.68994140625,
|
||||
"x": -45.8,
|
||||
"y": 1445.69,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -275,8 +275,8 @@
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"x": -17.8056640625,
|
||||
"y": 1437.611328125,
|
||||
"x": -17.81,
|
||||
"y": 1437.61,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -284,8 +284,8 @@
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"x": 11.1982421875,
|
||||
"y": 1435.783203125,
|
||||
"x": 11.2,
|
||||
"y": 1435.78,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -293,8 +293,8 @@
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"x": 14.4365234375,
|
||||
"y": 1413.92138671875,
|
||||
"x": 14.44,
|
||||
"y": 1413.92,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -302,8 +302,8 @@
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"x": 26.58984375,
|
||||
"y": 1421.4345703125,
|
||||
"x": 26.59,
|
||||
"y": 1421.43,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -311,8 +311,8 @@
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"x": 34.732421875,
|
||||
"y": 1410.06884765625,
|
||||
"x": 34.73,
|
||||
"y": 1410.07,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -320,8 +320,8 @@
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"x": 44.8466796875,
|
||||
"y": 1396.1044921875,
|
||||
"x": 44.85,
|
||||
"y": 1396.1,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -329,8 +329,8 @@
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"x": 66.4287109375,
|
||||
"y": 1389.5302734375,
|
||||
"x": 66.43,
|
||||
"y": 1389.53,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -338,8 +338,8 @@
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"x": 91.876953125,
|
||||
"y": 1424.02392578125,
|
||||
"x": 91.88,
|
||||
"y": 1424.02,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -347,8 +347,8 @@
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"x": 106.9951171875,
|
||||
"y": 1448.6435546875,
|
||||
"x": 107.0,
|
||||
"y": 1448.64,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -356,8 +356,8 @@
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"x": 110.2109375,
|
||||
"y": 1455.6318359375,
|
||||
"x": 110.21,
|
||||
"y": 1455.63,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -365,8 +365,8 @@
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"x": 106.904296875,
|
||||
"y": 1465.248046875,
|
||||
"x": 106.9,
|
||||
"y": 1465.25,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -374,8 +374,8 @@
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"x": 94.265625,
|
||||
"y": 1458.03271484375,
|
||||
"x": 94.27,
|
||||
"y": 1458.03,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -383,8 +383,8 @@
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"x": 80.0732421875,
|
||||
"y": 1466.4365234375,
|
||||
"x": 80.07,
|
||||
"y": 1466.44,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -392,8 +392,8 @@
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"x": 73.978515625,
|
||||
"y": 1468.330078125,
|
||||
"x": 73.98,
|
||||
"y": 1468.33,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -401,8 +401,8 @@
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"x": 71.541015625,
|
||||
"y": 1520.509765625,
|
||||
"x": 71.54,
|
||||
"y": 1520.51,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 207.6953125,
|
||||
"y": 1573.29443359375,
|
||||
"x": 207.7,
|
||||
"y": 1573.29,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -30,8 +30,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 164.728515625,
|
||||
"y": 1629.11279296875,
|
||||
"x": 164.73,
|
||||
"y": 1629.11,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 108.962890625,
|
||||
"y": 1624.1875,
|
||||
"x": 108.96,
|
||||
"y": 1624.19,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 105.4404296875,
|
||||
"y": 1621.4482421875,
|
||||
"x": 105.44,
|
||||
"y": 1621.45,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "combat_script",
|
||||
@@ -57,8 +57,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 110.6015625,
|
||||
"y": 1654.2080078125,
|
||||
"x": 110.6,
|
||||
"y": 1654.21,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 107.6044921875,
|
||||
"y": 1656.97802734375,
|
||||
"x": 107.6,
|
||||
"y": 1656.98,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -75,8 +75,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 102.2685546875,
|
||||
"y": 1639.716796875,
|
||||
"x": 102.27,
|
||||
"y": 1639.72,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -84,8 +84,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 86.267578125,
|
||||
"y": 1671.9453125,
|
||||
"x": 86.27,
|
||||
"y": 1671.95,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 92.060546875,
|
||||
"y": 1719.23583984375,
|
||||
"x": 92.06,
|
||||
"y": 1719.24,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 102.158203125,
|
||||
"y": 1735.82421875,
|
||||
"x": 102.16,
|
||||
"y": 1735.82,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 71.1533203125,
|
||||
"y": 1766.8447265625,
|
||||
"x": 71.15,
|
||||
"y": 1766.84,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 69.2998046875,
|
||||
"y": 1777.587890625,
|
||||
"x": 69.3,
|
||||
"y": 1777.59,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 67.37109375,
|
||||
"y": 1781.8232421875,
|
||||
"x": 67.37,
|
||||
"y": 1781.82,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 54.46484375,
|
||||
"y": 1789.4208984375,
|
||||
"x": 54.46,
|
||||
"y": 1789.42,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 51.435546875,
|
||||
"y": 1786.37939453125,
|
||||
"x": 51.44,
|
||||
"y": 1786.38,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 386.1279296875,
|
||||
"y": 1688.921875,
|
||||
"x": 386.13,
|
||||
"y": 1688.92,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 375.10546875,
|
||||
"y": 1682.00927734375,
|
||||
"x": 375.11,
|
||||
"y": 1682.01,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -39,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 346.138671875,
|
||||
"y": 1662.89453125,
|
||||
"x": 346.14,
|
||||
"y": 1662.89,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 305.908203125,
|
||||
"y": 1650.2294921875,
|
||||
"x": 305.91,
|
||||
"y": 1650.23,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -58,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 305.908203125,
|
||||
"y": 1650.2294921875,
|
||||
"x": 305.91,
|
||||
"y": 1650.23,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -67,8 +67,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 280.494140625,
|
||||
"y": 1688.1884765625,
|
||||
"x": 280.49,
|
||||
"y": 1688.19,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -76,8 +76,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 251.642578125,
|
||||
"y": 1707.837890625,
|
||||
"x": 251.64,
|
||||
"y": 1707.84,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -86,8 +86,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 251.642578125,
|
||||
"y": 1707.837890625,
|
||||
"x": 251.64,
|
||||
"y": 1707.84,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -95,8 +95,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 215.224609375,
|
||||
"y": 1688.75244140625,
|
||||
"x": 215.22,
|
||||
"y": 1688.75,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -104,8 +104,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 219.626953125,
|
||||
"y": 1732.84765625,
|
||||
"x": 219.63,
|
||||
"y": 1732.85,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -113,8 +113,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 172.904296875,
|
||||
"y": 1763.6689453125,
|
||||
"x": 172.9,
|
||||
"y": 1763.67,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -122,8 +122,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 163.66796875,
|
||||
"y": 1775.1796875,
|
||||
"x": 163.67,
|
||||
"y": 1775.18,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1435.89453125,
|
||||
"y": 1461.40478515625,
|
||||
"x": -1435.89,
|
||||
"y": 1461.4,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1495.0419921875,
|
||||
"y": 1447.7705078125,
|
||||
"x": -1495.04,
|
||||
"y": 1447.77,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1512.83984375,
|
||||
"y": 1441.21484375,
|
||||
"x": -1512.84,
|
||||
"y": 1441.21,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1512.83984375,
|
||||
"y": 1441.21484375,
|
||||
"x": -1512.84,
|
||||
"y": 1441.21,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(6)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1527.0126953125,
|
||||
"y": 1444.4833984375,
|
||||
"x": -1527.01,
|
||||
"y": 1444.48,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1552.2412109375,
|
||||
"y": 1427.84375,
|
||||
"x": -1552.24,
|
||||
"y": 1427.84,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1588.9892578125,
|
||||
"y": 1408.23095703125,
|
||||
"x": -1588.99,
|
||||
"y": 1408.23,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1602.9619140625,
|
||||
"y": 1389.05859375,
|
||||
"x": -1602.96,
|
||||
"y": 1389.06,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1602.9619140625,
|
||||
"y": 1389.05859375,
|
||||
"x": -1602.96,
|
||||
"y": 1389.06,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1602.9619140625,
|
||||
"y": 1389.05859375,
|
||||
"x": -1602.96,
|
||||
"y": 1389.06,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -1435.89453125,
|
||||
"y": 1461.40478515625,
|
||||
"x": -1435.89,
|
||||
"y": 1461.4,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -1440.505859375,
|
||||
"y": 1448.05078125,
|
||||
"x": -1440.51,
|
||||
"y": 1448.05,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -1445.7890625,
|
||||
"y": 1433.5322265625,
|
||||
"x": -1445.79,
|
||||
"y": 1433.53,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -1463.94140625,
|
||||
"y": 1395.220703125,
|
||||
"x": -1463.94,
|
||||
"y": 1395.22,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -1464.4951171875,
|
||||
"y": 1380.4150390625,
|
||||
"x": -1464.5,
|
||||
"y": 1380.42,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -157,8 +157,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -1464.4951171875,
|
||||
"y": 1380.4150390625,
|
||||
"x": -1464.5,
|
||||
"y": 1380.42,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(6)",
|
||||
@@ -167,8 +167,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -1464.4951171875,
|
||||
"y": 1380.4150390625,
|
||||
"x": -1464.5,
|
||||
"y": 1380.42,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -872.935546875,
|
||||
"y": 1993.6201171875,
|
||||
"x": -872.94,
|
||||
"y": 1993.62,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -876.5302734375,
|
||||
"y": 1975.48876953125,
|
||||
"x": -876.53,
|
||||
"y": 1975.49,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -880.6484375,
|
||||
"y": 1955.16015625,
|
||||
"x": -880.65,
|
||||
"y": 1955.16,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -903.9208984375,
|
||||
"y": 1895.10400390625,
|
||||
"x": -903.92,
|
||||
"y": 1895.1,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -902.6455078125,
|
||||
"y": 1862.9208984375,
|
||||
"x": -902.65,
|
||||
"y": 1862.92,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -892.06640625,
|
||||
"y": 1855.8701171875,
|
||||
"x": -892.07,
|
||||
"y": 1855.87,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -874.171875,
|
||||
"y": 1864.09521484375,
|
||||
"x": -874.17,
|
||||
"y": 1864.1,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -83,8 +83,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -874.171875,
|
||||
"y": 1864.09521484375,
|
||||
"x": -874.17,
|
||||
"y": 1864.1,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -874.171875,
|
||||
"y": 1864.09521484375,
|
||||
"x": -874.17,
|
||||
"y": 1864.1,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -102,8 +102,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -875.4687381497515,
|
||||
"y": 1878.5003789490856,
|
||||
"x": -875.47,
|
||||
"y": 1878.5,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -869.126953125,
|
||||
"y": 1897.2353515625,
|
||||
"x": -869.13,
|
||||
"y": 1897.24,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
@@ -120,8 +120,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -869.126953125,
|
||||
"y": 1897.2353515625,
|
||||
"x": -869.13,
|
||||
"y": 1897.24,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -130,8 +130,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -869.126953125,
|
||||
"y": 1897.2353515625,
|
||||
"x": -869.13,
|
||||
"y": 1897.24,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -140,8 +140,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -869.126953125,
|
||||
"y": 1897.2353515625,
|
||||
"x": -869.13,
|
||||
"y": 1897.24,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -201.75390625,
|
||||
"y": 1862.4921875,
|
||||
"x": -201.75,
|
||||
"y": 1862.49,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -183.498046875,
|
||||
"y": 1930.05224609375,
|
||||
"x": -183.5,
|
||||
"y": 1930.05,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -182.0576171875,
|
||||
"y": 1944.89404296875,
|
||||
"x": -182.06,
|
||||
"y": 1944.89,
|
||||
"action": "combat_script",
|
||||
"move_mode": "run",
|
||||
"action_params": "wait(1.5)",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -180.8310546875,
|
||||
"y": 1947.390625,
|
||||
"x": -180.83,
|
||||
"y": 1947.39,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -182.7578125,
|
||||
"y": 1947.9208984375,
|
||||
"x": -182.76,
|
||||
"y": 1947.92,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -201.75390625,
|
||||
"y": 1862.4921875,
|
||||
"x": -201.75,
|
||||
"y": 1862.49,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -226.685546875,
|
||||
"y": 1853.51904296875,
|
||||
"x": -226.69,
|
||||
"y": 1853.52,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -263.400390625,
|
||||
"y": 1809.13671875,
|
||||
"x": -263.4,
|
||||
"y": 1809.14,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -265.251953125,
|
||||
"y": 1803.330078125,
|
||||
"x": -265.25,
|
||||
"y": 1803.33,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -281.306640625,
|
||||
"y": 1776.18798828125,
|
||||
"x": -281.31,
|
||||
"y": 1776.19,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -279.767578125,
|
||||
"y": 1751.59130859375,
|
||||
"x": -279.77,
|
||||
"y": 1751.59,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -119,8 +119,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": -279.767578125,
|
||||
"y": 1751.59130859375,
|
||||
"x": -279.77,
|
||||
"y": 1751.59,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -129,8 +129,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": -279.767578125,
|
||||
"y": 1751.59130859375,
|
||||
"x": -279.77,
|
||||
"y": 1751.59,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -138,8 +138,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": -291.451171875,
|
||||
"y": 1735.23291015625,
|
||||
"x": -291.45,
|
||||
"y": 1735.23,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -147,8 +147,8 @@
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": -295.619140625,
|
||||
"y": 1736.43408203125,
|
||||
"x": -295.62,
|
||||
"y": 1736.43,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -156,8 +156,8 @@
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": -304.630859375,
|
||||
"y": 1736.0498046875,
|
||||
"x": -304.63,
|
||||
"y": 1736.05,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -165,8 +165,8 @@
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": -359.6279296875,
|
||||
"y": 1706.60693359375,
|
||||
"x": -359.63,
|
||||
"y": 1706.61,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -174,8 +174,8 @@
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": -389.849609375,
|
||||
"y": 1709.9716796875,
|
||||
"x": -389.85,
|
||||
"y": 1709.97,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -184,8 +184,8 @@
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"x": -389.849609375,
|
||||
"y": 1709.9716796875,
|
||||
"x": -389.85,
|
||||
"y": 1709.97,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -194,8 +194,8 @@
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"x": -389.849609375,
|
||||
"y": 1709.9716796875,
|
||||
"x": -389.85,
|
||||
"y": 1709.97,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -203,8 +203,8 @@
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"x": -430.1123046875,
|
||||
"y": 1691.9375,
|
||||
"x": -430.11,
|
||||
"y": 1691.94,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -212,8 +212,8 @@
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"x": -472.896484375,
|
||||
"y": 1668.68115234375,
|
||||
"x": -472.9,
|
||||
"y": 1668.68,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -221,8 +221,8 @@
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"x": -476.68756320132707,
|
||||
"y": 1666.6875909477803,
|
||||
"x": -476.69,
|
||||
"y": 1666.69,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -231,8 +231,8 @@
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"x": -476.68756320132707,
|
||||
"y": 1666.6875909477803,
|
||||
"x": -476.69,
|
||||
"y": 1666.69,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -576.9609375,
|
||||
"y": 1856.01953125,
|
||||
"x": -576.96,
|
||||
"y": 1856.02,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -516.669921875,
|
||||
"y": 1869.73388671875,
|
||||
"x": -516.67,
|
||||
"y": 1869.73,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -430.5478515625,
|
||||
"y": 1890.05908203125,
|
||||
"x": -430.55,
|
||||
"y": 1890.06,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -415.59375,
|
||||
"y": 1888.3505859375,
|
||||
"x": -415.59,
|
||||
"y": 1888.35,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -415.59375,
|
||||
"y": 1888.3505859375,
|
||||
"x": -415.59,
|
||||
"y": 1888.35,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -389.193359375,
|
||||
"y": 1886.6806640625,
|
||||
"x": -389.19,
|
||||
"y": 1886.68,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -386.4794921875,
|
||||
"y": 1882.498046875,
|
||||
"x": -386.48,
|
||||
"y": 1882.5,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -384.2216796875,
|
||||
"y": 1879.87353515625,
|
||||
"x": -384.22,
|
||||
"y": 1879.87,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -384.2216796875,
|
||||
"y": 1879.87353515625,
|
||||
"x": -384.22,
|
||||
"y": 1879.87,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 482.35546875,
|
||||
"y": 1445.69873046875,
|
||||
"x": 482.36,
|
||||
"y": 1445.7,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 441.38671875,
|
||||
"y": 1462.6552734375,
|
||||
"x": 441.39,
|
||||
"y": 1462.66,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 409.30859375,
|
||||
"y": 1483.6337890625,
|
||||
"x": 409.31,
|
||||
"y": 1483.63,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -255.994140625,
|
||||
"y": 628.8330078125,
|
||||
"x": -255.99,
|
||||
"y": 628.83,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -292.4521484375,
|
||||
"y": 644.876953125,
|
||||
"x": -292.45,
|
||||
"y": 644.88,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -304.283203125,
|
||||
"y": 650.03759765625,
|
||||
"x": -304.28,
|
||||
"y": 650.04,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -323.0673828125,
|
||||
"y": 665.47412109375,
|
||||
"x": -323.07,
|
||||
"y": 665.47,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -255.994140625,
|
||||
"y": 628.8330078125,
|
||||
"x": -255.99,
|
||||
"y": 628.83,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -268.806640625,
|
||||
"y": 623.8310546875,
|
||||
"x": -268.81,
|
||||
"y": 623.83,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -288.65234375,
|
||||
"y": 575.47216796875,
|
||||
"x": -288.65,
|
||||
"y": 575.47,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -289.63671875,
|
||||
"y": 562.3974609375,
|
||||
"x": -289.64,
|
||||
"y": 562.4,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "attack(0.3)",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -296.8037109375,
|
||||
"y": 564.03125,
|
||||
"x": -296.8,
|
||||
"y": 564.03,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 252.544921875,
|
||||
"y": 1283.6396484375,
|
||||
"x": 252.54,
|
||||
"y": 1283.64,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 208.3486328125,
|
||||
"y": 1356.9892578125,
|
||||
"x": 208.35,
|
||||
"y": 1356.99,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 207.08203125,
|
||||
"y": 1371.861328125,
|
||||
"x": 207.08,
|
||||
"y": 1371.86,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 213.943359375,
|
||||
"y": 1370.970703125,
|
||||
"x": 213.94,
|
||||
"y": 1370.97,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 218.63671875,
|
||||
"y": 1362.94140625,
|
||||
"x": 218.64,
|
||||
"y": 1362.94,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 220.212890625,
|
||||
"y": 1360.42724609375,
|
||||
"x": 220.21,
|
||||
"y": 1360.43,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 177.55078125,
|
||||
"y": 384.166015625,
|
||||
"x": 177.55,
|
||||
"y": 384.17,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -29,7 +29,7 @@
|
||||
{
|
||||
"id": 2,
|
||||
"x": 192.5,
|
||||
"y": 397.3447265625,
|
||||
"y": 397.34,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 198.5673828125,
|
||||
"y": 390.34765625,
|
||||
"x": 198.57,
|
||||
"y": 390.35,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 199.67578125,
|
||||
"y": 377.7626953125,
|
||||
"x": 199.68,
|
||||
"y": 377.76,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 198.74996247421223,
|
||||
"y": 375.62521221148836,
|
||||
"x": 198.75,
|
||||
"y": 375.63,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -65,8 +65,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 198.74996247421223,
|
||||
"y": 375.62521221148836,
|
||||
"x": 198.75,
|
||||
"y": 375.63,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -74,8 +74,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 199.3759765625,
|
||||
"y": 351.2158203125,
|
||||
"x": 199.38,
|
||||
"y": 351.22,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -83,8 +83,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 195.7500276505798,
|
||||
"y": 318.4372802095295,
|
||||
"x": 195.75,
|
||||
"y": 318.44,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 190.66796875,
|
||||
"y": 313.3173828125,
|
||||
"x": 190.67,
|
||||
"y": 313.32,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -101,8 +101,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 192.189453125,
|
||||
"y": 314.52001953125,
|
||||
"x": 192.19,
|
||||
"y": 314.52,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -110,8 +110,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 160.263671875,
|
||||
"y": 291.5302734375,
|
||||
"x": 160.26,
|
||||
"y": 291.53,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 55.28125,
|
||||
"y": 137.9951171875,
|
||||
"x": 55.28,
|
||||
"y": 138.0,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 40.201171875,
|
||||
"y": 123.40283203125,
|
||||
"x": 40.2,
|
||||
"y": 123.4,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 61.1953125,
|
||||
"y": 97.8125,
|
||||
"x": 61.2,
|
||||
"y": 97.81,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 66.099609375,
|
||||
"y": 86.5810546875,
|
||||
"x": 66.1,
|
||||
"y": 86.58,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 74.40625,
|
||||
"y": 85.15673828125,
|
||||
"x": 74.41,
|
||||
"y": 85.16,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 93.8642578125,
|
||||
"y": 74.4794921875,
|
||||
"x": 93.86,
|
||||
"y": 74.48,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 119.43359375,
|
||||
"y": 65.76806640625,
|
||||
"x": 119.43,
|
||||
"y": 65.77,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 126.7373046875,
|
||||
"y": 62.66259765625,
|
||||
"x": 126.74,
|
||||
"y": 62.66,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 126.7373046875,
|
||||
"y": 62.66259765625,
|
||||
"x": 126.74,
|
||||
"y": 62.66,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 255.279296875,
|
||||
"y": -11.96875,
|
||||
"x": 255.28,
|
||||
"y": -11.97,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 249.935546875,
|
||||
"y": -41.66015625,
|
||||
"x": 249.94,
|
||||
"y": -41.66,
|
||||
"action": "",
|
||||
"move_mode": "run",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 242.947265625,
|
||||
"y": -63.91650390625,
|
||||
"x": 242.95,
|
||||
"y": -63.92,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 220.447265625,
|
||||
"y": -75.8486328125,
|
||||
"x": 220.45,
|
||||
"y": -75.85,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 203.1044921875,
|
||||
"y": -85.26171875,
|
||||
"x": 203.1,
|
||||
"y": -85.26,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 181.5947265625,
|
||||
"y": -95.24951171875,
|
||||
"x": 181.59,
|
||||
"y": -95.25,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 175.1484375,
|
||||
"y": -111.1123046875,
|
||||
"x": 175.15,
|
||||
"y": -111.11,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 175.1484375,
|
||||
"y": -111.1123046875,
|
||||
"x": 175.15,
|
||||
"y": -111.11,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 183.4599609375,
|
||||
"y": -118.7939453125,
|
||||
"x": 183.46,
|
||||
"y": -118.79,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 175.6005859375,
|
||||
"y": -154.162109375,
|
||||
"x": 175.6,
|
||||
"y": -154.16,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 178.775390625,
|
||||
"y": -156.83837890625,
|
||||
"x": 178.78,
|
||||
"y": -156.84,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 183.875,
|
||||
"y": -158.93603515625,
|
||||
"x": 183.88,
|
||||
"y": -158.94,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 183.875,
|
||||
"y": -158.93603515625,
|
||||
"x": 183.88,
|
||||
"y": -158.94,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 255.865234375,
|
||||
"y": -12.5029296875,
|
||||
"x": 255.87,
|
||||
"y": -12.5,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 273.916015625,
|
||||
"y": 4.67578125,
|
||||
"x": 273.92,
|
||||
"y": 4.68,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 288.224609375,
|
||||
"y": 66.20703125,
|
||||
"x": 288.22,
|
||||
"y": 66.21,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 311.8359375,
|
||||
"y": 94.56396484375,
|
||||
"x": 311.84,
|
||||
"y": 94.56,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1.5)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 321.240234375,
|
||||
"y": 115.1123046875,
|
||||
"x": 321.24,
|
||||
"y": 115.11,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 321.240234375,
|
||||
"y": 115.1123046875,
|
||||
"x": 321.24,
|
||||
"y": 115.11,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 332.365234375,
|
||||
"y": 117.4765625,
|
||||
"x": 332.37,
|
||||
"y": 117.48,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "keypress(x)",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 332.365234375,
|
||||
"y": 117.4765625,
|
||||
"x": 332.37,
|
||||
"y": 117.48,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 334.712890625,
|
||||
"y": 115.2470703125,
|
||||
"x": 334.71,
|
||||
"y": 115.25,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 350.87890625,
|
||||
"y": 126.791015625,
|
||||
"x": 350.88,
|
||||
"y": 126.79,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 350.87890625,
|
||||
"y": 126.791015625,
|
||||
"x": 350.88,
|
||||
"y": 126.79,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 610.328125,
|
||||
"y": -282.16357421875,
|
||||
"x": 610.33,
|
||||
"y": -282.16,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 593.7255859375,
|
||||
"y": -212.0009765625,
|
||||
"x": 593.73,
|
||||
"y": -212.0,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 581.17578125,
|
||||
"y": -207.83984375,
|
||||
"x": 581.18,
|
||||
"y": -207.84,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 582.7431640625,
|
||||
"y": -174.4921875,
|
||||
"x": 582.74,
|
||||
"y": -174.49,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 583.109375,
|
||||
"y": -166.13720703125,
|
||||
"x": 583.11,
|
||||
"y": -166.14,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 616.6015625,
|
||||
"y": -155.50537109375,
|
||||
"x": 616.6,
|
||||
"y": -155.51,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 686.556640625,
|
||||
"y": -136.30126953125,
|
||||
"x": 686.56,
|
||||
"y": -136.3,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1.5)",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 727.6025390625,
|
||||
"y": -89.59521484375,
|
||||
"x": 727.6,
|
||||
"y": -89.6,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 728.763671875,
|
||||
"y": -88.55859375,
|
||||
"x": 728.76,
|
||||
"y": -88.56,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 721.19140625,
|
||||
"y": -73.18310546875,
|
||||
"x": 721.19,
|
||||
"y": -73.18,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 727.5029296875,
|
||||
"y": -60.2744140625,
|
||||
"x": 727.5,
|
||||
"y": -60.27,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -118,8 +118,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 729.9775390625,
|
||||
"y": -56.9287109375,
|
||||
"x": 729.98,
|
||||
"y": -56.93,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -127,8 +127,8 @@
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 720.595703125,
|
||||
"y": -45.54736328125,
|
||||
"x": 720.6,
|
||||
"y": -45.55,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 716.208984375,
|
||||
"y": -47.25390625,
|
||||
"x": 716.21,
|
||||
"y": -47.25,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 985.078125,
|
||||
"y": -348.31591796875,
|
||||
"x": 985.08,
|
||||
"y": -348.32,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 949.69140625,
|
||||
"y": -333.97705078125,
|
||||
"x": 949.69,
|
||||
"y": -333.98,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 865.1318359375,
|
||||
"y": -286.494140625,
|
||||
"x": 865.13,
|
||||
"y": -286.49,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -47,8 +47,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 865.1318359375,
|
||||
"y": -286.494140625,
|
||||
"x": 865.13,
|
||||
"y": -286.49,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1045.568359375,
|
||||
"y": 947.5068359375,
|
||||
"x": 1045.57,
|
||||
"y": 947.51,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1073.173828125,
|
||||
"y": 963.2314453125,
|
||||
"x": 1073.17,
|
||||
"y": 963.23,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1117.62109375,
|
||||
"y": 957.7900390625,
|
||||
"x": 1117.62,
|
||||
"y": 957.79,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1158.4189453125,
|
||||
"y": 934.849609375,
|
||||
"x": 1158.42,
|
||||
"y": 934.85,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1164.830078125,
|
||||
"y": 929.44140625,
|
||||
"x": 1164.83,
|
||||
"y": 929.44,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 1192.232421875,
|
||||
"y": 910.2978515625,
|
||||
"x": 1192.23,
|
||||
"y": 910.3,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 1197.21484375,
|
||||
"y": 887.05859375,
|
||||
"x": 1197.21,
|
||||
"y": 887.06,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "2000",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 1192.2724609375,
|
||||
"y": 884.9833984375,
|
||||
"x": 1192.27,
|
||||
"y": 884.98,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 1200.7958984375,
|
||||
"y": 881.5234375,
|
||||
"x": 1200.8,
|
||||
"y": 881.52,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 1206.4375,
|
||||
"y": 880.5458984375,
|
||||
"x": 1206.44,
|
||||
"y": 880.55,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 1116.5849609375,
|
||||
"y": 1188.6474609375,
|
||||
"x": 1116.58,
|
||||
"y": 1188.65,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 1133.748046875,
|
||||
"y": 1179.12890625,
|
||||
"x": 1133.75,
|
||||
"y": 1179.13,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1175.6337890625,
|
||||
"y": 1147.8291015625,
|
||||
"x": 1175.63,
|
||||
"y": 1147.83,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1171.232421875,
|
||||
"y": 1137.2919921875,
|
||||
"x": 1171.23,
|
||||
"y": 1137.29,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -56,8 +56,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 1171.232421875,
|
||||
"y": 1137.2919921875,
|
||||
"x": 1171.23,
|
||||
"y": 1137.29,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2619.203125,
|
||||
"y": 2049.21826171875,
|
||||
"x": 2619.2,
|
||||
"y": 2049.22,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2607.994140625,
|
||||
"y": 2071.9248046875,
|
||||
"x": 2607.99,
|
||||
"y": 2071.92,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2548.71484375,
|
||||
"y": 2133.64697265625,
|
||||
"x": 2548.71,
|
||||
"y": 2133.65,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2481.482421875,
|
||||
"y": 2192.478759765625,
|
||||
"x": 2481.48,
|
||||
"y": 2192.48,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2464.7529296875,
|
||||
"y": 2236.69287109375,
|
||||
"x": 2464.75,
|
||||
"y": 2236.69,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "nahida_collect",
|
||||
@@ -65,8 +65,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2464.7529296875,
|
||||
"y": 2236.69287109375,
|
||||
"x": 2464.75,
|
||||
"y": 2236.69,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -74,8 +74,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2464.7529296875,
|
||||
"y": 2236.69287109375,
|
||||
"x": 2464.75,
|
||||
"y": 2236.69,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2318.99609375,
|
||||
"y": 1598.42724609375,
|
||||
"x": 2319.0,
|
||||
"y": 1598.43,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2324.7275390625,
|
||||
"y": 1576.095703125,
|
||||
"x": 2324.73,
|
||||
"y": 1576.1,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2344.51171875,
|
||||
"y": 1509.43994140625,
|
||||
"x": 2344.51,
|
||||
"y": 1509.44,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2350.712890625,
|
||||
"y": 1488.07373046875,
|
||||
"x": 2350.71,
|
||||
"y": 1488.07,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2348.083984375,
|
||||
"y": 1476.32763671875,
|
||||
"x": 2348.08,
|
||||
"y": 1476.33,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2348.587890625,
|
||||
"y": 1477.2587890625,
|
||||
"x": 2348.59,
|
||||
"y": 1477.26,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2341.380859375,
|
||||
"y": 1463.505859375,
|
||||
"x": 2341.38,
|
||||
"y": 1463.51,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2341.0712890625,
|
||||
"y": 1463.1455078125,
|
||||
"x": 2341.07,
|
||||
"y": 1463.15,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2335.96484375,
|
||||
"y": 1463.17236328125,
|
||||
"x": 2335.96,
|
||||
"y": 1463.17,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 2270.486328125,
|
||||
"y": 1494.5185546875,
|
||||
"x": 2270.49,
|
||||
"y": 1494.52,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 2270.1787109375,
|
||||
"y": 1492.904296875,
|
||||
"x": 2270.18,
|
||||
"y": 1492.9,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2066.37890625,
|
||||
"y": 1483.77783203125,
|
||||
"x": 2066.38,
|
||||
"y": 1483.78,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2009.20703125,
|
||||
"y": 1505.783203125,
|
||||
"x": 2009.21,
|
||||
"y": 1505.78,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 1972.4423828125,
|
||||
"y": 1502.29541015625,
|
||||
"x": 1972.44,
|
||||
"y": 1502.3,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -47,8 +47,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 1972.4423828125,
|
||||
"y": 1502.29541015625,
|
||||
"x": 1972.44,
|
||||
"y": 1502.3,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "nahida_collect",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5759.76904296875,
|
||||
"y": -1307.5400390625,
|
||||
"x": 5759.77,
|
||||
"y": -1307.54,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5766.91943359375,
|
||||
"y": -1325.06591796875,
|
||||
"x": 5766.92,
|
||||
"y": -1325.07,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5777.1015625,
|
||||
"y": -1377.669921875,
|
||||
"x": 5777.1,
|
||||
"y": -1377.67,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5767.58642578125,
|
||||
"y": -1383.3583984375,
|
||||
"x": 5767.59,
|
||||
"y": -1383.36,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5783.80712890625,
|
||||
"y": -1407.07958984375,
|
||||
"x": 5783.81,
|
||||
"y": -1407.08,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5757.240234375,
|
||||
"y": -1419.04248046875,
|
||||
"x": 5757.24,
|
||||
"y": -1419.04,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5753.5693359375,
|
||||
"y": -1418.45947265625,
|
||||
"x": 5753.57,
|
||||
"y": -1418.46,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5777.1005859375,
|
||||
"y": -1427.181640625,
|
||||
"x": 5777.1,
|
||||
"y": -1427.18,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5777.1005859375,
|
||||
"y": -1427.181640625,
|
||||
"x": 5777.1,
|
||||
"y": -1427.18,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4795.3291015625,
|
||||
"y": -2577.2890625,
|
||||
"x": 4795.33,
|
||||
"y": -2577.29,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4757.421875,
|
||||
"y": -2584.02734375,
|
||||
"x": 4757.42,
|
||||
"y": -2584.03,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4675.6083984375,
|
||||
"y": -2645.216796875,
|
||||
"x": 4675.61,
|
||||
"y": -2645.22,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4671.75390625,
|
||||
"y": -2648.0078125,
|
||||
"x": 4671.75,
|
||||
"y": -2648.01,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4681.802734375,
|
||||
"y": -2617.6513671875,
|
||||
"x": 4681.8,
|
||||
"y": -2617.65,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4659.98974609375,
|
||||
"y": -2559.3779296875,
|
||||
"x": 4659.99,
|
||||
"y": -2559.38,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4652.337890625,
|
||||
"y": -2525.2626953125,
|
||||
"x": 4652.34,
|
||||
"y": -2525.26,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4640.728515625,
|
||||
"y": -2509.880859375,
|
||||
"x": 4640.73,
|
||||
"y": -2509.88,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4640.728515625,
|
||||
"y": -2509.880859375,
|
||||
"x": 4640.73,
|
||||
"y": -2509.88,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5793.8212890625,
|
||||
"y": 797.1103515625,
|
||||
"x": 5793.82,
|
||||
"y": 797.11,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5792.86376953125,
|
||||
"y": 783.2900390625,
|
||||
"x": 5792.86,
|
||||
"y": 783.29,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5829.09912109375,
|
||||
"y": 707.759765625,
|
||||
"x": 5829.1,
|
||||
"y": 707.76,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5820.037109375,
|
||||
"y": 709.74853515625,
|
||||
"x": 5820.04,
|
||||
"y": 709.75,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5811.99609375,
|
||||
"y": 711.40234375,
|
||||
"x": 5812.0,
|
||||
"y": 711.4,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5806.4580078125,
|
||||
"y": 703.294921875,
|
||||
"x": 5806.46,
|
||||
"y": 703.29,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5806.82177734375,
|
||||
"y": 703.97119140625,
|
||||
"x": 5806.82,
|
||||
"y": 703.97,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3469.8583984375,
|
||||
"y": 3544.4189453125,
|
||||
"x": 3469.86,
|
||||
"y": 3544.42,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3482.580078125,
|
||||
"y": 3479.945068359375,
|
||||
"x": 3482.58,
|
||||
"y": 3479.95,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3516.88671875,
|
||||
"y": 3432.700439453125,
|
||||
"x": 3516.89,
|
||||
"y": 3432.7,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3527.16796875,
|
||||
"y": 3424.484375,
|
||||
"x": 3527.17,
|
||||
"y": 3424.48,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3529.1064453125,
|
||||
"y": 3415.884033203125,
|
||||
"x": 3529.11,
|
||||
"y": 3415.88,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3525.998046875,
|
||||
"y": 3413.11083984375,
|
||||
"x": 3526.0,
|
||||
"y": 3413.11,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4308.8291015625,
|
||||
"y": 4760.45751953125,
|
||||
"x": 4308.83,
|
||||
"y": 4760.46,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4304.7294921875,
|
||||
"y": 4767.42431640625,
|
||||
"x": 4304.73,
|
||||
"y": 4767.42,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4292.35302734375,
|
||||
"y": 4786.7177734375,
|
||||
"x": 4292.35,
|
||||
"y": 4786.72,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4232.34375,
|
||||
"y": 4823.22900390625,
|
||||
"x": 4232.34,
|
||||
"y": 4823.23,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4211.716796875,
|
||||
"y": 4849.90185546875,
|
||||
"x": 4211.72,
|
||||
"y": 4849.9,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4201.9130859375,
|
||||
"y": 4879.705078125,
|
||||
"x": 4201.91,
|
||||
"y": 4879.71,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4139.470703125,
|
||||
"y": 4901.96826171875,
|
||||
"x": 4139.47,
|
||||
"y": 4901.97,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -83,8 +83,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4139.470703125,
|
||||
"y": 4901.96826171875,
|
||||
"x": 4139.47,
|
||||
"y": 4901.97,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(6)",
|
||||
@@ -93,8 +93,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4139.470703125,
|
||||
"y": 4901.96826171875,
|
||||
"x": 4139.47,
|
||||
"y": 4901.97,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4865.771484375,
|
||||
"y": 3913.274658203125,
|
||||
"x": 4865.77,
|
||||
"y": 3913.27,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4916.765625,
|
||||
"y": 3950.641845703125,
|
||||
"x": 4916.77,
|
||||
"y": 3950.64,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4909.6708984375,
|
||||
"y": 3991.42626953125,
|
||||
"x": 4909.67,
|
||||
"y": 3991.43,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4957.412109375,
|
||||
"y": 3999.6318359375,
|
||||
"x": 4957.41,
|
||||
"y": 3999.63,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keydown(w),wait(0.5),dash,wait(3),keyup(w),wait(3)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4964.20556640625,
|
||||
"y": 4011.84814453125,
|
||||
"x": 4964.21,
|
||||
"y": 4011.85,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4966.2421875,
|
||||
"y": 4011.96142578125,
|
||||
"x": 4966.24,
|
||||
"y": 4011.96,
|
||||
"action": "",
|
||||
"move_mode": "climb",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4972.09033203125,
|
||||
"y": 4011.793212890625,
|
||||
"x": 4972.09,
|
||||
"y": 4011.79,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "attack(0.3)",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4972.5029296875,
|
||||
"y": 4008.761474609375,
|
||||
"x": 4972.5,
|
||||
"y": 4008.76,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
|
||||
@@ -92,8 +92,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 4964.8408203125,
|
||||
"y": 4021.8525390625,
|
||||
"x": 4964.84,
|
||||
"y": 4021.85,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -101,8 +101,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 4964.8408203125,
|
||||
"y": 4021.8525390625,
|
||||
"x": 4964.84,
|
||||
"y": 4021.85,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "attack(0.3)",
|
||||
@@ -110,8 +110,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 4961.537109375,
|
||||
"y": 4022.017578125,
|
||||
"x": 4961.54,
|
||||
"y": 4022.02,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 7857.4052734375,
|
||||
"y": -1750.04150390625,
|
||||
"x": 7857.41,
|
||||
"y": -1750.04,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 7864.33837890625,
|
||||
"y": -1732.0595703125,
|
||||
"x": 7864.34,
|
||||
"y": -1732.06,
|
||||
"action": "stop_flying",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 7906.546875,
|
||||
"y": -1630.1513671875,
|
||||
"x": 7906.55,
|
||||
"y": -1630.15,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 7902.60498046875,
|
||||
"y": -1595.37060546875,
|
||||
"x": 7902.6,
|
||||
"y": -1595.37,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 7857.4052734375,
|
||||
"y": -1750.04150390625,
|
||||
"x": 7857.41,
|
||||
"y": -1750.04,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 7859.9033203125,
|
||||
"y": -1762.36328125,
|
||||
"x": 7859.9,
|
||||
"y": -1762.36,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -73,8 +73,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 7919.00830078125,
|
||||
"y": -1802.384765625,
|
||||
"x": 7919.01,
|
||||
"y": -1802.38,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -82,8 +82,8 @@
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 7915.1748046875,
|
||||
"y": -1805.70703125,
|
||||
"x": 7915.17,
|
||||
"y": -1805.71,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "wait(1)",
|
||||
@@ -91,8 +91,8 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 7912.18896484375,
|
||||
"y": -1807.94140625,
|
||||
"x": 7912.19,
|
||||
"y": -1807.94,
|
||||
"action": "combat_script",
|
||||
"move_mode": "jump",
|
||||
"action_params": "attack(0.3)",
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 7913.73779296875,
|
||||
"y": -1826.328125,
|
||||
"x": 7913.74,
|
||||
"y": -1826.33,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "wait(1)",
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 7917.7919921875,
|
||||
"y": -1828.7373046875,
|
||||
"x": 7917.79,
|
||||
"y": -1828.74,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
@@ -119,8 +119,8 @@
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 7917.7919921875,
|
||||
"y": -1828.7373046875,
|
||||
"x": 7917.79,
|
||||
"y": -1828.74,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8974.53125,
|
||||
"y": -1878.27734375,
|
||||
"x": 8974.53,
|
||||
"y": -1878.28,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8955.265625,
|
||||
"y": -1855.150390625,
|
||||
"x": 8955.27,
|
||||
"y": -1855.15,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8900.330078125,
|
||||
"y": -1833.18994140625,
|
||||
"x": 8900.33,
|
||||
"y": -1833.19,
|
||||
"type": "orientation",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -47,8 +47,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8900.330078125,
|
||||
"y": -1833.18994140625,
|
||||
"x": 8900.33,
|
||||
"y": -1833.19,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -56,8 +56,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8898.8125,
|
||||
"y": -1831.32177734375,
|
||||
"x": 8898.81,
|
||||
"y": -1831.32,
|
||||
"type": "target",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
@@ -65,8 +65,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8899.2421875,
|
||||
"y": -1830.21923828125,
|
||||
"x": 8899.24,
|
||||
"y": -1830.22,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9394.8125,
|
||||
"y": -1808.0244140625,
|
||||
"x": 9394.81,
|
||||
"y": -1808.02,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9396.033203125,
|
||||
"y": -1833.373046875,
|
||||
"x": 9396.03,
|
||||
"y": -1833.37,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9388.951171875,
|
||||
"y": -1849.501953125,
|
||||
"x": 9388.95,
|
||||
"y": -1849.5,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9387.482421875,
|
||||
"y": -1854.4296875,
|
||||
"x": 9387.48,
|
||||
"y": -1854.43,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9381.412109375,
|
||||
"y": -1854.2880859375,
|
||||
"x": 9381.41,
|
||||
"y": -1854.29,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 9378.5478515625,
|
||||
"y": -1853.615234375,
|
||||
"x": 9378.55,
|
||||
"y": -1853.62,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "combat_script",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 10382.7470703125,
|
||||
"y": -2874.0751953125,
|
||||
"x": 10382.75,
|
||||
"y": -2874.08,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 10355.0478515625,
|
||||
"y": -2862.408203125,
|
||||
"x": 10355.05,
|
||||
"y": -2862.41,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 10278.0615234375,
|
||||
"y": -3110.48828125,
|
||||
"x": 10278.06,
|
||||
"y": -3110.49,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -28,8 +28,8 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 10290.4833984375,
|
||||
"y": -3125.6923828125,
|
||||
"x": 10290.48,
|
||||
"y": -3125.69,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -37,8 +37,8 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 10294.3115234375,
|
||||
"y": -3136.138671875,
|
||||
"x": 10294.31,
|
||||
"y": -3136.14,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);纳西妲 attack(0.08),e;",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 10304.171875,
|
||||
"y": -3137.8408203125,
|
||||
"x": 10304.17,
|
||||
"y": -3137.84,
|
||||
"action": "combat_script",
|
||||
"move_mode": "climb",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 10303.2734375,
|
||||
"y": -3155.2451171875,
|
||||
"x": 10303.27,
|
||||
"y": -3155.25,
|
||||
"action": "combat_script",
|
||||
"move_mode": "dash",
|
||||
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)",
|
||||
@@ -65,8 +65,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 10303.2734375,
|
||||
"y": -3155.2451171875,
|
||||
"x": 10303.27,
|
||||
"y": -3155.25,
|
||||
"action": "nahida_collect",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -74,8 +74,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 10170.763671875,
|
||||
"y": -3021.478515625,
|
||||
"x": 10170.76,
|
||||
"y": -3021.48,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
|
||||
Reference in New Issue
Block a user