Compare commits
7 Commits
f0aebe1ba0
...
4719de53b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4719de53b5 | ||
|
|
7509996b37 | ||
|
|
278b894135 | ||
|
|
d3fa48dda7 | ||
|
|
9a729b5c80 | ||
|
|
4776b045c9 | ||
|
|
553691c92b |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "干年珍珠骏麟前往",
|
||||
"name": "千年珍珠骏麟前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "纪行周常-10个boss一条龙",
|
||||
"version": "3.0",
|
||||
"version": "3.1",
|
||||
"description": "请看一看readme文件",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
"半永恒统辖矩阵",
|
||||
"掣电树",
|
||||
"纯水精灵",
|
||||
"翠翎恐簟",
|
||||
"翠翎恐蕈",
|
||||
"深罪浸礼者",
|
||||
"深邃摹结株",
|
||||
"风蚀沙虫",
|
||||
"歌裴莉娅的葬送",
|
||||
"冰风组曲-歌裴莉娅的葬送",
|
||||
"冰风组曲-科培琉司的劫罚",
|
||||
"古岩龙蜥",
|
||||
"恒常机关阵列",
|
||||
"急冻树",
|
||||
"金焰绒翼龙暴君",
|
||||
"科培琉司的劫罚",
|
||||
"雷音权现",
|
||||
"灵觉隐修的迷者",
|
||||
"魔像督军",
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
log.info("已返回主界面");
|
||||
|
||||
// 3. 切换队伍
|
||||
const partyName = settings.partyName || "默认队伍";
|
||||
await genshin.switchParty(partyName);
|
||||
log.info(`已切换至队伍:${partyName}`);
|
||||
if (settings.switchPartyName) {
|
||||
await genshin.switchParty(settings.switchPartyName);
|
||||
}
|
||||
|
||||
// 4. 刷取循环
|
||||
const maxAttempts = settings.loopTimes || 15;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "纪行周常-15次秘境一条龙",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
{
|
||||
"name": "partyName",
|
||||
"type": "input-text",
|
||||
"label": "队伍名称"
|
||||
"label": "队伍名称(默认不切换)"
|
||||
},
|
||||
{
|
||||
"name": "loopTimes",
|
||||
"type": "input-text",
|
||||
"label": "刷取次数",
|
||||
"label": "刷取次数(默认15次)",
|
||||
"default": "15"
|
||||
}
|
||||
]
|
||||
@@ -1,165 +1,147 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "我谬和",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "前往 ",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 2246.1162109375,
|
||||
"y": -1680.36279296875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2245.779296875,
|
||||
"y": -1651.337890625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2253.7314453125,
|
||||
"y": -1621.24267578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2247.4794921875,
|
||||
"y": -1587.03857421875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2241.6005859375,
|
||||
"y": -1556.7548828125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2234.6533203125,
|
||||
"y": -1521.65185546875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2229.4765625,
|
||||
"y": -1495.34326171875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2224.85546875,
|
||||
"y": -1471.94091796875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2221.9716796875,
|
||||
"y": -1450.27587890625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 2219.53125,
|
||||
"y": -1425.24267578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 2217.6103515625,
|
||||
"y": -1404.46728515625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 2212.7041015625,
|
||||
"y": -1380.08984375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 2213.7421875,
|
||||
"y": -1358.82861328125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 2218.5048828125,
|
||||
"y": -1340.68603515625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 2224.982421875,
|
||||
"y": -1325.1953125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "4000"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 2213.7138671875,
|
||||
"y": -1335.1328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 2206.09765625,
|
||||
"y": -1334.076171875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"info": {
|
||||
"name": "兆载永劫龙兽前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753788360458,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2288.99609375,
|
||||
"y": -1197.32275390625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2277.861328125,
|
||||
"y": -1191.23193359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2265.34375,
|
||||
"y": -1172.984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.3)"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2265.6015625,
|
||||
"y": -1171.703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2251.4658203125,
|
||||
"y": -1180.42333984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 2242.3212890625,
|
||||
"y": -1185.3203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 2211.3623046875,
|
||||
"y": -1198.5419921875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 2198.18359375,
|
||||
"y": -1210.74609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 2172.5625,
|
||||
"y": -1215.18310546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 2152.501953125,
|
||||
"y": -1223.626953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 2137.55078125,
|
||||
"y": -1227.3212890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 2119.44140625,
|
||||
"y": -1232.9423828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 2116.576171875,
|
||||
"y": -1249.2392578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 2111.47265625,
|
||||
"y": -1329.67578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2094},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":4125},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4766},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":6063},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":7906},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":11375},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12360},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12547},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12781},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12953},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":23110},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":24235},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":24453},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":24594},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":25860},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":26531}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "千年珍珠骏麟前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "千年珍珠骏麟前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4851.37451171875,
|
||||
"y": 4806.48828125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "千年珍珠骏麟前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753791394637,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4851.81982421875,
|
||||
"y": 4802.15673828125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4837.4677734375,
|
||||
"y": 4798.37158203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4780.36767578125,
|
||||
"y": 4788.42822265625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4766.72998046875,
|
||||
"y": 4786.763671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1860},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3203},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":3703},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5219},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":5250},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8203},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8407},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8750},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8875},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":16391},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":16532},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17235},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17391},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18063},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18235},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19672}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,102 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":5141.61,"y":-2778.84,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "半永恒统辖矩阵前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753788953823,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5150.287109375,
|
||||
"y": -2787.1591796875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5167.76123046875,
|
||||
"y": -2787.11328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5192.0302734375,
|
||||
"y": -2787.052734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5206.9306640625,
|
||||
"y": -2786.9921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5215.41357421875,
|
||||
"y": -2787.46875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 5234.9130859375,
|
||||
"y": -2787.0947265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 5243.3876953125,
|
||||
"y": -2793.0263671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 5254.2939453125,
|
||||
"y": -2788.7001953125,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 5269.052734375,
|
||||
"y": -2787.484375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":656},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":2375},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":9859},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11047},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":11516},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":12016},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":12391},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":13063},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":13281},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":14547},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":14703},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15422},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15609},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":16109},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":16313},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":17219},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":17359},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":17984},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":18125},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":19000},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":19156},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":21688},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":22703},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":23625},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":24047},{"type":3,"mouseX":-45,"mouseY":24,"time":24620},{"type":3,"mouseX":-58,"mouseY":26,"time":24651},{"type":3,"mouseX":-39,"mouseY":6,"time":24683},{"type":3,"mouseX":-9,"mouseY":3,"time":24714},{"type":3,"mouseX":-2,"mouseY":0,"time":24745},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":25531}],"info":{"name":"","description":"","x":0,"y":0,"width":1920,"height":1080,"recordDpi":1.25}}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,84 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":4143.87841796875,"y":4423.5322265625,"type":"teleport","move_mode":"walk"},{"x":4139.38818359375,"y":4395.79150390625,"type":"path","move_mode":"walk"},{"x":4171.7255859375,"y":4351.97998046875,"type":"path","move_mode":"walk"},{"x":4155.06591796875,"y":4346.6455078125,"type":"path","move_mode":"walk"},{"x":4126.453125,"y":4340.89453125,"type":"path","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "实验性场力发生装置前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753791496368,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4144.181640625,
|
||||
"y": 4423.85693359375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4137.7529296875,
|
||||
"y": 4420.017578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4132.763671875,
|
||||
"y": 4396.77880859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4159.6943359375,
|
||||
"y": 4373.40283203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4169.7021484375,
|
||||
"y": 4349.689453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4150.146484375,
|
||||
"y": 4345.55419921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 4131.76904296875,
|
||||
"y": 4342.962890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,57 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "前往急冻树",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "前往急冻树",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1638.951171875,
|
||||
"y": 2154.76025390625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1629.4853515625,
|
||||
"y": 2117.233154296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1644.8564453125,
|
||||
"y": 2104.396240234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1657.8251953125,
|
||||
"y": 2107.20751953125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1672.27734375,
|
||||
"y": 2097.213134765625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "急冻树前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753707716845,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1638.53125,
|
||||
"y": 2153.89794921875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1641.4697265625,
|
||||
"y": 2151.00634765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1649.2578125,
|
||||
"y": 2128.595703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1654.67578125,
|
||||
"y": 2117.858154296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1651.724609375,
|
||||
"y": 2107.5087890625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1665.9697265625,
|
||||
"y": 2100.76171875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,22 +1,75 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "未命名路径",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "传送到BOSS处",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5141.61,
|
||||
"y": -2778.84,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "恒常机关阵列前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787243395,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4481.716796875,
|
||||
"y": -2169.716796875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4484.8984375,
|
||||
"y": -2169.53125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -4489.75,
|
||||
"y": -2166.4501953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -4498.640625,
|
||||
"y": -2160.86328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -4492.728515625,
|
||||
"y": -2144.09765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -4471.73828125,
|
||||
"y": -2128.3017578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1000},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":1344},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":1500},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":2719},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":2875},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4110},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4266},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":5485},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":5641},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6813},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6922},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":7954},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8125},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":9313},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":10594},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":10704},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":11532},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":12782},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":17313},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":18422},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":18579},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":18860},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":19016},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":21891},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":22000},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":22766},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":23157},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":23579},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":23688},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":25125}],"info":{"name":"","description":"","x":0,"y":0,"width":3840,"height":2160,"recordDpi":1.75}}
|
||||
@@ -1 +1,57 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":2067.69140625,"y":108.900390625,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "掣电树前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753788008539,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2080.2138671875,
|
||||
"y": 107.275390625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2086.857421875,
|
||||
"y": 95.4287109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2110.9052734375,
|
||||
"y": 63.419921875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2123.095703125,
|
||||
"y": 49.15185546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":2468},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2828},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":2859},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":7031},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":8750},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":9890},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11765},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":11890},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":12453},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":14156},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":14437},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":22375},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":23343},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":24359},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":24593},{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":25468},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":25500},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":25984}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":-656.78515625,"y":-90.4169921875,"type":"teleport","move_mode":"walk"},{"x":-687.0263671875,"y":-96.19189453125,"type":"path","move_mode":"walk"},{"x":-719.9736328125,"y":-94.6748046875,"type":"path","move_mode":"walk"},{"x":-754.28125,"y":-91.27001953125,"type":"path","move_mode":"walk"},{"x":-781.6640625,"y":-96.474609375,"type":"path","move_mode":"walk"},{"x":-809.107421875,"y":-119.3671875,"type":"path","move_mode":"walk"},{"x":-833.240234375,"y":-132.7734375,"type":"path","move_mode":"walk"},{"x":-857.30859375,"y":-119.65185546875,"type":"path","move_mode":"walk"},{"x":-857.30078125,"y":-119.65380859375,"type":"path","move_mode":"walk"},{"x":-875.322265625,"y":-102.798828125,"type":"path","move_mode":"walk"},{"x":-889.1103515625,"y":-81.04638671875,"type":"path","move_mode":"walk"},{"x":-894.4716796875,"y":-54.01171875,"type":"path","move_mode":"walk"},{"x":-889.3955078125,"y":-26.36376953125,"type":"path","move_mode":"walk"},{"x":-896.947265625,"y":-4.6171875,"type":"path","move_mode":"walk"},{"x":-882.3173828125,"y":6.94140625,"type":"path","move_mode":"walk"},{"x":-864.560546875,"y":20.841796875,"type":"path","move_mode":"walk"},{"x":-855.5419921875,"y":44.05712890625,"type":"path","move_mode":"walk"}]}
|
||||
{"info":{"name":"","type":""},"positions":[{"x":-656.78515625,"y":-90.4169921875,"type":"teleport","move_mode":"walk"},{"x":-687.0263671875,"y":-96.19189453125,"type":"path","move_mode":"walk"},{"x":-719.9736328125,"y":-94.6748046875,"type":"path","move_mode":"walk"},{"x":-754.28125,"y":-91.27001953125,"type":"path","move_mode":"walk"},{"x":-781.6640625,"y":-96.474609375,"type":"path","move_mode":"walk"},{"x":-809.107421875,"y":-119.3671875,"type":"path","move_mode":"walk"},{"x":-833.240234375,"y":-132.7734375,"type":"path","move_mode":"walk"},{"x":-857.30859375,"y":-119.65185546875,"type":"path","move_mode":"walk"},{"x":-857.30078125,"y":-119.65380859375,"type":"path","move_mode":"walk"},{"x":-875.322265625,"y":-102.798828125,"type":"path","move_mode":"walk"},{"x":-889.1103515625,"y":-81.04638671875,"type":"path","move_mode":"walk"},{"x":-894.4716796875,"y":-54.01171875,"type":"path","move_mode":"walk"},{"x":-889.3955078125,"y":-26.36376953125,"type":"path","move_mode":"walk"},{"x":-896.947265625,"y":-4.6171875,"type":"path","move_mode":"walk"},{"x":-882.3173828125,"y":6.94140625,"type":"path","move_mode":"walk"},{"x":-864.560546875,"y":20.841796875,"type":"path","move_mode":"walk"},{"x":-855.5419921875,"y":44.05712890625,"type":"path","move_mode":"walk"}]}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,120 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":-765.90234375,"y":-3557.412109375,"type":"teleport","move_mode":"walk"},{"x":-790.990234375,"y":-3549.166015625,"type":"path","move_mode":"walk"},{"x":-826.115234375,"y":-3552.04296875,"type":"path","move_mode":"walk"},{"x":-854.0869140625,"y":-3562.6025390625,"type":"path","move_mode":"walk"},{"x":-879.5634765625,"y":-3561.162109375,"type":"path","move_mode":"walk"},{"x":-898.95703125,"y":-3558.9677734375,"type":"path","move_mode":"walk"},{"x":-920.3505859375,"y":-3568.9912109375,"type":"path","move_mode":"walk"},{"x":-927.857421875,"y":-3576.30859375,"type":"path","move_mode":"walk"},{"x":-930.1455078125,"y":-3581.4541015625,"type":"path","move_mode":"walk"},{"x":-947.55859375,"y":-3578.083984375,"type":"path","move_mode":"walk"},{"x":-967.3955078125,"y":-3584.1630859375,"type":"path","move_mode":"walk"},{"x":-964.3115234375,"y":-3596.328125,"type":"path","move_mode":"fly","action": "stop_flying"},{"x":-965.771484375,"y":-3553.0556640625,"type":"path","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "无相之水前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787792567,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -765.5771484375,
|
||||
"y": -3557.05078125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -771.0966796875,
|
||||
"y": -3562.517578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -829.66015625,
|
||||
"y": -3615.818359375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -865.271484375,
|
||||
"y": -3620.0400390625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "1500"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -868.1953125,
|
||||
"y": -3604.36328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -872.5732421875,
|
||||
"y": -3582.705078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -880.25390625,
|
||||
"y": -3570.9833984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -892.919921875,
|
||||
"y": -3565.12890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -916.8203125,
|
||||
"y": -3558.5556640625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": -932.3837890625,
|
||||
"y": -3555.0947265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": -960.7353515625,
|
||||
"y": -3551.0908203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,75 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":-3234.1484375,"y":-3155.572265625,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "无相之火前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787370971,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -3233.89453125,
|
||||
"y": -3155.427734375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -3224.46484375,
|
||||
"y": -3113.1689453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -3201.7431640625,
|
||||
"y": -3095.697265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -3183.052734375,
|
||||
"y": -3082.67578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -3180.9990234375,
|
||||
"y": -3064.708984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -3179.1962890625,
|
||||
"y": -3046.359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":844},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":4266},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":4407},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":5985},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":6188},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":6875},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":9625},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":10407},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":10594},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":12157},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":12375},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15735},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":16188},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":17828},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":18344},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":19860},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":19860},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21875},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":22907},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":23266},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":24110},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":25469},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":27391},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":29891}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,93 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":4036.2392578125,"y":-2464.943359375,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "无相之草前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753788793031,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4036.58203125,
|
||||
"y": -2464.6328125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4032.9716796875,
|
||||
"y": -2476.08203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4020.458984375,
|
||||
"y": -2489.951171875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "1000"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4004.5302734375,
|
||||
"y": -2468.169921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4003.3828125,
|
||||
"y": -2441.16796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3986.103515625,
|
||||
"y": -2428.77734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3975.9375,
|
||||
"y": -2412.4384765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "up_down_grab_leaf",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3902.85546875,
|
||||
"y": -2437.8798828125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2218},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":2359},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":2984},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4093},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":4718},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":4843},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5765},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":7734},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":7906},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8265},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":8375},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10875},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":11046},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":11265},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":11953},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":12140},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":14890},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":15625},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":16593},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":16765},{"type":6,"mouseX":0,"mouseY":120,"time":16890},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":18328},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":19343},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":19359},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19921},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":21000},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":21203},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":24453},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":24781},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":25671},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":25890},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":28750},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":29812},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":30328},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":31921},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":32281},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":32578},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":35343},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":35984},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":36031},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":38781},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":39078},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":39406},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":42250},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":42640},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":43875},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Middle","time":44015},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":45250},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":45531},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":45765},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":46031},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":46156},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":46421},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":46562},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":49906},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":55078},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":57859},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":58031},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":59000},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":59781},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":60484}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}}
|
||||
@@ -1,57 +1,84 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "未命名路径",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "前往无相雷",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -1867.2705078125,
|
||||
"y": 1331.20263671875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1891.6884765625,
|
||||
"y": 1332.6962890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1897.3974609375,
|
||||
"y": 1327.93408203125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1901.708984375,
|
||||
"y": 1330.705078125,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1939.1865234375,
|
||||
"y": 1309.36376953125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "无相之雷前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753708525378,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -1867.1708984375,
|
||||
"y": 1331.25390625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -1880.634765625,
|
||||
"y": 1332.6240234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -1886.341796875,
|
||||
"y": 1315.49609375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -1897.9521484375,
|
||||
"y": 1312.71728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -1906.6083984375,
|
||||
"y": 1310.859375,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -1925.8857421875,
|
||||
"y": 1309.81689453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -1939.40234375,
|
||||
"y": 1308.43408203125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +0,0 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":3602.1923828125,"y":3529.43701171875,"type":"teleport","move_mode":"walk"},{"x":3619.8857421875,"y":3512.381103515625,"type":"path","move_mode":"walk"},{"x":3636.697265625,"y":3496.835693359375,"type":"path","move_mode":"walk"},{"x":3660.19140625,"y":3500.75146484375,"type":"path","move_mode":"walk"},{"x":3688.8544921875,"y":3503.58935546875,"type":"path","move_mode":"walk"},{"x":3710.1884765625,"y":3502.442626953125,"type":"path","move_mode":"walk"},{"x":3729.37890625,"y":3515.59326171875,"type":"path","move_mode":"walk"},{"x":3745.1494140625,"y":3530.898193359375,"type":"path","move_mode":"walk"},{"x":3766.2216796875,"y":3551.20361328125,"type":"path","move_mode":"walk"},{"x":3786.3583984375,"y":3570.281005859375,"type":"path","move_mode":"walk"}]}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1782},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1907},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2672},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2813},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":6047},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":6204},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":8563},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":8704},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":16782},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17007}],"info":{"name":"","description":"","x":669,"y":325,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "水形幻人前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "水形幻人前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 5200.884765625,
|
||||
"y": 3365.32568359375,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "水形幻人前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753791583765,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5183.00537109375,
|
||||
"y": 3375.525146484375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5206.87890625,
|
||||
"y": 3383.91845703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5221.623046875,
|
||||
"y": 3389.093017578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5239.80322265625,
|
||||
"y": 3397.223388671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":2094},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":2203},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2547},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4016},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4250},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8078},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":10110},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":10266},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16047}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,147 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":6609.3154296875,"y":342.23876953125,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "深罪浸礼者前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753789336063,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 6817.49609375,
|
||||
"y": 383.68896484375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 6745.57421875,
|
||||
"y": 370.45361328125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "1800"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 6761.9853515625,
|
||||
"y": 375.31298828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 6779.85546875,
|
||||
"y": 380.6865234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 6790.7373046875,
|
||||
"y": 391.13427734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 6798.34228515625,
|
||||
"y": 398.11328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 6816.609375,
|
||||
"y": 405.6845703125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 6827.55029296875,
|
||||
"y": 409.98974609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 6836.47412109375,
|
||||
"y": 424.748046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 6842.34814453125,
|
||||
"y": 446.39990234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 6851.697265625,
|
||||
"y": 462.83251953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 6854.1611328125,
|
||||
"y": 476.1376953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 6858.7880859375,
|
||||
"y": 507.1513671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 6850.39697265625,
|
||||
"y": 542.9169921875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1234},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":3156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":3297},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":4984},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":5156},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":6641},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":6812},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":8156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":8312},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":9391},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":9578},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":10719},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":10906},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":11875},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":12094},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":12906},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":13078},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":13703},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":14625},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":15062},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":15234},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":16281},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":16437},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":17594},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":17766},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":18828},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":19047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":21031},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":21531},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":23094},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":25156},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":26062},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":26203},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":27734},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":27906},{"type":4,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":30156},{"type":5,"mouseX":1984,"mouseY":1095,"mouseButton":"Right","time":30312},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":34953},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":38766},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":41078},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":41781},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":42078},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":42234},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":42453},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":42641},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":53125},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":53812},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":55250},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":58547},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":59562},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":61859},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":66828},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":66859},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":67172}],"info":{"name":"","description":"","x":703,"y":398,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,22 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "深邃摹结株前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "深邃摹结株前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9352.87109375,
|
||||
"y": -1333.6162109375,
|
||||
"action_params": ""
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
{
|
||||
"info": {
|
||||
"name": "深邃摹结株前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792527051,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9345.50390625,
|
||||
"y": -1340.40771484375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9336.6083984375,
|
||||
"y": -1310.02734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9328.75,
|
||||
"y": -1281.68017578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":953},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":1125},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2156},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3640},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":7640},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":8781},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":8890},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":12828},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":12968},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":14875},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":15031},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16359}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,66 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "灵觉隐修的迷者前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "灵觉隐修的迷者前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9604.9140625,
|
||||
"y": -1851.7744140625,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "灵觉隐修的迷者前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792615054,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9595.2724609375,
|
||||
"y": -1857.921875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9590.01171875,
|
||||
"y": -1861.314453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9574.6259765625,
|
||||
"y": -1865.4580078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 9559.29296875,
|
||||
"y": -1883.2001953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 9532.3603515625,
|
||||
"y": -1903.8388671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":1141},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1547},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":2860},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":3203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4438},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":4594},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6016},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":6188},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8032},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8203},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9672},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11282},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11438},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":12500},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":12672},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":14500},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":15438},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15563}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,22 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "未命名路径",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "传送到BOSS处",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9884.0244140625,
|
||||
"y": -2206.3095703125,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "熔岩辉龙像前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792755970,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9884.259765625,
|
||||
"y": -2216.931640625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "force_tp",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 9894.6767578125,
|
||||
"y": -2228.0947265625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 9914.0439453125,
|
||||
"y": -2248.6640625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":1657},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1766},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2860},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4110},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":11891},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12063},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12219},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":12735},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":12875},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":14688},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":14829},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":15532},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":15672},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16469},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16610},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17391},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":17532},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19063}],"info":{"name":"","description":"","x":0,"y":0,"width":3840,"height":2160,"recordDpi":1.75}}
|
||||
@@ -1,75 +1,102 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "前往爆炎树",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "前往爆炎树",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 837.5556640625,
|
||||
"y": 235.142578125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 856.955078125,
|
||||
"y": 230.3837890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 897.263671875,
|
||||
"y": 234.44580078125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 928.572265625,
|
||||
"y": 240.56103515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 954.2783203125,
|
||||
"y": 227.30078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 954.2890625,
|
||||
"y": 175.15966796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 954.2763671875,
|
||||
"y": 152.3193359375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "爆炎树前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753711249019,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 837.4912109375,
|
||||
"y": 235.0888671875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 852.419921875,
|
||||
"y": 228.279296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 900.30859375,
|
||||
"y": 228.51904296875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 914.7392578125,
|
||||
"y": 238.0849609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 933.87890625,
|
||||
"y": 240.2333984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 950.39453125,
|
||||
"y": 228.48388671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 955.4921875,
|
||||
"y": 212.90380859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 955.54296875,
|
||||
"y": 187.16552734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 954.6064453125,
|
||||
"y": 154.91064453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +0,0 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":3602.1923828125,"y":3529.43701171875,"type":"teleport","move_mode":"walk"},{"x":3619.8857421875,"y":3512.381103515625,"type":"path","move_mode":"walk"},{"x":3636.697265625,"y":3496.835693359375,"type":"path","move_mode":"walk"},{"x":3660.19140625,"y":3500.75146484375,"type":"path","move_mode":"walk"},{"x":3688.8544921875,"y":3503.58935546875,"type":"path","move_mode":"walk"},{"x":3710.1884765625,"y":3502.442626953125,"type":"path","move_mode":"walk"},{"x":3729.37890625,"y":3515.59326171875,"type":"path","move_mode":"walk"},{"x":3745.1494140625,"y":3530.898193359375,"type":"path","move_mode":"walk"},{"x":3766.2216796875,"y":3551.20361328125,"type":"path","move_mode":"walk"},{"x":3786.3583984375,"y":3570.281005859375,"type":"path","move_mode":"walk"}]}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1391},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1500},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2625},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2734},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5656},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5797},{"type":6,"mouseX":0,"mouseY":-120,"time":7984},{"type":2,"mouseX":1951,"mouseY":1023,"time":7984},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":8891},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":9050},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":17350},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17700}],"info":{"name":"","description":"","x":669,"y":325,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "秘源机兵·构型械前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "秘源机兵·构型械前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 8348.302734375,
|
||||
"y": -2671.43359375,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "秘源机兵·构型械前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792234740,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8346.9765625,
|
||||
"y": -2673.501953125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8339.2861328125,
|
||||
"y": -2714.384765625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8335.357421875,
|
||||
"y": -2738.8916015625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1359},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":2797},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":3578},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4062},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4953},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5078},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5469},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5656},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":9234},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":9375},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":11547},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":11703},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":13765},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":15172},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":16406}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,49 @@
|
||||
{"info":{"name":"未命名路线","bgi_version":"0.45.1","type":"collect","map_name":"Teyvat"},"positions":[{"x":11005.201171875,"y":-3752.3876953125,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "秘源机兵·统御械前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754186646369,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 11953.5166015625,
|
||||
"y": -3641.2392578125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 11962.9072265625,
|
||||
"y": -3683.81640625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 11967.5966796875,
|
||||
"y": -3718.607421875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,84 +1,120 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "纯水精灵前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "纯水精灵前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 283.859375,
|
||||
"y": 1668.58056640625,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 291.0908203125,
|
||||
"y": 1675.892578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 284.8623046875,
|
||||
"y": 1704.5244140625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 281.953125,
|
||||
"y": 1766.923828125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "钟离 e(hold),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 256.689453125,
|
||||
"y": 1782.7421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "钟离 e(hold),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 271.4609375,
|
||||
"y": 1807.50830078125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "钟离 e(hold),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 296.4892578125,
|
||||
"y": 1793.669921875,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "钟离 e(hold),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 276.9873046875,
|
||||
"y": 1787.93603515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "纯水精灵前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753710072039,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 283.8291015625,
|
||||
"y": 1668.5810546875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 288.32421875,
|
||||
"y": 1672.90087890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 290.20703125,
|
||||
"y": 1678.84716796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 289.1533203125,
|
||||
"y": 1685.48388671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 286.9931640625,
|
||||
"y": 1694.46435546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 283.7001953125,
|
||||
"y": 1710.96728515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 281.958984375,
|
||||
"y": 1727.70361328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 281.6826171875,
|
||||
"y": 1767.6513671875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.5),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 297.2255859375,
|
||||
"y": 1793.3134765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.5),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 270.623046875,
|
||||
"y": 1807.337890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.5),keypress(F)"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 256.720703125,
|
||||
"y": 1783.6162109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.5),keypress(F)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1297},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1422},{"type":0,"keyCode":70,"mouseX":0,"mouseY":0,"time":2282},{"type":1,"keyCode":70,"mouseX":0,"mouseY":0,"time":2407}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}}
|
||||
@@ -1 +0,0 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":3933.6064453125,"y":-164.453125,"type":"teleport","move_mode":"walk"}]}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1657},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":3563},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4016},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4625},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4766},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5000},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5157},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":13500},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":13672},{"type":4,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":14172},{"type":5,"mouseX":1961,"mouseY":1421,"mouseButton":"Right","time":14313},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15594}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
39
repo/js/角色养成一条龙/assets/goToBoss/翠翎恐蕈前往.json
Normal file
39
repo/js/角色养成一条龙/assets/goToBoss/翠翎恐蕈前往.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "翠翎恐蕈前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753788482153,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3926.216796875,
|
||||
"y": -163.984375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3885.845703125,
|
||||
"y": -110.1142578125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,21 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "贪食匿叶龙山王前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "贪食匿叶龙山王前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 8427.697265625,
|
||||
"y": -1814.73193359375,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "贪食匿叶龙山王前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792348393,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 8431.9306640625,
|
||||
"y": -1813.763671875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8495.365234375,
|
||||
"y": -1834.43408203125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8518.2822265625,
|
||||
"y": -1847.02880859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":1329},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":1579},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":1938},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3172},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":3750},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4297},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4454},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4766},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4907},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15672},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15766},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16813},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":16954},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18000},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18172},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":19500},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19579},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":20516}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,57 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":2297.623046875,"y":-824.53515625,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "遗迹巨蛇前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "TheChasm",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753793052904,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 887.7176513671875,
|
||||
"y": 762.7557373046875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 899.0771484375,
|
||||
"y": 760.0130615234375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 965.908935546875,
|
||||
"y": 743.64697265625,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 993.7598876953125,
|
||||
"y": 736.390625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,21 +1,48 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "未命名路径",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "传送到金焰绒翼龙暴君",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 9047.134765625,
|
||||
"y": -1458.2744140625,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "金焰绒翼龙暴君前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792463678,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 9041.6884765625,
|
||||
"y": -1457.52587890625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 8970.724609375,
|
||||
"y": -1441.958984375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 8954.1708984375,
|
||||
"y": -1438.552734375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":687},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":1390},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2109},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":3625},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":4234},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4484},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":4672},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":4937},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5078},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":7812},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":12359},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":17547},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":18281},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18562},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":18734},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":19312},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":19453},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":19953}],"info":{"name":"","description":"","x":958,"y":562,"width":1920,"height":1080,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "铁甲熔火帝皇前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "铁甲熔火帝皇前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4417.22900390625,
|
||||
"y": 2236.826416015625,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "铁甲熔火帝皇前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792049126,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4417.4072265625,
|
||||
"y": 2229.10107421875,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4407.68896484375,
|
||||
"y": 2206.82958984375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4400.6142578125,
|
||||
"y": 2190.57421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4395.05322265625,
|
||||
"y": 2171.19287109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":2250},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":2360},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":2625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":4157},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":4735},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":4969},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":5094},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":5625},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":5813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":7922},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":8110},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9672},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":9813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11594},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":11813},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":13750},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Right","time":13938},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15985}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "隐山猊兽前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "隐山猊兽前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 2207.056640625,
|
||||
"y": 1253.2041015625,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "隐山猊兽前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787074751,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2207.36328125,
|
||||
"y": 1253.46923828125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2214.837890625,
|
||||
"y": 1320.07177734375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2221.3984375,
|
||||
"y": 1384.4091796875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2221.5322265625,
|
||||
"y": 1408.23876953125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":1641},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":1797},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":3578},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":3735},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":5719},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":5875},{"type":0,"keyCode":84,"mouseX":0,"mouseY":0,"time":6250},{"type":1,"keyCode":84,"mouseX":0,"mouseY":0,"time":6391},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":8547},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":9485},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10391},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10531},{"type":4,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":11860},{"type":5,"mouseX":1919,"mouseY":1079,"mouseButton":"Left","time":12016},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":14578},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":16219},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":16406},{"type":0,"keyCode":160,"mouseX":0,"mouseY":0,"time":17860},{"type":1,"keyCode":160,"mouseX":0,"mouseY":0,"time":18047},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":18938},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":20188},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21625}],"info":{"name":"","description":"","x":638,"y":382,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1 +1,39 @@
|
||||
{"info":{"name":"","type":""},"positions":[{"x":-4251.880859375,"y":-4785.4755859375,"type":"teleport","move_mode":"walk"}]}
|
||||
{
|
||||
"info": {
|
||||
"name": "雷音权观前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787915965,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -4251.583984375,
|
||||
"y": -4785.17578125,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -4258.99609375,
|
||||
"y": -4711.1953125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":687},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":1906},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":2640},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":3218},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":3390},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":3687},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":3828},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":11968},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":13859},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":15640},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":15640},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":15812},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":16812},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":17718}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,39 +1,57 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "前往风蚀沙虫",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "前往风蚀沙虫",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4571.9658203125,
|
||||
"y": -1072.18798828125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4566.89697265625,
|
||||
"y": -1045.69482421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4559.556640625,
|
||||
"y": -1016.4638671875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "3000"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "风蚀沙虫前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753789042822,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4572.232421875,
|
||||
"y": -1071.85693359375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4569.2626953125,
|
||||
"y": -1046.1904296875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4567.267578125,
|
||||
"y": -1034.00634765625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4565.1396484375,
|
||||
"y": -1017.8115234375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2500"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1015},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":1156}],"info":{"name":"","description":"","x":680,"y":724,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,21 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "魔偶剑鬼前往",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "魔偶剑鬼前往",
|
||||
"bgi_version": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -2405.7724609375,
|
||||
"y": -3912.9658203125,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "魔偶剑鬼前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753787463391,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -2405.50390625,
|
||||
"y": -3912.66015625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -2347.587890625,
|
||||
"y": -3942.6298828125,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "2000"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":83,"mouseX":0,"mouseY":0,"time":1781},{"type":1,"keyCode":83,"mouseX":0,"mouseY":0,"time":1953},{"type":6,"mouseX":0,"mouseY":-120,"time":3765},{"type":4,"mouseX":1916,"mouseY":1142,"mouseButton":"Middle","time":4062},{"type":5,"mouseX":1916,"mouseY":1142,"mouseButton":"Middle","time":4250},{"type":6,"mouseX":0,"mouseY":120,"time":4375},{"type":0,"keyCode":68,"mouseX":0,"mouseY":0,"time":7062},{"type":1,"keyCode":68,"mouseX":0,"mouseY":0,"time":7171},{"type":0,"keyCode":69,"mouseX":0,"mouseY":0,"time":7625},{"type":1,"keyCode":69,"mouseX":0,"mouseY":0,"time":9093},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":9859},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10406},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10562},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":10828},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":10953},{"type":0,"keyCode":32,"mouseX":0,"mouseY":0,"time":21296},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":21359},{"type":1,"keyCode":32,"mouseX":0,"mouseY":0,"time":21468},{"type":4,"mouseX":1916,"mouseY":1142,"mouseButton":"Left","time":23843},{"type":5,"mouseX":1916,"mouseY":1142,"mouseButton":"Left","time":23984},{"type":0,"keyCode":65,"mouseX":0,"mouseY":0,"time":25859},{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":26609},{"type":1,"keyCode":65,"mouseX":0,"mouseY":0,"time":26734},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":27375}],"info":{"name":"","description":"","x":635,"y":445,"width":2560,"height":1440,"recordDpi":1.75}}
|
||||
@@ -1,22 +1,39 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "未命名路径",
|
||||
"type": "collect",
|
||||
"author": "柒叶子",
|
||||
"version": "1.0",
|
||||
"description": "传送到BOSS处",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "force_tp",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3858.45,
|
||||
"y": 1133.72,
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"info": {
|
||||
"name": "魔像督军前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753792140100,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3848.580078125,
|
||||
"y": 1136.95166015625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3788.3203125,
|
||||
"y": 1137.62060546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"macroEvents":[{"type":0,"keyCode":87,"mouseX":0,"mouseY":0,"time":1657},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":2172},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":2329},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":3454},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":3641},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":4610},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":4719},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":5625},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":5782},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":6719},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":6844},{"type":4,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":7422},{"type":5,"mouseX":1418,"mouseY":982,"mouseButton":"Right","time":7563},{"type":1,"keyCode":87,"mouseX":0,"mouseY":0,"time":9094}],"info":{"name":"","description":"","x":457,"y":465,"width":1920,"height":1080,"recordDpi":1.75}}
|
||||
@@ -844,7 +844,6 @@ let afterStamina = await queryStaminaValue();
|
||||
else await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
log.info(`前往讨伐${bossName}`);
|
||||
await pathingScript.runFile(`assets/goToBoss/${bossName}前往.json`);
|
||||
await keyMouseScript.runFile(`assets/goToBoss/${bossName}前往键鼠.json`);
|
||||
await sleep(1000);
|
||||
log.info(`开始战斗`);
|
||||
try {
|
||||
@@ -854,7 +853,6 @@ let afterStamina = await queryStaminaValue();
|
||||
log.info(`挑战失败,再来一次`);
|
||||
await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
await pathingScript.runFile(`assets/goToBoss/${bossName}前往.json`);
|
||||
await keyMouseScript.runFile(`assets/goToBoss/${bossName}前往键鼠.json`);
|
||||
await dispatcher.runTask(new SoloTask("AutoFight"));
|
||||
}
|
||||
await sleep(1000);
|
||||
|
||||
@@ -73,16 +73,16 @@
|
||||
"半永恒统辖矩阵",
|
||||
"掣电树",
|
||||
"纯水精灵",
|
||||
"翠翎恐簟",
|
||||
"翠翎恐蕈",
|
||||
"深罪浸礼者",
|
||||
"深邃摹结株",
|
||||
"风蚀沙虫",
|
||||
"歌裴莉娅的葬送",
|
||||
"冰风组曲-歌裴莉娅的葬送",
|
||||
"冰风组曲-科培琉司的劫罚",
|
||||
"古岩龙蜥",
|
||||
"恒常机关阵列",
|
||||
"急冻树",
|
||||
"金焰绒翼龙暴君",
|
||||
"科培琉司的劫罚",
|
||||
"雷音权现",
|
||||
"灵觉隐修的迷者",
|
||||
"魔像督军",
|
||||
|
||||
41
repo/js/首领讨伐一条龙/assets/recover.json
Normal file
41
repo/js/首领讨伐一条龙/assets/recover.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "recover",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754718501589,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2297.884765625,
|
||||
"y": -824.24072265625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2297.884765625,
|
||||
"y": -824.24072265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(5)"
|
||||
}
|
||||
]
|
||||
}
|
||||
138
repo/js/首领讨伐一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json
Normal file
138
repo/js/首领讨伐一条龙/assets/冰风组曲-歌裴莉娅的葬送前往.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "歌裴莉娅的葬送前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753791762596,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3602.185546875,
|
||||
"y": 3529.386474609375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3617.0234375,
|
||||
"y": 3515.871337890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3633.8837890625,
|
||||
"y": 3500.517578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3646.794921875,
|
||||
"y": 3487.844482421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3661.6240234375,
|
||||
"y": 3472.979248046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3685.3115234375,
|
||||
"y": 3472.762939453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3699.0478515625,
|
||||
"y": 3486.41015625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3712.1982421875,
|
||||
"y": 3499.31689453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3726.9365234375,
|
||||
"y": 3513.27685546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3742.3486328125,
|
||||
"y": 3528.9443359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3758.2509765625,
|
||||
"y": 3545.006103515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3773.4033203125,
|
||||
"y": 3560.517822265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3787.8408203125,
|
||||
"y": 3571.67578125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F),wait(3),click,wait(2),keypress(F),wait(6)"
|
||||
}
|
||||
]
|
||||
}
|
||||
138
repo/js/首领讨伐一条龙/assets/冰风组曲-科培琉司的劫罚前往.json
Normal file
138
repo/js/首领讨伐一条龙/assets/冰风组曲-科培琉司的劫罚前往.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "科培琉司的劫罚前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tool_tingsu",
|
||||
"links": ""
|
||||
}
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1753791900320,
|
||||
"enable_monster_loot_split": false
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3602.185546875,
|
||||
"y": 3529.386474609375,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3617.0234375,
|
||||
"y": 3515.871337890625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3633.8837890625,
|
||||
"y": 3500.517578125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3646.794921875,
|
||||
"y": 3487.844482421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3661.6240234375,
|
||||
"y": 3472.979248046875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 3685.3115234375,
|
||||
"y": 3472.762939453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 3699.0478515625,
|
||||
"y": 3486.41015625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 3712.1982421875,
|
||||
"y": 3499.31689453125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 3726.9365234375,
|
||||
"y": 3513.27685546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 3742.3486328125,
|
||||
"y": 3528.9443359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 3758.2509765625,
|
||||
"y": 3545.006103515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 3773.4033203125,
|
||||
"y": 3560.517822265625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 3787.8408203125,
|
||||
"y": 3571.67578125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(F),wait(3),click,wait(2),keypress(S),wait(1),keypress(F),wait(6)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "干年珍珠骏麟前往",
|
||||
"name": "千年珍珠骏麟前往",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
@@ -17,12 +17,11 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
|
||||
const rewardTextRo = RecognitionObject.Ocr(1210, 515, 200, 50);//领奖区域检测
|
||||
let advanceNum = 0;//前进次数
|
||||
|
||||
//征讨之花领奖
|
||||
const autoNavigateToReward = async () => {
|
||||
//征讨之花领奖(图标识别)
|
||||
const autoNavigateToReward = async () => {
|
||||
// 定义识别对象
|
||||
const boxIconRo = RecognitionObject.TemplateMatch(file.ReadImageMatSync("assets/box.png"));
|
||||
const rewardTextRo = RecognitionObject.Ocr(1210, 515, 200, 50);//领奖区域检测
|
||||
|
||||
let advanceNum = 0;//前进次数
|
||||
//调整为俯视视野
|
||||
middleButtonClick();
|
||||
@@ -33,60 +32,61 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
|
||||
await sleep(400);
|
||||
moveMouseBy(0, 710);
|
||||
log.info("开始领奖");
|
||||
while (true) {
|
||||
// 1. 优先检查是否已到达领奖点
|
||||
let captureRegion = captureGameRegion();
|
||||
let rewardTextArea = captureRegion.DeriveCrop(1210, 515, 200, 50);
|
||||
let rewardResult = rewardTextArea.find(RecognitionObject.ocrThis);
|
||||
// 检测到特点文字则结束!!!
|
||||
if (rewardResult.text == "接触征讨之花") {
|
||||
log.info("已到达领奖点,检测到文字: " + rewardResult.text);
|
||||
return;
|
||||
}
|
||||
else if (advanceNum > 40) {
|
||||
throw new Error('前进时间超时');
|
||||
}
|
||||
// 2. 未到达领奖点,则调整视野
|
||||
for (let i = 0; i < 100; i++) {
|
||||
captureRegion = captureGameRegion();
|
||||
let iconRes = captureRegion.Find(boxIconRo);
|
||||
let climbTextArea = captureRegion.DeriveCrop(1808, 1030, 25, 25);
|
||||
let climbResult = climbTextArea.find(RecognitionObject.ocrThis);
|
||||
// 检查是否处于攀爬状态
|
||||
if (climbResult.isEmpty()) {
|
||||
log.info("检侧进入攀爬状态,尝试脱离");
|
||||
keyPress("x");
|
||||
await sleep(1000);
|
||||
keyDown("a");
|
||||
await sleep(800);
|
||||
keyUp("a");
|
||||
keyDown("w");
|
||||
await sleep(800);
|
||||
keyUp("w");
|
||||
}
|
||||
if (iconRes.x >= 920 && iconRes.x <= 980 && iconRes.y <= 540) {
|
||||
advanceNum++;
|
||||
log.info(`视野已调正,前进第${advanceNum}次`);
|
||||
break;
|
||||
} else {
|
||||
// 小幅度调整
|
||||
if (iconRes.y >= 520) moveMouseBy(0, 920);
|
||||
let adjustAmount = iconRes.x < 920 ? -20 : 20;
|
||||
let distanceToCenter = Math.abs(iconRes.x - 920); // 计算与920的距离
|
||||
let scaleFactor = Math.max(1, Math.floor(distanceToCenter / 50)); // 根据距离缩放,最小为1
|
||||
let adjustAmount2 = iconRes.y < 540 ? scaleFactor : 10;
|
||||
moveMouseBy(adjustAmount * adjustAmount2, 0);
|
||||
await sleep(100);
|
||||
}
|
||||
if (i > 50) throw new Error('视野调整超时');
|
||||
}
|
||||
// 3. 前进一小步
|
||||
keyDown("w");
|
||||
await sleep(500);
|
||||
keyUp("w");
|
||||
await sleep(200); // 等待角色移动稳定
|
||||
while (true) {
|
||||
// 1. 优先检查是否已到达领奖点
|
||||
let captureRegion = captureGameRegion();
|
||||
let rewardTextArea = captureRegion.DeriveCrop(1210, 515, 200, 50);
|
||||
let rewardResult = rewardTextArea.find(RecognitionObject.ocrThis);
|
||||
// 检测到特点文字则结束!!!
|
||||
if (rewardResult.text == "接触征讨之花") {
|
||||
log.info(`总计前进第${advanceNum}次`);
|
||||
log.info("已到达领奖点,检测到文字: " + rewardResult.text);
|
||||
return;
|
||||
}
|
||||
else if(advanceNum > 150){
|
||||
log.info(`总计前进第${advanceNum}次`);
|
||||
throw new Error('前进时间超时');
|
||||
}
|
||||
// 2. 未到达领奖点,则调整视野
|
||||
for(let i = 0; i < 100; i++){
|
||||
captureRegion = captureGameRegion();
|
||||
let iconRes = captureRegion.Find(boxIconRo);
|
||||
let climbTextArea = captureRegion.DeriveCrop(1685, 1030, 65, 25);
|
||||
let climbResult = climbTextArea.find(RecognitionObject.ocrThis);
|
||||
// 检查是否处于攀爬状态
|
||||
if (climbResult.text == "Space"){
|
||||
log.info("检侧进入攀爬状态,尝试脱离");
|
||||
keyPress("x");
|
||||
await sleep(1000);
|
||||
keyDown("a");
|
||||
await sleep(800);
|
||||
keyUp("a");
|
||||
keyDown("w");
|
||||
await sleep(800);
|
||||
keyUp("w");
|
||||
}
|
||||
if (iconRes.x >= 920 && iconRes.x <= 980 && iconRes.y <= 540) {
|
||||
advanceNum++;
|
||||
break;
|
||||
} else {
|
||||
// 小幅度调整
|
||||
if(iconRes.y >= 520) moveMouseBy(0, 920);
|
||||
let adjustAmount = iconRes.x < 920 ? -20 : 20;
|
||||
let distanceToCenter = Math.abs(iconRes.x - 920); // 计算与920的距离
|
||||
let scaleFactor = Math.max(1, Math.floor(distanceToCenter / 50)); // 根据距离缩放,最小为1
|
||||
let adjustAmount2 = iconRes.y < 540 ? scaleFactor : 10;
|
||||
moveMouseBy(adjustAmount * adjustAmount2, 0);
|
||||
await sleep(100);
|
||||
}
|
||||
if(i > 20) throw new Error('视野调整超时');
|
||||
}
|
||||
// 3. 前进一小步
|
||||
keyDown("w");
|
||||
await sleep(200);
|
||||
keyUp("w");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//主流程
|
||||
@@ -124,14 +124,14 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
|
||||
}
|
||||
if (samePlace == "YES") log.info(`已启用原地连续挑战模式`);
|
||||
log.info(`前往第1次恢复状态`);
|
||||
await pathingScript.runFile("assets/recover.json");//回复状态
|
||||
await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
log.info(`前往第1次讨伐${challengeName}`);
|
||||
await pathingScript.runFile(`assets/${challengeName}前往.json`);
|
||||
for (let i = 0; i < challengeNum; i++) {
|
||||
await sleep(1000);
|
||||
if (samePlace != "YES" && i > 0) {
|
||||
log.info(`前往第${i + 1}次恢复状态`);
|
||||
await pathingScript.runFile("assets/recover.json");//回复状态
|
||||
await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
log.info(`前往第${i + 1}次讨伐${challengeName}`);
|
||||
await pathingScript.runFile(`assets/${challengeName}前往.json`);
|
||||
}
|
||||
@@ -141,7 +141,7 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
|
||||
} catch (error) {
|
||||
//失败后最多只挑战一次,因为两次都打不过,基本上没戏,干脆直接报错结束
|
||||
log.info(`挑战失败,再来一次`);
|
||||
await pathingScript.runFile("assets/recover.json");//回复状态
|
||||
await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
await pathingScript.runFile(`assets/${challengeName}前往.json`);
|
||||
await dispatcher.runTask(new SoloTask("AutoFight"));
|
||||
}
|
||||
@@ -160,6 +160,7 @@ const QuickUsePlusButtonRo = RecognitionObject.TemplateMatch(file.ReadImageMatSy
|
||||
|
||||
|
||||
}
|
||||
await pathingScript.runFile("assets/recover.json");//回复状态
|
||||
await genshin.tp(2297.6201171875,-824.5869140625);//传送到神像回血
|
||||
log.info(`首领讨伐结束`);
|
||||
})();
|
||||
|
||||
|
||||
@@ -27,16 +27,16 @@
|
||||
"半永恒统辖矩阵",
|
||||
"掣电树",
|
||||
"纯水精灵",
|
||||
"翠翎恐簟",
|
||||
"翠翎恐蕈",
|
||||
"深罪浸礼者",
|
||||
"深邃摹结株",
|
||||
"风蚀沙虫",
|
||||
"歌裴莉娅的葬送",
|
||||
"冰风组曲-歌裴莉娅的葬送",
|
||||
"冰风组曲-科培琉司的劫罚",
|
||||
"古岩龙蜥",
|
||||
"恒常机关阵列",
|
||||
"急冻树",
|
||||
"金焰绒翼龙暴君",
|
||||
"科培琉司的劫罚",
|
||||
"雷音权现",
|
||||
"灵觉隐修的迷者",
|
||||
"魔像督军",
|
||||
|
||||
21
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/00使用前请开启5.8全部锚点.json
Normal file
21
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/00使用前请开启5.8全部锚点.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "00使用前请开启5.8全部锚点",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "小大",
|
||||
"links": "https://github.com/xd1145"
|
||||
}
|
||||
],
|
||||
"version": "2.0",
|
||||
"description": "",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.45.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754718463375,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": []
|
||||
}
|
||||
103
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/01-火神瞳-悠悠度假村-七天神像西侧-1个.json
Normal file
103
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/01-火神瞳-悠悠度假村-七天神像西侧-1个.json
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "01-火神瞳-悠悠度假村-七天神像西侧-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "小大",
|
||||
"links": "https://github.com/xd1145"
|
||||
}
|
||||
],
|
||||
"version": "2.0",
|
||||
"description": "神瞳",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754716143164,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 13613.709,
|
||||
"y": -157.2041,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 13628.5938,
|
||||
"y": -140.3452,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 13633.875,
|
||||
"y": -145.4482,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 13664.6201,
|
||||
"y": -184.4531,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 13702.3535,
|
||||
"y": -218.9971,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 13706.1328,
|
||||
"y": -219.1016,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 13707.5605,
|
||||
"y": -220.6172,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 13709.7139,
|
||||
"y": -222.6289,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 13710.8359,
|
||||
"y": -223.6074,
|
||||
"type": "path",
|
||||
"move_mode": "jump",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
175
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/02-火神瞳-悠悠度假村-七天神像东北侧-1个.json
Normal file
175
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/02-火神瞳-悠悠度假村-七天神像东北侧-1个.json
Normal file
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "02-火神瞳-悠悠度假村-七天神像东北侧-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "小大",
|
||||
"links": "https://github.com/xd1145"
|
||||
}
|
||||
],
|
||||
"version": "2.0",
|
||||
"description": "神瞳",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754716447555,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 13613.709,
|
||||
"y": -157.2041,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 13610.1221,
|
||||
"y": -149.7324,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 13600.7666,
|
||||
"y": -141.1353,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 13591.4902,
|
||||
"y": -136.7666,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 13591.1953,
|
||||
"y": -136.6973,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 13586.3379,
|
||||
"y": -135.3418,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 13582.9883,
|
||||
"y": -128.8394,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 13588.2637,
|
||||
"y": -118.0762,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 13590.8906,
|
||||
"y": -108.6089,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 13591.3438,
|
||||
"y": -86.9316,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 13591.7783,
|
||||
"y": -85.4229,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 13593.9141,
|
||||
"y": -81.814,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 13601.1953,
|
||||
"y": -71.7104,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 13608.1611,
|
||||
"y": -71.2847,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 13610.5156,
|
||||
"y": -73.7979,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 13617.8477,
|
||||
"y": -86.2515,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 13617.8555,
|
||||
"y": -86.2412,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
184
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/03-火神瞳-悠悠度假村-悠悠集市-1个.json
Normal file
184
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/03-火神瞳-悠悠度假村-悠悠集市-1个.json
Normal file
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "03-火神瞳-悠悠度假村-悠悠集市-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "小大",
|
||||
"links": "https://github.com/xd1145"
|
||||
}
|
||||
],
|
||||
"version": "2.0",
|
||||
"description": "神瞳",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754716890030,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 13897.7119,
|
||||
"y": 321.3726,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 13904.5977,
|
||||
"y": 329.9468,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 13897.0137,
|
||||
"y": 332.9438,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 13886.3926,
|
||||
"y": 337.1289,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 13850.2656,
|
||||
"y": 354.1611,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 13804.7861,
|
||||
"y": 338.1704,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 13787.4297,
|
||||
"y": 333.2852,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 13762.9209,
|
||||
"y": 331.4409,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 13761.5957,
|
||||
"y": 318.5112,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 13761.8164,
|
||||
"y": 284.2236,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 13767.0762,
|
||||
"y": 272.8135,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 13772.1377,
|
||||
"y": 262.6968,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 13770.376,
|
||||
"y": 252.1025,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 13767.9209,
|
||||
"y": 232.3774,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 13765.7646,
|
||||
"y": 215.6675,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 13764.873,
|
||||
"y": 210.0688,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 13763.2275,
|
||||
"y": 197.8311,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"x": 13761.2979,
|
||||
"y": 198.0391,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
175
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/04-火神瞳-悠悠度假村-呼呼丘01-1个.json
Normal file
175
repo/pathing/宝箱与见闻/神瞳/火神瞳/悠悠度假村/04-火神瞳-悠悠度假村-呼呼丘01-1个.json
Normal file
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "04-火神瞳-悠悠度假村-呼呼丘01-1个",
|
||||
"type": "collect",
|
||||
"authors": [
|
||||
{
|
||||
"name": "小大",
|
||||
"links": "https://github.com/xd1145"
|
||||
}
|
||||
],
|
||||
"version": "2.0",
|
||||
"description": "神瞳",
|
||||
"map_name": "Teyvat",
|
||||
"bgi_version": "0.48.0",
|
||||
"tags": [],
|
||||
"last_modified_time": 1754717528920,
|
||||
"enable_monster_loot_split": false,
|
||||
"map_match_method": ""
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 14113.7246,
|
||||
"y": 766.7212,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 14111.5947,
|
||||
"y": 774.6353,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 14105.666,
|
||||
"y": 773.7373,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 14102.8535,
|
||||
"y": 778.0938,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 14098.9453,
|
||||
"y": 777.6304,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 14090.6182,
|
||||
"y": 776.3384,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": 14081.8867,
|
||||
"y": 777.9438,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": 14077.5811,
|
||||
"y": 785.543,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": 14080.5615,
|
||||
"y": 791.7124,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"x": 14088.5684,
|
||||
"y": 799.1621,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"x": 14085.71,
|
||||
"y": 800.6519,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"x": 14080.7002,
|
||||
"y": 803.7432,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"x": 14084.0049,
|
||||
"y": 810.2759,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"x": 14092.5049,
|
||||
"y": 812.9131,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"x": 14094.3994,
|
||||
"y": 807.2959,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"x": 14094.3584,
|
||||
"y": 804.9521,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": "1"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"x": 14097.292,
|
||||
"y": 796.1748,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user