Merge pull request #177 from MisakaAldrich/main

地图追踪:优化大伟丘石门,提速大概10秒
This commit is contained in:
辉鸭蛋
2025-01-01 09:23:58 +08:00
committed by GitHub

View File

@@ -10,52 +10,61 @@
"positions": [ "positions": [
{ {
"id": 1, "id": 1,
"x": 207.4208984375,
"y": 1572.96630859375,
"action": "", "action": "",
"move_mode": "walk", "move_mode": "walk",
"type": "teleport", "type": "teleport"
"x": 207.4208984375,
"y": 1572.96630859375
}, },
{ {
"id": 2, "id": 2,
"x": 188.2685546875, "x": 188.2685546875,
"y": 1559.70556640625, "y": 1559.70556640625,
"type": "path", "action": "",
"move_mode": "walk", "move_mode": "walk",
"action": "" "type": "path"
}, },
{ {
"id": 3, "id": 3,
"x": 170.125, "x": 170.125,
"y": 1545.15771484375, "y": 1545.15771484375,
"type": "path", "action": "",
"move_mode": "fly", "move_mode": "fly",
"action": "" "type": "path"
}, },
{ {
"id": 4, "id": 4,
"x": 157.76953125, "x": 165.6962890625,
"y": 1558.8671875, "y": 1554.583984375,
"type": "path", "type": "path",
"move_mode": "climb", "move_mode": "climb",
"action": "combat_script", "action": "",
"action_params": "wait(3)" "action_params": ""
}, },
{ {
"id": 5, "id": 5,
"x": 163.98828125, "x": 159.861328125,
"y": 1570.40625, "y": 1566.85205078125,
"type": "path", "type": "path",
"move_mode": "fly", "move_mode": "fly",
"action": "" "action": "",
"action_params": ""
}, },
{ {
"id": 6, "id": 6,
"x": 163.98828125,
"y": 1570.40625,
"action": "",
"move_mode": "fly",
"type": "path"
},
{
"id": 7,
"x": 172.564453125, "x": 172.564453125,
"y": 1575.044921875, "y": 1575.044921875,
"type": "path", "action": "fight",
"move_mode": "walk", "move_mode": "walk",
"action": "fight" "type": "path"
} }
] ]
} }