feat: 更换地脉花识别方法,新增可重跑模式,新增切换好感队,优化路径配置 (#583)
- 更换地脉花的识别方法,获取地脉花的实际坐标 - 新增可重跑模式,适用于低练度队伍,每个地脉花将从传送锚点处开始 - 新增切换好感队,可领取好感度 - 优化路径配置,新增多条地脉花路线 - 更新README - 修改部分路径配置
This commit is contained in:
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9282.7001953125,
|
||||
"y": -2163.5849609375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9261.1044921875,
|
||||
"y": -2234.521484375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9232.5439453125,
|
||||
"y": -2246.845703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9182.4833984375,
|
||||
"y": -2244.140625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9142.3505859375,
|
||||
"y": -2240.369140625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 9110.86328125,
|
||||
"y": -2222.4833984375,
|
||||
"type": "target",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 9110.86328125,
|
||||
"y": -2222.4833984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 9110.86328125,
|
||||
"y": -2222.4833984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9088.443359375,
|
||||
"y": -2210.4189453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9067.05859375,
|
||||
"y": -2205.3486328125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8989.65625,
|
||||
"y": -2167.515625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8975.634765625,
|
||||
"y": -2148.716796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8945.546875,
|
||||
"y": -2138.4287109375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8946.546875,
|
||||
"y": -2139.4287109375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 8945.546875,
|
||||
"y": -2138.4287109375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8914.619140625,
|
||||
"y": -2132.9267578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8891.42578125,
|
||||
"y": -2117.6240234375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8843.814453125,
|
||||
"y": -2087.7578125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 8810.0771484375,
|
||||
"y": -2077.826171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 8811.0771484375,
|
||||
"y": -2078.826171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 8810.0771484375,
|
||||
"y": -2077.826171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德6-望风山地-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1337.5693359375,
|
||||
"y": 2738.9716796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1349.1923828125,
|
||||
"y": 2749.051513671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1395.1416015625,
|
||||
"y": 2747.36181640625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1406.7705078125,
|
||||
"y": 2750.2861328125,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1421.1552734375,
|
||||
"y": 2759.2060546875,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1447.2724609375,
|
||||
"y": 2776.157470703125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1512.806640625,
|
||||
"y": 2774.261962890625,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1511.806640625,
|
||||
"y": 2775.261962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1511.806640625,
|
||||
"y": 2775.261962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "璃月1-石门-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 207.4794921875,
|
||||
"y": 1573.009765625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 188.8642578125,
|
||||
"y": 1559.2021484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 165.2431640625,
|
||||
"y": 1538.40087890625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 157.21484375,
|
||||
"y": 1538.31591796875,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 138.5986328125,
|
||||
"y": 1524.4521484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 73.7255859375,
|
||||
"y": 1496.591796875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 73.7255859375,
|
||||
"y": 1496.591796875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 74.4833984375,
|
||||
"y": 1494.80126953125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "璃月1-石门-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -20.4658203125,
|
||||
"y": 1558.52587890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -27.392578125,
|
||||
"y": 1553.2255859375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -54.498046875,
|
||||
"y": 1550.908203125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -67.8740234375,
|
||||
"y": 1541.92138671875,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -103.75,
|
||||
"y": 1540.0546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(3)"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -81.7646484375,
|
||||
"y": 1534.7265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -80.7646484375,
|
||||
"y": 1535.7265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -81.0869140625,
|
||||
"y": 1534.66552734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "璃月1-石门-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -71.6455078125,
|
||||
"y": 1531.837890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -41.4619140625,
|
||||
"y": 1497.541015625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -14.302734375,
|
||||
"y": 1419.83154296875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "500"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -28.7607421875,
|
||||
"y": 1417.36767578125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -23.760742187500004,
|
||||
"y": 1420.36767578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -26.384765625,
|
||||
"y": 1418.8212890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9282.7001953125,
|
||||
"y": -2163.5849609375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9252.794921875,
|
||||
"y": -2158.5634765625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9232.7724609375,
|
||||
"y": -2154.6015625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9231.083984375,
|
||||
"y": -2154.7431640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9234.083984375,
|
||||
"y": -2154.7431640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 9234.083984375,
|
||||
"y": -2154.7431640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 9231.083984375,
|
||||
"y": -2154.7431640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德2-清泉镇-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -663.6064453125,
|
||||
"y": 1709.65234375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -687.1015625,
|
||||
"y": 1740.5224609375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -707.5615234375,
|
||||
"y": 1792.70849609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -717.8251953125,
|
||||
"y": 1802.7685546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -718.8251953125,
|
||||
"y": 1803.7685546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -717.8251953125,
|
||||
"y": 1802.7685546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德3-奔狼领-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -385.8408203125,
|
||||
"y": 2297.22021484375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -362.724609375,
|
||||
"y": 2302.474853515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -354.5068359375,
|
||||
"y": 2304.33984375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -313.3017578125,
|
||||
"y": 2311.603271484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -306.7607421875,
|
||||
"y": 2313.16650390625,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -281.794921875,
|
||||
"y": 2310.7822265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -282.794921875,
|
||||
"y": 2310.7822265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -281.794921875,
|
||||
"y": 2310.7822265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德3-奔狼领-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path",
|
||||
"x": -279.7900390625,
|
||||
"y": 2318.056396484375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -243.1435546875,
|
||||
"y": 2348.14794921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -233.1875,
|
||||
"y": 2388.01708984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -205.4931640625,
|
||||
"y": 2429.072021484375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -204.4931640625,
|
||||
"y": 2430.072021484375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -205.4931640625,
|
||||
"y": 2429.072021484375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德3-奔狼领-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "path",
|
||||
"x": -248.8544921875,
|
||||
"y": 2431.79736328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -273.751953125,
|
||||
"y": 2399.5439453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -327.033203125,
|
||||
"y": 2410.425048828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -326.033203125,
|
||||
"y": 2411.425048828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -327.033203125,
|
||||
"y": 2410.425048828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德4-风龙废墟-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 177.1806640625,
|
||||
"y": 2647.0693359375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 179.701171875,
|
||||
"y": 2654.046142578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 165.8369140625,
|
||||
"y": 2704.1298828125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 183.078125,
|
||||
"y": 2728.868408203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 239.7119140625,
|
||||
"y": 2704.3671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 241.408203125,
|
||||
"y": 2703.07861328125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 242.408203125,
|
||||
"y": 2703.07861328125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 235.9873046875,
|
||||
"y": 2700.420166015625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德4-风龙废墟-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 219.05859375,
|
||||
"y": 2712.720458984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 204.609375,
|
||||
"y": 2737.803955078125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 185.271484375,
|
||||
"y": 2755.35009765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 124.1689453125,
|
||||
"y": 2817.957275390625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "500"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 124.61328125,
|
||||
"y": 2817.24462890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 123.61328125,
|
||||
"y": 2818.24462890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 121.560546875,
|
||||
"y": 2816.587646484375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德4-风龙废墟-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 265.603515625,
|
||||
"y": 2915.0224609375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 152.708984375,
|
||||
"y": 2963.33447265625,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 151.708984375,
|
||||
"y": 2963.33447265625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 154.2666015625,
|
||||
"y": 2964.879638671875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德4-风龙废墟-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 95.1494140625,
|
||||
"y": 2949.004638671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 43.2587890625,
|
||||
"y": 2921.6474609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 13.330078125,
|
||||
"y": 2920.08740234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3.7470703125,
|
||||
"y": 2922.998779296875,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -27.9921875,
|
||||
"y": 2919.590576171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -28.9921875,
|
||||
"y": 2919.590576171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -31.263671875,
|
||||
"y": 2922.230224609375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德5-千风神殿-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1505.869140625,
|
||||
"y": 2296.255615234375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1493.7158203125,
|
||||
"y": 2292.8818359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1449.966796875,
|
||||
"y": 2280.9072265625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1453.4638671875,
|
||||
"y": 2282.884765625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1452.4638671875,
|
||||
"y": 2283.884765625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1451.0703125,
|
||||
"y": 2281.113525390625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德5-千风神殿-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1447.0595703125,
|
||||
"y": 2308.26513671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1406.3369140625,
|
||||
"y": 2343.593017578125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1376.9931640625,
|
||||
"y": 2386.8154296875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1367.7822265625,
|
||||
"y": 2411.308837890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1367.7822265625,
|
||||
"y": 2411.308837890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1368.5576171875,
|
||||
"y": 2411.403564453125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德5-千风神殿-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1330.150390625,
|
||||
"y": 2563.8564453125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1345.33203125,
|
||||
"y": 2564.91796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1360.5634765625,
|
||||
"y": 2566.341552734375,
|
||||
"type": "path",
|
||||
"move_mode": "run",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1394.828125,
|
||||
"y": 2569.651123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1394.828125,
|
||||
"y": 2569.651123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1394.828125,
|
||||
"y": 2569.651123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德6-望风山地-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1515.9482421875,
|
||||
"y": 2786.544921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1520.6181640625,
|
||||
"y": 2843.630615234375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1518.9794921875,
|
||||
"y": 2874.29345703125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1518.708984375,
|
||||
"y": 2877.401123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1518.708984375,
|
||||
"y": 2876.401123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1518.708984375,
|
||||
"y": 2877.401123046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德6-望风山地-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1629.435546875,
|
||||
"y": 2834.361572265625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1603.9482421875,
|
||||
"y": 2865.65185546875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1603.9482421874998,
|
||||
"y": 2864.65185546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1603.9482421875,
|
||||
"y": 2865.65185546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德6-望风山地-5",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1613.6005859375,
|
||||
"y": 2873.178955078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1660.224609375,
|
||||
"y": 2937.056884765625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1690.642578125,
|
||||
"y": 2963.935791015625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1710.734375,
|
||||
"y": 2983.294677734375,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1710.734375,
|
||||
"y": 2982.294677734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1710.734375,
|
||||
"y": 2983.294677734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德7-达达乌帕谷-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1867.212890625,
|
||||
"y": 1331.20849609375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1829.64453125,
|
||||
"y": 1351.23779296875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1761.453125,
|
||||
"y": 1371.6884765625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1701.830078125,
|
||||
"y": 1392.2314453125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1691.1083984375,
|
||||
"y": 1385.015625,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1660.626953125,
|
||||
"y": 1392.87353515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1659.626953125,
|
||||
"y": 1392.87353515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1660.626953125,
|
||||
"y": 1392.87353515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德7-达达乌帕谷-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1432.6630859375,
|
||||
"y": 1464.607421875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1388.228515625,
|
||||
"y": 1519.4072265625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1348.359375,
|
||||
"y": 1552.3046875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1331.96484375,
|
||||
"y": 1560.15234375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1330.96484375,
|
||||
"y": 1560.15234375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1331.96484375,
|
||||
"y": 1560.15234375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德7-达达乌帕谷-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1320.51953125,
|
||||
"y": 1585.310546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1319.02734375,
|
||||
"y": 1662.32177734375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1318.853515625,
|
||||
"y": 1676.5849609375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1318.626953125,
|
||||
"y": 1692.62548828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1318.626953125,
|
||||
"y": 1693.62548828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1318.626953125,
|
||||
"y": 1692.62548828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德7-达达乌帕谷-5",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1270.3388671875,
|
||||
"y": 1717.72021484375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1253.015625,
|
||||
"y": 1734.888671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1216.578125,
|
||||
"y": 1751.1796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1199.9423828125,
|
||||
"y": 1754.43408203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1162.080078125,
|
||||
"y": 1783.19775390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1138.2177734375,
|
||||
"y": 1789.79248046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1137.2177734375,
|
||||
"y": 1789.79248046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1138.2177734375,
|
||||
"y": 1789.79248046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,15 @@
|
||||
# 路径追踪脚本录制的注意事项
|
||||
## 命名格式
|
||||
{国家名}{线路编号}-{第一个花所在的地区名或者线路所在的地区名}-{地脉花编号}
|
||||
`{国家名}{线路编号}-{第一个花所在的地区名或者线路所在的地区名}-{地脉花编号}`
|
||||
可重跑路线:
|
||||
`{国家名}{线路编号}-{第一个花所在的地区名或者线路所在的地区名}-{地脉花编号}-rerun`
|
||||
## 存放路径
|
||||
BoR:经验花
|
||||
BoW:摩拉花
|
||||
`assets\pathing`
|
||||
可重跑路线:
|
||||
`assets\pathing\rerun`
|
||||
## 录制
|
||||
- 1号花的第一个点位必须是传送
|
||||
- 使用target走到地脉花位置,执行战斗策略keypress(f)
|
||||
- 往旁边走一到两步,添加一个战斗的点位,防止奖励花影响战斗
|
||||
- 如果奖励花出现的位置与地脉花相同,复制一下,动作无;如果不一样就录一个奖励花的点位,也是target
|
||||
- 后续的花如果从现在的位置走过去更近就直接走,也就是第一个点位不能是传送;如果传送更近就传送
|
||||
- 后续的花如果从现在的位置走过去更近就直接走,也就是第一个点位不能是传送;如果传送更近就传送;可重跑模式的第一个点位必须是传送
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德6-望风山地-1",
|
||||
"name": "纳塔1-隆崛坡-4-rerun",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -10,26 +10,26 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"x": 7857.517578125,
|
||||
"y": -1751.2587890625,
|
||||
"type": "teleport",
|
||||
"x": -1273.8388671875,
|
||||
"y": 2721.717041015625,
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1282.751953125,
|
||||
"y": 2733.04736328125,
|
||||
"x": 7842.20703125,
|
||||
"y": -1620.81787109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1316.208984375,
|
||||
"y": 2734.6748046875,
|
||||
"x": 7853.71533203125,
|
||||
"y": -1554.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1317.208984375,
|
||||
"y": 2733.6748046875,
|
||||
"x": 7852.71533203125,
|
||||
"y": -1553.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1316.208984375,
|
||||
"y": 2734.6748046875,
|
||||
"x": 7853.71533203125,
|
||||
"y": -1554.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,91 +1,94 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德1-风起地-4",
|
||||
"name": "枫丹3-新枫丹科学院-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1099.5380859375,
|
||||
"y": 1972.50537109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.1845703125,
|
||||
"y": 4710.78857421875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1087.7255859375,
|
||||
"y": 1971.8603515625,
|
||||
"x": 4496.67333984375,
|
||||
"y": 4741.02978515625,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1070.5908203125,
|
||||
"y": 1950.04345703125,
|
||||
"x": 4539.94189453125,
|
||||
"y": 4771.01220703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1068.73046875,
|
||||
"y": 1947.2373046875,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1065.4482421875,
|
||||
"y": 1943.380859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1059.6005859375,
|
||||
"y": 1938.6630859375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1041.908203125,
|
||||
"y": 1927.0654296875,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1040.908203125,
|
||||
"y": 1927.0654296875,
|
||||
"id": 5,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1041.908203125,
|
||||
"y": 1927.0654296875,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "璃月1-石门-2",
|
||||
"name": "枫丹3-新枫丹科学院-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -321.5546875,
|
||||
"y": 1473.3349609375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.14990234375,
|
||||
"y": 4710.7763671875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -249.96484375,
|
||||
"y": 1517.271484375,
|
||||
"x": 4494.0791015625,
|
||||
"y": 4762.04150390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -28,68 +28,71 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -219.7705078125,
|
||||
"y": 1516.07470703125,
|
||||
"x": 4499.02392578125,
|
||||
"y": 4825.24072265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -162.2021484375,
|
||||
"y": 1517.8330078125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -126.7705078125,
|
||||
"y": 1517.03466796875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -72.8896484375,
|
||||
"y": 1547.08984375,
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -12.625,
|
||||
"y": 1566.50830078125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "fly",
|
||||
"action_params": "keypress(f)",
|
||||
"type": "target",
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -12.625,
|
||||
"y": 1566.50830078125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"x": 4517.2,
|
||||
"y": 4866.4,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -12.625,
|
||||
"y": 1566.50830078125,
|
||||
"action": "",
|
||||
"x": 4517.2,
|
||||
"y": 4866.4,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
75
repo/js/AutoLeyLineOutcrop/assets/pathing/枫丹3-新枫丹科学院-3.json
Normal file
75
repo/js/AutoLeyLineOutcrop/assets/pathing/枫丹3-新枫丹科学院-3.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹3-新枫丹科学院-3",
|
||||
"type": "collect",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4624.357421875,
|
||||
"y": 4951.77880859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4607.47216796875,
|
||||
"y": 4925.97412109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4577.7,
|
||||
"y": 4912.1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德5-千风神殿-3",
|
||||
"name": "枫丹3-新枫丹科学院-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1367.1845703125,
|
||||
"y": 2420.621826171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4624.37255859375,
|
||||
"y": 4951.841796875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1396.8681640625,
|
||||
"y": 2431.53515625,
|
||||
"x": 4635.6494140625,
|
||||
"y": 4951.49755859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,64 +28,67 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1441.9521484375,
|
||||
"y": 2432.777587890625,
|
||||
"x": 4665.64501953125,
|
||||
"y": 4970.13671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1454.4091796875,
|
||||
"y": 2434.764892578125,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1478.7548828125,
|
||||
"y": 2489.553955078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1479.732421875,
|
||||
"y": 2515.0849609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1474.908203125,
|
||||
"y": 2519.995361328125,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1474.908203125,
|
||||
"y": 2519.995361328125,
|
||||
"id": 5,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 4679.5,
|
||||
"y": 4977.6,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1474.908203125,
|
||||
"y": 2519.995361328125,
|
||||
"x": 4679.5,
|
||||
"y": 4977.6,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,101 +1,104 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德2-清泉镇-4",
|
||||
"name": "枫丹4-柔灯港-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -391.716796875,
|
||||
"y": 2047.41455078125,
|
||||
"type": "path",
|
||||
"x": 2873.544921875,
|
||||
"y": 3512.03515625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -377.7578125,
|
||||
"y": 2060.33837890625,
|
||||
"x": 2890.5087890625,
|
||||
"y": 3532.46435546875,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -371.14453125,
|
||||
"y": 2073.3984375,
|
||||
"x": 2904.51171875,
|
||||
"y": 3545.618896484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -362.6640625,
|
||||
"y": 2087.853759765625,
|
||||
"x": 2929.8173828125,
|
||||
"y": 3563.57470703125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -346.6318359375,
|
||||
"y": 2109.134033203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -353.4873046875,
|
||||
"y": 2135.222900390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -322.0888671875,
|
||||
"y": 2149.160888671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -319.45703125,
|
||||
"y": 2156.92724609375,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -319.45703125,
|
||||
"y": 2156.92724609375,
|
||||
"id": 6,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2932.30078125,
|
||||
"y": 3583.9755859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -319.45703125,
|
||||
"y": 2156.92724609375,
|
||||
"type": "target",
|
||||
"x": 2932.30078125,
|
||||
"y": 3583.9755859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德1-风起地-1",
|
||||
"name": "枫丹4-柔灯港-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1166.8447265625,
|
||||
"y": 2132.83154296875,
|
||||
"x": 3032.662109375,
|
||||
"y": 3732.420166015625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
@@ -19,26 +19,26 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1173.845703125,
|
||||
"y": 2124.60009765625,
|
||||
"x": 3019.8095703125,
|
||||
"y": 3712.950927734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1213.3193359375,
|
||||
"y": 2116.663818359375,
|
||||
"x": 3015.82421875,
|
||||
"y": 3665.193115234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1228.4873046875,
|
||||
"y": 2145.917236328125,
|
||||
"x": 3010.951171875,
|
||||
"y": 3624.05029296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
@@ -46,55 +46,55 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1233.84375,
|
||||
"y": 2148.54638671875,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1274.2587890625,
|
||||
"y": 2165.313720703125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1284.747959345761,
|
||||
"y": 2168.625,
|
||||
"action": "",
|
||||
"move_mode": "jump",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -1298.033203125,
|
||||
"y": 2172.3720703125,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -1298.033203125,
|
||||
"y": 2172.3720703125,
|
||||
"id": 6,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"action": "combat_script",
|
||||
"move_mode": "walk",
|
||||
"action_params": "keypress(F)",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"action": "fight",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3008.4,
|
||||
"y": 3602.2,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -1298.033203125,
|
||||
"y": 2172.3720703125,
|
||||
"action": "fight",
|
||||
"x": 3008.4,
|
||||
"y": 3602.2,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德3-奔狼领-4",
|
||||
"name": "枫丹4-柔灯港-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -440.0947265625,
|
||||
"y": 2580.751708984375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.6708984375,
|
||||
"y": 3732.432861328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -431.78515625,
|
||||
"y": 2580.3486328125,
|
||||
"x": 3045.591796875,
|
||||
"y": 3710.537841796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,55 +28,57 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -404.37109375,
|
||||
"y": 2580.04541015625,
|
||||
"x": 3039.93359375,
|
||||
"y": 3671.215576171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -385.0693359375,
|
||||
"y": 2578.38134765625,
|
||||
"x": 3055.349609375,
|
||||
"y": 3641.24462890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -377.6337890625,
|
||||
"y": 2576.59130859375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -369.5185546875,
|
||||
"y": 2578.435302734375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -336.1533203125,
|
||||
"y": 2562.909423828125,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -335.1533203125,
|
||||
"y": 2563.909423828125,
|
||||
"type": "target",
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
@@ -84,8 +86,18 @@
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -336.1533203125,
|
||||
"y": 2562.909423828125,
|
||||
"x": 3077,
|
||||
"y": 3602.2,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3077,
|
||||
"y": 3602.2,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
108
repo/js/AutoLeyLineOutcrop/assets/pathing/枫丹4-柔灯港-4.json
Normal file
108
repo/js/AutoLeyLineOutcrop/assets/pathing/枫丹4-柔灯港-4.json
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹4-柔灯港-4",
|
||||
"type": "collect",
|
||||
"author": "平面镜",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.677734375,
|
||||
"y": 3732.448486328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3038.5537109375,
|
||||
"y": 3718.4228515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3067.19921875,
|
||||
"y": 3698.43212890625,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3079.7314453125,
|
||||
"y": 3675.759765625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3092.3,
|
||||
"y": 3654.3,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3092.3,
|
||||
"y": 3654.3,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "稻妻3-八酝岛-1",
|
||||
"name": "纳塔1-隆崛坡-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -13,14 +13,14 @@
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -2405.7294921875,
|
||||
"y": -3912.9189453125,
|
||||
"x": 7796.0830078125,
|
||||
"y": -1873.17822265625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2400.9501953125,
|
||||
"y": -3924.9921875,
|
||||
"x": 7820.1044921875,
|
||||
"y": -1865.79833984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -28,17 +28,18 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -2269.8974609375,
|
||||
"y": -4056.7158203125,
|
||||
"x": 7864.9541015625,
|
||||
"y": -1823.95751953125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -2270.0546875,
|
||||
"y": -4068.591796875,
|
||||
"x": 7864.9541015625,
|
||||
"y": -1823.95751953125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -47,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -2270.0546875,
|
||||
"y": -4068.591796875,
|
||||
"x": 7865.9541015625,
|
||||
"y": -1822.95751953125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -57,8 +58,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -2270.0546875,
|
||||
"y": -4068.591796875,
|
||||
"x": 7865.1806640625,
|
||||
"y": -1825.9169921875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德2-清泉镇-2",
|
||||
"name": "纳塔1-隆崛坡-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -578.7568359375,
|
||||
"y": 1853.4228515625,
|
||||
"x": 7857.46826171875,
|
||||
"y": -1751.2490234375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -19,17 +19,18 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -547.3720703125,
|
||||
"y": 1829.87744140625,
|
||||
"x": 7945.72265625,
|
||||
"y": -1744.076171875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
"action": "stop_flying",
|
||||
"action_params": "100",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -523.7568359375,
|
||||
"y": 1813.84130859375,
|
||||
"x": 7945.72265625,
|
||||
"y": -1744.076171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -38,8 +39,8 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -522.7568359375,
|
||||
"y": 1812.84130859375,
|
||||
"x": 7946.72265625,
|
||||
"y": -1744.076171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -48,8 +49,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -524.498046875,
|
||||
"y": 1816.59765625,
|
||||
"x": 7947.47119140625,
|
||||
"y": -1745.01171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
60
repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔1-隆崛坡-3.json
Normal file
60
repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔1-隆崛坡-3.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔1-隆崛坡-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 7857.46826171875,
|
||||
"y": -1751.2490234375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 7932.19970703125,
|
||||
"y": -1616.37158203125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 7932.19970703125,
|
||||
"y": -1616.37158203125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 7933.19970703125,
|
||||
"y": -1615.37158203125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 7930.576171875,
|
||||
"y": -1618.466796875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德1-风起地-3",
|
||||
"name": "纳塔1-隆崛坡-4",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -10,8 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1163.0302734375,
|
||||
"y": 1992.3740234375,
|
||||
"x": 7900.79931640625,
|
||||
"y": -1589.7880859375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -19,27 +19,27 @@
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1128.9189453125,
|
||||
"y": 1986.671875,
|
||||
"x": 7896.076171875,
|
||||
"y": -1584.33935546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1113.873046875,
|
||||
"y": 1971.89697265625,
|
||||
"x": 7853.71533203125,
|
||||
"y": -1554.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1113.873046875,
|
||||
"y": 1970.8969726562498,
|
||||
"x": 7852.71533203125,
|
||||
"y": -1553.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -48,8 +48,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1113.873046875,
|
||||
"y": 1971.89697265625,
|
||||
"x": 7853.71533203125,
|
||||
"y": -1554.25732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德7-达达乌帕谷-2",
|
||||
"name": "纳塔4-溶水域-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -10,17 +10,17 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1432.6337890625,
|
||||
"y": 1464.60693359375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9038.736328125,
|
||||
"y": -2429.330078125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1449.6806640625,
|
||||
"y": 1477.49560546875,
|
||||
"x": 8994.5078125,
|
||||
"y": -2434.7158203125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
@@ -28,36 +28,36 @@
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1456.7001953125,
|
||||
"y": 1483.3896484375,
|
||||
"x": 9013.998046875,
|
||||
"y": -2408.8271484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9028.36328125,
|
||||
"y": -2404.43359375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1482.28125,
|
||||
"y": 1492.06494140625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1517.0654296875,
|
||||
"y": 1513.9697265625,
|
||||
"x": 9028.666015625,
|
||||
"y": -2342.603515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1518.0654296874998,
|
||||
"y": 1514.9697265624998,
|
||||
"x": 9028.666015625,
|
||||
"y": -2341.603515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1516.6904296875,
|
||||
"y": 1513.14794921875,
|
||||
"x": 9028.666015625,
|
||||
"y": -2342.603515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德1-风起地-2",
|
||||
"name": "纳塔4-溶水域-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -10,17 +10,8 @@
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1266.587890625,
|
||||
"y": 1933.52392578125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1223.177734375,
|
||||
"y": 2032.04296875,
|
||||
"x": 9090.7060546875,
|
||||
"y": -2407.1103515625,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
@@ -28,9 +19,9 @@
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1223.177734375,
|
||||
"y": 2033.04296875,
|
||||
"id": 2,
|
||||
"x": 9091.7060546875,
|
||||
"y": -2407.1103515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -38,9 +29,9 @@
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1223.177734375,
|
||||
"y": 2032.04296875,
|
||||
"id": 3,
|
||||
"x": 9090.7060546875,
|
||||
"y": -2407.1103515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
@@ -1,44 +1,44 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德2-清泉镇-3",
|
||||
"name": "纳塔5-安饶之野-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -516.7451171875,
|
||||
"y": 1818.0068359375,
|
||||
"type": "path",
|
||||
"x": 9812.7607421875,
|
||||
"y": -2852.578125,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9782.794921875,
|
||||
"y": -2862.8935546875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -432.7412109375,
|
||||
"y": 1927.5869140625,
|
||||
"id": 3,
|
||||
"x": 9724.3818359375,
|
||||
"y": -2905.7353515625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -425.76171875,
|
||||
"y": 1954.1298828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -424.380859375,
|
||||
"y": 1982.296875,
|
||||
"x": 9708.166015625,
|
||||
"y": -2903.17578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
@@ -46,8 +46,8 @@
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -420.3583984375,
|
||||
"y": 1998.11181640625,
|
||||
"x": 9687.15234375,
|
||||
"y": -2898.1875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
@@ -56,8 +56,8 @@
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -419.3583984375,
|
||||
"y": 1999.11181640625,
|
||||
"x": 9686.152343750002,
|
||||
"y": -2898.1875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -420.3583984375,
|
||||
"y": 1998.11181640625,
|
||||
"x": 9687.15234375,
|
||||
"y": -2898.1875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
59
repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔5-安饶之野-2.json
Normal file
59
repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔5-安饶之野-2.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-安饶之野-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9812.7607421875,
|
||||
"y": -2852.578125,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9782.794921875,
|
||||
"y": -2862.8935546875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9754.697265625,
|
||||
"y": -2904.4296875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9754.697265625,
|
||||
"y": -2905.4296875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9754.697265625,
|
||||
"y": -2904.4296875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "璃月3-瑶光滩-1",
|
||||
"name": "纳塔5-安饶之野-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"version": "",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"x": 9812.7607421875,
|
||||
"y": -2852.578125,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -57.408203125,
|
||||
"y": 656.93505859375,
|
||||
"action_params": ""
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -55.2685546875,
|
||||
"y": 603.84423828125,
|
||||
"x": 9778.703125,
|
||||
"y": -2856.30859375,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"move_mode": "fly",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -55.2685546875,
|
||||
"y": 603.84423828125,
|
||||
"x": 9777.703125,
|
||||
"y": -2856.30859375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
@@ -39,13 +39,12 @@
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -55.2685546875,
|
||||
"y": 603.84423828125,
|
||||
"x": 9778.703125,
|
||||
"y": -2856.30859375,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-1",
|
||||
"name": "纳塔6-圣火竞技场-1",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-2",
|
||||
"name": "纳塔6-圣火竞技场-2",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纳塔5-圣火竞技场-3",
|
||||
"name": "纳塔6-圣火竞技场-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user