@@ -827,11 +827,6 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords,
|
|||||||
runningFailCount++;
|
runningFailCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (runningFailCount >= 2) {
|
|
||||||
log.error("连续三条路线终止时坐标不变,不记录运行数据");
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 计算下一个 UTC 时间的晚上 8 点(即北京时间凌晨四点)
|
// 计算下一个 UTC 时间的晚上 8 点(即北京时间凌晨四点)
|
||||||
const nextEightClock = new Date(now);
|
const nextEightClock = new Date(now);
|
||||||
nextEightClock.setUTCHours(20, 0, 0, 0); // 设置为 UTC 时间的 20:00
|
nextEightClock.setUTCHours(20, 0, 0, 0); // 设置为 UTC 时间的 20:00
|
||||||
@@ -843,7 +838,6 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords,
|
|||||||
// 更新路径的 cdTime
|
// 更新路径的 cdTime
|
||||||
pathing.cdTime = nextEightClock.toLocaleString();
|
pathing.cdTime = nextEightClock.toLocaleString();
|
||||||
|
|
||||||
await updateCdTimeRecord(pathings, accountName);
|
|
||||||
remainingEstimatedTime -= pathing.t;
|
remainingEstimatedTime -= pathing.t;
|
||||||
const actualUsedTime = (new Date() - groupStartTime) / 1000;
|
const actualUsedTime = (new Date() - groupStartTime) / 1000;
|
||||||
const predictRemainingTime = remainingEstimatedTime * actualUsedTime / (totalEstimatedTime - remainingEstimatedTime - skippedTime);
|
const predictRemainingTime = remainingEstimatedTime * actualUsedTime / (totalEstimatedTime - remainingEstimatedTime - skippedTime);
|
||||||
@@ -852,6 +846,13 @@ async function processPathingsByGroup(pathings, targetTexts, blacklistKeywords,
|
|||||||
const remainingminutes = Math.floor((predictRemainingTime % 3600) / 60);
|
const remainingminutes = Math.floor((predictRemainingTime % 3600) / 60);
|
||||||
const remainingseconds = predictRemainingTime % 60;
|
const remainingseconds = predictRemainingTime % 60;
|
||||||
log.info(`当前进度:第 ${targetGroup} 组第 ${groupPathCount}/${totalPathsInGroup} 个 ${pathing.fileName}已完成,该组预计剩余: ${remaininghours} 时 ${remainingminutes} 分 ${remainingseconds.toFixed(0)} 秒`);
|
log.info(`当前进度:第 ${targetGroup} 组第 ${groupPathCount}/${totalPathsInGroup} 个 ${pathing.fileName}已完成,该组预计剩余: ${remaininghours} 时 ${remainingminutes} 分 ${remainingseconds.toFixed(0)} 秒`);
|
||||||
|
|
||||||
|
if (runningFailCount >= 1) {
|
||||||
|
log.error("连续两条路线终止时坐标不变,暂时不记录运行数据");
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
await updateCdTimeRecord(pathings, accountName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 1,
|
"manifest_version": 1,
|
||||||
"name": "锄地一条龙",
|
"name": "锄地一条龙",
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用",
|
"description": "一站式解决自动化锄地,支持只拾取狗粮,请阅读README.md后使用",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,85 +4,77 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时85.01秒,包含以下怪物:1只冰深渊法师、3只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [
|
"tags": [
|
||||||
"高危"
|
"高危"
|
||||||
],
|
],
|
||||||
"last_modified_time": 1751638015174,
|
"last_modified_time": 1752249591850
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"action": "",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"type": "teleport",
|
|
||||||
"x": -574.01,
|
"x": -574.01,
|
||||||
"y": 1458.58,
|
"y": 1458.58,
|
||||||
"action_params": ""
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -581.47,
|
"x": -581.47,
|
||||||
"y": 1474.67,
|
"y": 1474.67,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -602.78,
|
"x": -602.78,
|
||||||
"y": 1480.35,
|
"y": 1480.35,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -628.48,
|
"x": -628.48,
|
||||||
"y": 1468.08,
|
"y": 1468.08,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "run",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "run",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -680.38,
|
"x": -680.38,
|
||||||
"y": 1477.49,
|
"y": 1477.49,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -663.02,
|
"x": -663.02,
|
||||||
"y": 1474.85,
|
"y": 1474.85,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -663.02,
|
"x": -663.02,
|
||||||
"y": 1474.85,
|
"y": 1474.85,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,109 +4,102 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时72.27秒,包含以下怪物:2只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751638535580,
|
"last_modified_time": 1752249599813
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1130.76,
|
"x": -1130.76,
|
||||||
"y": 1597.92,
|
"y": 1597.92,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1099.31,
|
"x": -1099.31,
|
||||||
"y": 1603.76,
|
"y": 1603.76,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1078.65,
|
"x": -1078.65,
|
||||||
"y": 1597.65,
|
"y": 1597.65,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1064.5,
|
"x": -1064.5,
|
||||||
"y": 1601.54,
|
"y": 1601.54,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1038.96,
|
"x": -1038.96,
|
||||||
"y": 1563.78,
|
"y": 1563.78,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1035.73,
|
"x": -1035.73,
|
||||||
"y": 1536.27,
|
"y": 1536.27,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1.5)"
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(1.5)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -1014.55,
|
"x": -1014.55,
|
||||||
"y": 1487.58,
|
"y": 1487.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -1026.61,
|
"x": -1026.61,
|
||||||
"y": 1481.23,
|
"y": 1481.23,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 9,
|
"id": 9,
|
||||||
"x": -1024.21,
|
"x": -1024.21,
|
||||||
"y": 1482.01,
|
"y": 1482.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"x": -1024.21,
|
"x": -1024.21,
|
||||||
"y": 1482.01,
|
"y": 1482.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,85 +4,77 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时57.21秒,包含以下怪物:3只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [
|
"tags": [
|
||||||
"高危"
|
"高危"
|
||||||
],
|
],
|
||||||
"last_modified_time": 1751639100937,
|
"last_modified_time": 1752249596490
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1013.4,
|
"x": -1013.4,
|
||||||
"y": 1028.42,
|
"y": 1028.42,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -987.79,
|
"x": -987.79,
|
||||||
"y": 1014.58,
|
"y": 1014.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -987.79,
|
"x": -987.79,
|
||||||
"y": 1014.58,
|
"y": 1014.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -949.47,
|
"x": -949.47,
|
||||||
"y": 1001.77,
|
"y": 1001.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -936.37,
|
"x": -936.37,
|
||||||
"y": 1010.43,
|
"y": 1010.43,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -921.28,
|
"x": -921.28,
|
||||||
"y": 996.07,
|
"y": 996.07,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -921.28,
|
"x": -921.28,
|
||||||
"y": 996.07,
|
"y": 996.07,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,75 +4,66 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时78.17秒,包含以下怪物:3只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751639468728,
|
"last_modified_time": 1752249603177
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.3,
|
"x": -1023.3,
|
||||||
"y": 1174.5,
|
"y": 1174.5,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1025.98,
|
"x": -1025.98,
|
||||||
"y": 1196.74,
|
"y": 1196.74,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,74 +4,66 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时85.68秒,包含以下怪物:3只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751639955951,
|
"last_modified_time": 1752249606609
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.29,
|
"x": -1023.29,
|
||||||
"y": 1174.48,
|
"y": 1174.48,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1037.78,
|
"x": -1037.78,
|
||||||
"y": 1169.17,
|
"y": 1169.17,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1260.42,
|
"x": -1260.42,
|
||||||
"y": 1056.59,
|
"y": 1056.59,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)"
|
"move_mode": "fly",
|
||||||
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,90 +4,84 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时125.14秒,包含以下怪物:2只冰萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751640725899,
|
"last_modified_time": 1752249613282
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.16,
|
"x": -1023.16,
|
||||||
"y": 1174.62,
|
"y": 1174.62,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1005.95,
|
"x": -1005.95,
|
||||||
"y": 1155.52,
|
"y": 1155.52,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1002.82,
|
"x": -1002.82,
|
||||||
"y": 1118.77,
|
"y": 1118.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(0.5)"
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(0.5)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1005.2,
|
"x": -1005.2,
|
||||||
"y": 1106.58,
|
"y": 1106.58,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(2)"
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(2)",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -999.12,
|
"x": -999.12,
|
||||||
"y": 1091.17,
|
"y": 1091.17,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(3)"
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(3)",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -977.81,
|
"x": -977.81,
|
||||||
"y": 1098.33,
|
"y": 1098.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "jump",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -966.9,
|
"x": -966.9,
|
||||||
"y": 1107.89,
|
"y": 1107.89,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -966.89,
|
"x": -966.89,
|
||||||
"y": 1107.91,
|
"y": 1107.91,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,92 +4,84 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时59.6秒,包含以下怪物:3只水萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751642702039,
|
"last_modified_time": 1752249609915
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -657.56,
|
"x": -657.56,
|
||||||
"y": -90.86,
|
"y": -90.86,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -609.13,
|
"x": -609.13,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -597.5,
|
"x": -597.5,
|
||||||
"y": -125.51,
|
"y": -125.51,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -550.75,
|
"x": -550.75,
|
||||||
"y": -130.77,
|
"y": -130.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -564.74,
|
"x": -564.74,
|
||||||
"y": -119.75,
|
"y": -119.75,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "wait(2.5)",
|
"action_params": "wait(2.5)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,65 +4,57 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时61.37秒,包含以下怪物:1只炽热骗骗花、2只雷萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751643056133,
|
"last_modified_time": 1752249619598
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 837.51,
|
"x": 837.51,
|
||||||
"y": 235.14,
|
"y": 235.14,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 861.21,
|
"x": 861.21,
|
||||||
"y": 163.66,
|
"y": 163.66,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,146 +4,138 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时174秒,包含以下怪物:1只火箭丘丘人、1只爆弹丘丘人、2只雷萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751643462615,
|
"last_modified_time": 1752249616512
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 489.39,
|
"x": 489.39,
|
||||||
"y": 222.15,
|
"y": 222.15,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 489.79,
|
"x": 489.79,
|
||||||
"y": 262.2,
|
"y": 262.2,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 482.34,
|
"x": 482.34,
|
||||||
"y": 264.95,
|
"y": 264.95,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 447.79,
|
"x": 447.79,
|
||||||
"y": 277.93,
|
"y": 277.93,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 447.86,
|
"x": 447.86,
|
||||||
"y": 277.92,
|
"y": 277.92,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "wait(2.5)",
|
"action_params": "wait(2.5)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
"action": "",
|
||||||
"move_mode": "walk",
|
"move_mode": "walk",
|
||||||
"action": "combat_script",
|
"action_params": "",
|
||||||
"action_params": "wait(1)"
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 9,
|
"id": 9,
|
||||||
"x": 373.3,
|
"x": 373.3,
|
||||||
"y": 301.29,
|
"y": 301.29,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"x": 344.86,
|
"x": 344.86,
|
||||||
"y": 293.2,
|
"y": 293.2,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11,
|
"id": 11,
|
||||||
"x": 301.45,
|
"x": 301.45,
|
||||||
"y": 309.74,
|
"y": 309.74,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12,
|
"id": 12,
|
||||||
"x": 265.18,
|
"x": 265.18,
|
||||||
"y": 227.45,
|
"y": 227.45,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13,
|
"id": 13,
|
||||||
"x": 258.55,
|
"x": 258.55,
|
||||||
"y": 239.19,
|
"y": 239.19,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 14,
|
"id": 14,
|
||||||
"x": 258.55,
|
"x": 258.55,
|
||||||
"y": 239.24,
|
"y": 239.24,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,55 +4,48 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时43.96秒,包含以下怪物:2只雷萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751642257751,
|
"last_modified_time": 1752249622672
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 253.14,
|
"x": 253.14,
|
||||||
"y": 1285.17,
|
"y": 1285.17,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 202.16,
|
"x": 202.16,
|
||||||
"y": 1278.65,
|
"y": 1278.65,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 202.17,
|
"x": 202.17,
|
||||||
"y": 1278.69,
|
"y": 1278.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 202.17,
|
"x": 202.17,
|
||||||
"y": 1278.69,
|
"y": 1278.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,73 +4,66 @@
|
|||||||
"type": "collect",
|
"type": "collect",
|
||||||
"author": "蜜柑魚",
|
"author": "蜜柑魚",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": " 路线信息:该路线预计用时66.73秒,包含以下怪物:3只水萤。",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751644086957,
|
"last_modified_time": 1752249625526
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 1271.18,
|
"x": 1271.18,
|
||||||
"y": 1563.97,
|
"y": 1563.97,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 1239.12,
|
"x": 1239.12,
|
||||||
"y": 1520.45,
|
"y": 1520.45,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 1254.65,
|
"x": 1254.65,
|
||||||
"y": 1476.31,
|
"y": 1476.31,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 1244.14,
|
"x": 1244.14,
|
||||||
"y": 1439.69,
|
"y": 1439.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 1245.01,
|
"x": 1245.01,
|
||||||
"y": 1393.01,
|
"y": 1393.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": 1245.01,
|
"x": 1245.01,
|
||||||
"y": 1393.01,
|
"y": 1393.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -7,80 +7,74 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [
|
||||||
"last_modified_time": 1751638015174,
|
"高危"
|
||||||
"authors": [
|
],
|
||||||
{
|
"last_modified_time": 1752249591850
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"action": "",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"type": "teleport",
|
|
||||||
"x": -574.01,
|
"x": -574.01,
|
||||||
"y": 1458.58,
|
"y": 1458.58,
|
||||||
"action_params": ""
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -581.47,
|
"x": -581.47,
|
||||||
"y": 1474.67,
|
"y": 1474.67,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -602.78,
|
"x": -602.78,
|
||||||
"y": 1480.35,
|
"y": 1480.35,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -628.48,
|
"x": -628.48,
|
||||||
"y": 1468.08,
|
"y": 1468.08,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "run",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "run",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -680.38,
|
"x": -680.38,
|
||||||
"y": 1477.49,
|
"y": 1477.49,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -663.02,
|
"x": -663.02,
|
||||||
"y": 1474.85,
|
"y": 1474.85,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -663.02,
|
"x": -663.02,
|
||||||
"y": 1474.85,
|
"y": 1474.85,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,105 +8,98 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751638535580,
|
"last_modified_time": 1752249599813
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1130.76,
|
"x": -1130.76,
|
||||||
"y": 1597.92,
|
"y": 1597.92,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1099.31,
|
"x": -1099.31,
|
||||||
"y": 1603.76,
|
"y": 1603.76,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1078.65,
|
"x": -1078.65,
|
||||||
"y": 1597.65,
|
"y": 1597.65,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1064.5,
|
"x": -1064.5,
|
||||||
"y": 1601.54,
|
"y": 1601.54,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1038.96,
|
"x": -1038.96,
|
||||||
"y": 1563.78,
|
"y": 1563.78,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1035.73,
|
"x": -1035.73,
|
||||||
"y": 1536.27,
|
"y": 1536.27,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1.5)"
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(1.5)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -1014.55,
|
"x": -1014.55,
|
||||||
"y": 1487.58,
|
"y": 1487.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -1026.61,
|
"x": -1026.61,
|
||||||
"y": 1481.23,
|
"y": 1481.23,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 9,
|
"id": 9,
|
||||||
"x": -1024.21,
|
"x": -1024.21,
|
||||||
"y": 1482.01,
|
"y": 1482.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"x": -1024.21,
|
"x": -1024.21,
|
||||||
"y": 1482.01,
|
"y": 1482.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -7,80 +7,74 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [
|
||||||
"last_modified_time": 1751639100937,
|
"高危"
|
||||||
"authors": [
|
],
|
||||||
{
|
"last_modified_time": 1752249596490
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1013.4,
|
"x": -1013.4,
|
||||||
"y": 1028.42,
|
"y": 1028.42,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -987.79,
|
"x": -987.79,
|
||||||
"y": 1014.58,
|
"y": 1014.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -987.79,
|
"x": -987.79,
|
||||||
"y": 1014.58,
|
"y": 1014.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -949.47,
|
"x": -949.47,
|
||||||
"y": 1001.77,
|
"y": 1001.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -936.37,
|
"x": -936.37,
|
||||||
"y": 1010.43,
|
"y": 1010.43,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -921.28,
|
"x": -921.28,
|
||||||
"y": 996.07,
|
"y": 996.07,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -921.28,
|
"x": -921.28,
|
||||||
"y": 996.07,
|
"y": 996.07,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,71 +8,62 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751639468728,
|
"last_modified_time": 1752249603177
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.3,
|
"x": -1023.3,
|
||||||
"y": 1174.5,
|
"y": 1174.5,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1025.98,
|
"x": -1025.98,
|
||||||
"y": 1196.74,
|
"y": 1196.74,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1209.16,
|
"x": -1209.16,
|
||||||
"y": 1198.12,
|
"y": 1198.12,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,70 +8,62 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751639955951,
|
"last_modified_time": 1752249606609
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.29,
|
"x": -1023.29,
|
||||||
"y": 1174.48,
|
"y": 1174.48,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1037.78,
|
"x": -1037.78,
|
||||||
"y": 1169.17,
|
"y": 1169.17,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1260.42,
|
"x": -1260.42,
|
||||||
"y": 1056.59,
|
"y": 1056.59,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)"
|
"move_mode": "fly",
|
||||||
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -1260.41,
|
"x": -1260.41,
|
||||||
"y": 1056.58,
|
"y": 1056.58,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,86 +8,80 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751640725899,
|
"last_modified_time": 1752249613282
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -1023.16,
|
"x": -1023.16,
|
||||||
"y": 1174.62,
|
"y": 1174.62,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -1005.95,
|
"x": -1005.95,
|
||||||
"y": 1155.52,
|
"y": 1155.52,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -1002.82,
|
"x": -1002.82,
|
||||||
"y": 1118.77,
|
"y": 1118.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(0.5)"
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(0.5)",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -1005.2,
|
"x": -1005.2,
|
||||||
"y": 1106.58,
|
"y": 1106.58,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(2)"
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(2)",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -999.12,
|
"x": -999.12,
|
||||||
"y": 1091.17,
|
"y": 1091.17,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(3)"
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(3)",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -977.81,
|
"x": -977.81,
|
||||||
"y": 1098.33,
|
"y": 1098.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "jump",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "jump",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -966.9,
|
"x": -966.9,
|
||||||
"y": 1107.89,
|
"y": 1107.89,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -966.89,
|
"x": -966.89,
|
||||||
"y": 1107.91,
|
"y": 1107.91,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,88 +8,80 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751642702039,
|
"last_modified_time": 1752249609915
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": -657.56,
|
"x": -657.56,
|
||||||
"y": -90.86,
|
"y": -90.86,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": -609.13,
|
"x": -609.13,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": -597.5,
|
"x": -597.5,
|
||||||
"y": -125.51,
|
"y": -125.51,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": -550.75,
|
"x": -550.75,
|
||||||
"y": -130.77,
|
"y": -130.77,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": -564.74,
|
"x": -564.74,
|
||||||
"y": -119.75,
|
"y": -119.75,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "wait(2.5)",
|
"action_params": "wait(2.5)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": -561.94,
|
"x": -561.94,
|
||||||
"y": -126.61,
|
"y": -126.61,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,61 +8,53 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751643056133,
|
"last_modified_time": 1752249619598
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 837.51,
|
"x": 837.51,
|
||||||
"y": 235.14,
|
"y": 235.14,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 861.21,
|
"x": 861.21,
|
||||||
"y": 163.66,
|
"y": 163.66,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "stop_flying",
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 854.23,
|
"x": 854.23,
|
||||||
"y": 168.81,
|
"y": 168.81,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,142 +8,134 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751643462615,
|
"last_modified_time": 1752249616512
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 489.39,
|
"x": 489.39,
|
||||||
"y": 222.15,
|
"y": 222.15,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 489.79,
|
"x": 489.79,
|
||||||
"y": 262.2,
|
"y": 262.2,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 482.34,
|
"x": 482.34,
|
||||||
"y": 264.95,
|
"y": 264.95,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 447.79,
|
"x": 447.79,
|
||||||
"y": 277.93,
|
"y": 277.93,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 447.86,
|
"x": 447.86,
|
||||||
"y": 277.92,
|
"y": 277.92,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "wait(2.5)",
|
"action_params": "wait(2.5)",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 7,
|
"id": 7,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 8,
|
"id": 8,
|
||||||
"x": 390.11,
|
"x": 390.11,
|
||||||
"y": 298.33,
|
"y": 298.33,
|
||||||
"type": "path",
|
"action": "",
|
||||||
"move_mode": "walk",
|
"move_mode": "walk",
|
||||||
"action": "combat_script",
|
"action_params": "",
|
||||||
"action_params": "wait(1)"
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 9,
|
"id": 9,
|
||||||
"x": 373.3,
|
"x": 373.3,
|
||||||
"y": 301.29,
|
"y": 301.29,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"x": 344.86,
|
"x": 344.86,
|
||||||
"y": 293.2,
|
"y": 293.2,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11,
|
"id": 11,
|
||||||
"x": 301.45,
|
"x": 301.45,
|
||||||
"y": 309.74,
|
"y": 309.74,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12,
|
"id": 12,
|
||||||
"x": 265.18,
|
"x": 265.18,
|
||||||
"y": 227.45,
|
"y": 227.45,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13,
|
"id": 13,
|
||||||
"x": 258.55,
|
"x": 258.55,
|
||||||
"y": 239.19,
|
"y": 239.19,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 14,
|
"id": 14,
|
||||||
"x": 258.55,
|
"x": 258.55,
|
||||||
"y": 239.24,
|
"y": 239.24,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,51 +8,44 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751642257751,
|
"last_modified_time": 1752249622672
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 253.14,
|
"x": 253.14,
|
||||||
"y": 1285.17,
|
"y": 1285.17,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 202.16,
|
"x": 202.16,
|
||||||
"y": 1278.65,
|
"y": 1278.65,
|
||||||
"type": "target",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "target"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 202.17,
|
"x": 202.17,
|
||||||
"y": 1278.69,
|
"y": 1278.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 202.17,
|
"x": 202.17,
|
||||||
"y": 1278.69,
|
"y": 1278.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,69 +8,62 @@
|
|||||||
"map_name": "Teyvat",
|
"map_name": "Teyvat",
|
||||||
"bgi_version": "0.45.0",
|
"bgi_version": "0.45.0",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"last_modified_time": 1751644086957,
|
"last_modified_time": 1752249625526
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "蜜柑魚",
|
|
||||||
"links": "https://github.com/this-Fish"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"positions": [
|
"positions": [
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"x": 1271.18,
|
"x": 1271.18,
|
||||||
"y": 1563.97,
|
"y": 1563.97,
|
||||||
"type": "teleport",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"x": 1239.12,
|
"x": 1239.12,
|
||||||
"y": 1520.45,
|
"y": 1520.45,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"x": 1254.65,
|
"x": 1254.65,
|
||||||
"y": 1476.31,
|
"y": 1476.31,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 4,
|
"id": 4,
|
||||||
"x": 1244.14,
|
"x": 1244.14,
|
||||||
"y": 1439.69,
|
"y": 1439.69,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "fly",
|
|
||||||
"action": "",
|
"action": "",
|
||||||
"action_params": ""
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 5,
|
"id": 5,
|
||||||
"x": 1245.01,
|
"x": 1245.01,
|
||||||
"y": 1393.01,
|
"y": 1393.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "dash",
|
|
||||||
"action": "fight",
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
"action_params": "",
|
"action_params": "",
|
||||||
"locked": false
|
"type": "path"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 6,
|
"id": 6,
|
||||||
"x": 1245.01,
|
"x": 1245.01,
|
||||||
"y": 1393.01,
|
"y": 1393.01,
|
||||||
"type": "path",
|
|
||||||
"move_mode": "walk",
|
|
||||||
"action": "combat_script",
|
"action": "combat_script",
|
||||||
"action_params": "wait(1)"
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A01-蒙德-龙脊雪山-眠龙谷-北-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [
|
||||||
|
"高危"
|
||||||
|
],
|
||||||
|
"last_modified_time": 1752249591850
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -574.01,
|
||||||
|
"y": 1458.58,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -581.47,
|
||||||
|
"y": 1474.67,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -602.78,
|
||||||
|
"y": 1480.35,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -628.48,
|
||||||
|
"y": 1468.08,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "run",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -680.38,
|
||||||
|
"y": 1477.49,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -663.02,
|
||||||
|
"y": 1474.85,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": -663.02,
|
||||||
|
"y": 1474.85,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
105
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json
Normal file
105
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/A02-蒙德-龙脊雪山-覆雪之路-2只.json
Normal file
@@ -0,0 +1,105 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A02-蒙德-龙脊雪山-覆雪之路-2只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249599813
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -1130.76,
|
||||||
|
"y": 1597.92,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -1099.31,
|
||||||
|
"y": 1603.76,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -1078.65,
|
||||||
|
"y": 1597.65,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -1064.5,
|
||||||
|
"y": 1601.54,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -1038.96,
|
||||||
|
"y": 1563.78,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -1035.73,
|
||||||
|
"y": 1536.27,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(1.5)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": -1014.55,
|
||||||
|
"y": 1487.58,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"x": -1026.61,
|
||||||
|
"y": 1481.23,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"x": -1024.21,
|
||||||
|
"y": 1482.01,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"x": -1024.21,
|
||||||
|
"y": 1482.01,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A03-蒙德-龙脊雪山-寒天之钉-下方-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [
|
||||||
|
"高危"
|
||||||
|
],
|
||||||
|
"last_modified_time": 1752249596490
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -1013.4,
|
||||||
|
"y": 1028.42,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -987.79,
|
||||||
|
"y": 1014.58,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -987.79,
|
||||||
|
"y": 1014.58,
|
||||||
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -949.47,
|
||||||
|
"y": 1001.77,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -936.37,
|
||||||
|
"y": 1010.43,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -921.28,
|
||||||
|
"y": 996.07,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": -921.28,
|
||||||
|
"y": 996.07,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A04-蒙德-龙脊雪山-七天神像-东北-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249603177
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -1023.3,
|
||||||
|
"y": 1174.5,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -1025.98,
|
||||||
|
"y": 1196.74,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -1209.16,
|
||||||
|
"y": 1198.12,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -1209.16,
|
||||||
|
"y": 1198.12,
|
||||||
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -1209.16,
|
||||||
|
"y": 1198.12,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -1209.16,
|
||||||
|
"y": 1198.12,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A05-蒙德-龙脊雪山-七天神像-东-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249606609
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -1023.29,
|
||||||
|
"y": 1174.48,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -1037.78,
|
||||||
|
"y": 1169.17,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -1260.42,
|
||||||
|
"y": 1056.59,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "keypress(VK_SPACE),wait(4.5),keypress(VK_SPACE),attack(0.2)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -1260.41,
|
||||||
|
"y": 1056.58,
|
||||||
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -1260.41,
|
||||||
|
"y": 1056.58,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -1260.41,
|
||||||
|
"y": 1056.58,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "A06-蒙德-龙脊雪山-七天神像-西南-2只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249613282
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -1023.16,
|
||||||
|
"y": 1174.62,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -1005.95,
|
||||||
|
"y": 1155.52,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -1002.82,
|
||||||
|
"y": 1118.77,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(0.5)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -1005.2,
|
||||||
|
"y": 1106.58,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(2)",
|
||||||
|
"type": "target"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -999.12,
|
||||||
|
"y": 1091.17,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "jump",
|
||||||
|
"action_params": "wait(3)",
|
||||||
|
"type": "target"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -977.81,
|
||||||
|
"y": 1098.33,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "jump",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": -966.9,
|
||||||
|
"y": 1107.89,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"x": -966.89,
|
||||||
|
"y": 1107.91,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
87
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json
Normal file
87
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B02-璃月-云來海-孤云閣-3只.json
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "B02-璃月-云來海-孤云閣-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249609915
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": -657.56,
|
||||||
|
"y": -90.86,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": -609.13,
|
||||||
|
"y": -126.61,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": -597.5,
|
||||||
|
"y": -125.51,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": -550.75,
|
||||||
|
"y": -130.77,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": -564.74,
|
||||||
|
"y": -119.75,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": -561.94,
|
||||||
|
"y": -126.61,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(2.5)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": -561.94,
|
||||||
|
"y": -126.61,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"x": -561.94,
|
||||||
|
"y": -126.61,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
60
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json
Normal file
60
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B04-璃月-琼玑野-渌华池-2只.json
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "B04-璃月-琼玑野-渌华池-2只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249619598
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": 837.51,
|
||||||
|
"y": 235.14,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": 861.21,
|
||||||
|
"y": 163.66,
|
||||||
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": 854.23,
|
||||||
|
"y": 168.81,
|
||||||
|
"action": "stop_flying",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": 854.23,
|
||||||
|
"y": 168.81,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": 854.23,
|
||||||
|
"y": 168.81,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
141
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json
Normal file
141
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B05-璃月-琼玑野-归离原-2只.json
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "B05-璃月-琼玑野-归离原-2只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249616512
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": 489.39,
|
||||||
|
"y": 222.15,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": 489.79,
|
||||||
|
"y": 262.2,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": 482.34,
|
||||||
|
"y": 264.95,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": 447.79,
|
||||||
|
"y": 277.93,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": 447.86,
|
||||||
|
"y": 277.92,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": 390.11,
|
||||||
|
"y": 298.33,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "wait(2.5)",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"x": 390.11,
|
||||||
|
"y": 298.33,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"x": 390.11,
|
||||||
|
"y": 298.33,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"x": 373.3,
|
||||||
|
"y": 301.29,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"x": 344.86,
|
||||||
|
"y": 293.2,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"x": 301.45,
|
||||||
|
"y": 309.74,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"x": 265.18,
|
||||||
|
"y": 227.45,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"x": 258.55,
|
||||||
|
"y": 239.19,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"x": 258.55,
|
||||||
|
"y": 239.24,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
51
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json
Normal file
51
repo/pathing/锄地专区/小怪2000@mno/0_0_飞萤/B08-璃月-碧水原-荻花洲-2只.json
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "B08-璃月-碧水原-荻花洲-2只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249622672
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": 253.14,
|
||||||
|
"y": 1285.17,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": 202.16,
|
||||||
|
"y": 1278.65,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "target"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": 202.17,
|
||||||
|
"y": 1278.69,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": 202.17,
|
||||||
|
"y": 1278.69,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
{
|
||||||
|
"info": {
|
||||||
|
"name": "B10-璃月-碧水原-华池岩岫-东北-3只",
|
||||||
|
"type": "collect",
|
||||||
|
"author": "蜜柑魚",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": "",
|
||||||
|
"map_name": "Teyvat",
|
||||||
|
"bgi_version": "0.45.0",
|
||||||
|
"tags": [],
|
||||||
|
"last_modified_time": 1752249625526
|
||||||
|
},
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"x": 1271.18,
|
||||||
|
"y": 1563.97,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "teleport"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"x": 1239.12,
|
||||||
|
"y": 1520.45,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"x": 1254.65,
|
||||||
|
"y": 1476.31,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"x": 1244.14,
|
||||||
|
"y": 1439.69,
|
||||||
|
"action": "",
|
||||||
|
"move_mode": "fly",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"x": 1245.01,
|
||||||
|
"y": 1393.01,
|
||||||
|
"action": "fight",
|
||||||
|
"move_mode": "dash",
|
||||||
|
"action_params": "",
|
||||||
|
"type": "path"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"x": 1245.01,
|
||||||
|
"y": 1393.01,
|
||||||
|
"action": "combat_script",
|
||||||
|
"move_mode": "walk",
|
||||||
|
"action_params": "wait(1)",
|
||||||
|
"type": "orientation"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user