diff --git a/repo/js/AutoArtifactsPro/README.md b/repo/js/AutoArtifactsPro/README.md index 1ec0a1dc..6f6175fb 100644 --- a/repo/js/AutoArtifactsPro/README.md +++ b/repo/js/AutoArtifactsPro/README.md @@ -79,8 +79,8 @@ | 路线名称 | 调查点 | 富点数量 | 穷点数量 | 总经验值 | 总摩拉 | 运行时间 | 98上限点 富% | | -------- | ------ | -------- | -------- | -------- | ------ | -------- | ------------- | -| 富A路线 | 162 | 104 | 58 | 98,406 | 20,800 | 68分钟 | 98/98 (100%) | -| 富B路线 | 127 | 81 | 46 | 77,112 | 16,200 | 50分钟 | 81/98 (82.6%) | +| 富A路线 | 162 | 105 | 57 | 98,469 | 22,600 | 68分钟 | 98/98 (100%) | +| 富B路线 | 135 | 105 | 30 | 83,160 | 21,000 | 50分钟 | 98/98 (100%) | | ABE A线 | 137 | 33 | 104 | 77,742 | 6,600 | 41分钟 | 27/98 (27.5%) | | ABE B线 | 138 | 34 | 104 | 77,868 | 6,800 | 43分钟 | 33/98 (33.6%) | @@ -109,8 +109,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL - 连续6天跑富A路线(富A与富A间隔≥24H+5min) - 第7天跑富B路线(与富A间隔≥12H+5min) - **周总收益**: - - 经验:6×98,406 + 77,112 = 667,548 EXP - - 摩拉:6×20,800 + 16,200 = 141,000 + - 经验:6×98,469 + 83,160 = 673,974 EXP + - 摩拉:6×22,600 + 21,000 = 156,600 - **周总耗时**:6×68 + 50 = 458分钟(约7.63小时) ### 2. 富1A1B方案 @@ -118,8 +118,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL - **执行方式**: - 每天交替跑富A和富B路线(间隔≥12H+5min) - **周总收益**: - - 经验:3.5×(98,406+77,112) = 614,313 EXP - - 摩拉:3.5×(20,800+16,200) = 129,500 + - 经验:3.5×(98,469+83,160) = 635,701 EXP + - 摩拉:3.5×(22,600+21,000) = 152,600 - **周总耗时**:3.5×(68+50) = 413分钟(约6.88小时) ### 3. ABE 1A1B方案(基准) @@ -135,8 +135,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL | 指标 | 富6A1B | 富1A1B | ABE1A1B | 富6A1B增长 | 富1A1B增长 | | ------ | ------- | ------- | ------- | ---------------- | --------------- | -| 周经验 | 667,548 | 614,313 | 544,677 | +122,871 (22.6%) | +69,636 (12.8%) | -| 周摩拉 | 141,000 | 129,500 | 46,900 | +94,100(200.6%) | +82,600(176.1%) | +| 周经验 | 673,974 | 635,701 | 544,677 | +129,297 (23.7%) | +91,024 (16.7%) | +| 周摩拉 | 156,600 | 152,600 | 46,900 | +109,700 (233.9%)| +105,700 (225.4%)| | 周耗时 | 7.63h | 6.88h | 4.9h | +2.73h | +1.98h | @@ -172,6 +172,9 @@ https://www.kdocs.cn/wo/sl/v13uXscL ## 更新日志 +### 1.5.3(2025.07.7) +1.上传了新富B路线实现上限点全富(98/98),要求bgi版本47.1 alpha4 使用方式:删除旧B路线内4个文件夹,放入新的4个文件夹(00准备/01普通/02收尾/03额外) +1.优化一些点位角度 ### 1.5.2(2025.07.4) 1.优化一些点位角度 ### 1.5.1(2025.07.3) diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/-1激活/6纳塔富A路TP刷CD.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/-1激活/6纳塔富A路TP刷CD.json index c277b983..aa4fd135 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/-1激活/6纳塔富A路TP刷CD.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/-1激活/6纳塔富A路TP刷CD.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "6纳塔富A路TP刷CD", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751283493372 + "last_modified_time": 1751891908569, + "enable_monster_loot_split": false }, "positions": [ { @@ -62,7 +63,7 @@ "y": -1663.1880760026115, "action": "stop_flying", "move_mode": "fly", - "action_params": "5500", + "action_params": "4500", "type": "path" }, { @@ -100,6 +101,15 @@ "move_mode": "walk", "action_params": "", "type": "teleport" + }, + { + "id": 11, + "x": 9755.689453125, + "y": -614.931640625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" } ] } \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/003【激活程序】纳塔-鸡鸡.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/003【激活程序】纳塔-鸡鸡.json index 53ae288d..ad2c4621 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/003【激活程序】纳塔-鸡鸡.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/003【激活程序】纳塔-鸡鸡.json @@ -98,7 +98,7 @@ "y": -1714.8203125, "action": "combat_script", "move_mode": "walk", - "action_params": "keypress(f),wait(0.5),attack(0.25),j,wait(0.8),keypress(f),attack(0.25),j,wait(0.5),attack(0.25),j,wait(1),s(0.1),wait(0.2),keypress(f),s(0.1),dash,s(0.3)", + "action_params": "keypress(f),wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.6),attack(0.22),j,wait(0.6),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/305【激活程序】稻妻-踏鞴砂狸猫炸药桶.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/305【激活程序】稻妻-踏鞴砂狸猫炸药桶.json new file mode 100644 index 00000000..4cedb10f --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/305【激活程序】稻妻-踏鞴砂狸猫炸药桶.json @@ -0,0 +1,69 @@ +{ + "info": { + "name": "305【激活】稻妻-踏鞴砂狸猫炸药桶", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751885842567, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": -3288.212890625, + "y": -3652.501953125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": -3275.2626953125, + "y": -3611.5703125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(2.5)", + "type": "path" + }, + { + "id": 3, + "x": -3278.2813092512442, + "y": -3624.4377576853785, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(0.5);芙宁娜 e;", + "type": "path" + }, + { + "id": 4, + "x": -3282.0314218286076, + "y": -3649.969386634466, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -3269.974609375, + "y": -3647.1337890625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -3275.4687756755393, + "y": -3643.0312272630545, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(q),wait(0.3),keypress(q);迪希雅 e;万叶 a(0.2),attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);attack(0.3),s(1.3)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】须弥-天臂池西北4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/405【清怪】须弥-天臂池西北4.json similarity index 100% rename from repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】须弥-天臂池西北4.json rename to repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/405【清怪】须弥-天臂池西北4.json diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】须弥-无郁稠林3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/407【清怪】须弥-无郁稠林3.json similarity index 100% rename from repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】须弥-无郁稠林3.json rename to repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/407【清怪】须弥-无郁稠林3.json diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】枫丹-秋分山西侧2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/518【清怪】枫丹-秋分山西侧2.json similarity index 100% rename from repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/【清怪】枫丹-秋分山西侧2.json rename to repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/00准备/518【清怪】枫丹-秋分山西侧2.json diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/001【激活程序】稻妻大炮.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/001【激活程序】稻妻大炮.json index a5bf4aef..b1de8859 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/001【激活程序】稻妻大炮.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/001【激活程序】稻妻大炮.json @@ -125,7 +125,7 @@ "y": -3732.4169921875, "action": "combat_script", "move_mode": "walk", - "action_params": "w(0.5),dash,w(0.5),dash,w(0.5),dash,", + "action_params": "w(0.5),dash,w(0.5),w(0.5)", "type": "orientation" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/204璃月-天遒谷3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/204璃月-天遒谷3.json index f62bbf2a..ed840e7d 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/204璃月-天遒谷3.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/204璃月-天遒谷3.json @@ -6,7 +6,9 @@ "version": "1.0", "description": "", "map_name": "Teyvat", - "bgi_version": "0.45.0" + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751738992270 }, "positions": [ { @@ -38,12 +40,12 @@ }, { "id": 4, - "x": 1087.4375158003313, - "y": 303.6876818955616, + "x": 1088.154296875, + "y": 304.13623046875, + "type": "path", + "move_mode": "climb", "action": "", - "move_mode": "walk", - "action_params": "", - "type": "path" + "action_params": "" }, { "id": 5, diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/401须弥-须弥城5.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/401须弥-须弥城5.json index 1a07b06e..4afb44c0 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/401须弥-须弥城5.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/401须弥-须弥城5.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "401须弥-须弥城5", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1750878593879 + "last_modified_time": 1751853907938, + "enable_monster_loot_split": false }, "positions": [ { @@ -33,8 +34,8 @@ "x": 2751.71484375, "y": -497.24267578125, "action": "combat_script", - "move_mode": "dash", - "action_params": "keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { @@ -70,7 +71,7 @@ "y": -415.8438636847259, "action": "combat_script", "move_mode": "dash", - "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { @@ -130,7 +131,7 @@ "y": -285.84360599934735, "action": "combat_script", "move_mode": "climb", - "action_params": "keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { @@ -183,7 +184,7 @@ "y": -245.77734375, "action": "combat_script", "move_mode": "climb", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" } ] diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/405须弥-天臂池西北4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/405须弥-天臂池西北4.json index bd1a6894..7b2937b5 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/405须弥-天臂池西北4.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/405须弥-天臂池西北4.json @@ -78,7 +78,7 @@ "y": -480.7646484375, "action": "combat_script", "move_mode": "fly", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/412须弥-阿如村3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/412须弥-阿如村3.json index 1d8aa314..b2372a8f 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/412须弥-阿如村3.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/412须弥-阿如村3.json @@ -42,7 +42,7 @@ "y": -1983.70556640625, "action": "combat_script", "move_mode": "climb", - "action_params": "keypress(f),w(0.4);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.4);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/413须弥-阿如村西2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/413须弥-阿如村西2.json index cac3eee4..45e83961 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/413须弥-阿如村西2.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/413须弥-阿如村西2.json @@ -51,7 +51,7 @@ "y": -1909.84619140625, "action": "combat_script", "move_mode": "climb", - "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),keydown(a);万叶 attack(0.08),keydown(e),wait(0.51),keyup(E),attack(0.2);wait(0.3),dash,keyup(a)", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),keydown(a),wait(0.3);万叶 attack(0.08),keydown(e),wait(0.51),keyup(E),attack(0.2);wait(0.3),dash,keyup(a)", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/417须弥-千壑沙地露营地2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/417须弥-千壑沙地露营地2.json new file mode 100644 index 00000000..5a726fc1 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/417须弥-千壑沙地露营地2.json @@ -0,0 +1,91 @@ +{ + "info": { + "name": "417须弥-千壑沙地露营地2", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 5063.70263671875, + "y": -1587.78515625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 5061.875280455889, + "y": -1570.1250303159268, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5060.94921875, + "y": -1562.26318359375, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "2000", + "type": "path" + }, + { + "id": 4, + "x": 5062.658203125, + "y": -1577.85498046875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5063.9814453125, + "y": -1580.47705078125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),d(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 6, + "x": 5065.32080078125, + "y": -1579.23681640625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5119.218759875207, + "y": -1572.7506138975205, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 8, + "x": 5119.65625, + "y": -1569.8749004011433, + "action": "", + "move_mode": "climb", + "type": "target" + }, + { + "id": 9, + "x": 5122.73681640625, + "y": -1568.61767578125, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/428须弥-甘露花海4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/428须弥-甘露花海4.json new file mode 100644 index 00000000..18ecbba2 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/428须弥-甘露花海4.json @@ -0,0 +1,184 @@ +{ + "info": { + "name": "428须弥-甘露花海4", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 5794.77587890625, + "y": 797.63720703125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5786.044921875, + "y": 796.30419921875, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(t)", + "type": "path" + }, + { + "id": 3, + "x": 5693.17431640625, + "y": 791.44384765625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5627.124533890214, + "y": 820.3757275822463, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5604.68736569718, + "y": 824.9684923146215, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1500", + "type": "path" + }, + { + "id": 6, + "x": 5608.437537525788, + "y": 822.2188106318536, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.1),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 7, + "x": 5592.51416015625, + "y": 827.1005859375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5590.33056640625, + "y": 825.6435546875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),s(0.3),keypress(f),attack(0.08),wait(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 9, + "x": 5602.52587890625, + "y": 840.3037109375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "click(middle),wait(0.2),keypress(t),w(0.3),keypress(t)", + "type": "path" + }, + { + "id": 10, + "x": 5628.9794921875, + "y": 899.390625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 5635.624998024959, + "y": 895.8124090522197, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5639.937541475871, + "y": 893.5311514732375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 13, + "x": 5615.62548828125, + "y": 887.3603515625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5590.466796875, + "y": 878.974609375, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5567.23779296875, + "y": 875.01708984375, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5564.4033203125, + "y": 881.07861328125, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 5537.71044921875, + "y": 891.85693359375, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 5529.45068359375, + "y": 912.67529296875, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5529.45068359375, + "y": 912.67529296875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.3),keypress(f),w(0.3),keypress(f),s(0.6);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/518枫丹-秋分山西侧2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/518枫丹-秋分山西侧2.json index d7252ae5..f7365712 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/518枫丹-秋分山西侧2.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/518枫丹-秋分山西侧2.json @@ -53,7 +53,7 @@ "y": 2460.030029296875, "action": "combat_script", "move_mode": "walk", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.8);", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/605纳塔-流泉之众4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/605纳塔-流泉之众4.json index c01014b2..bef7e6f3 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/605纳塔-流泉之众4.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/605纳塔-流泉之众4.json @@ -125,7 +125,7 @@ "y": -2798.8125, "action": "combat_script", "move_mode": "dash", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" } ] diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/606纳塔-回声之子北山顶1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/606纳塔-回声之子北山顶1.json index 265cdf32..98796a65 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/606纳塔-回声之子北山顶1.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/606纳塔-回声之子北山顶1.json @@ -88,7 +88,7 @@ "type": "target", "move_mode": "climb", "action": "combat_script", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)," + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)" } ] } \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/611纳塔-花羽会西2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/611纳塔-花羽会西2.json index c0a48657..6bc9ea8c 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/611纳塔-花羽会西2.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/611纳塔-花羽会西2.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "611纳塔-花羽会西2", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1750879538758 + "last_modified_time": 1751820832530, + "enable_monster_loot_split": false }, "positions": [ { @@ -54,26 +55,27 @@ "action": "combat_script", "move_mode": "dash", "action_params": "keypress(f),w(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", - "type": "target" + "type": "target", + "locked": false }, { "id": 6, - "x": 9700.375047400996, - "y": -1267.812302946475, - "action": "combat_script", + "x": 9681.312539500828, + "y": -1246.250121263708, + "action": "set_time", "move_mode": "dash", - "action_params": "keypress(f),a(0.2),keypress(f),s(0.4),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", - "type": "target", + "action_params": "06:00", + "type": "orientation", "locked": false }, { "id": 7, "x": 9700.375047400996, "y": -1267.812302946475, - "action": "set_time", + "action": "combat_script", "move_mode": "dash", - "action_params": "06:00", - "type": "orientation" + "action_params": "keypress(f),a(0.2),keypress(f),s(0.4),keypress(f);芙宁娜 e;万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" } ] } \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂①-10.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂①-10.json index 6b885a8e..6e34a9e0 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂①-10.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂①-10.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "305【收尾】稻妻-踏鞴砂①-10", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751582498003 + "last_modified_time": 1751889110887, + "enable_monster_loot_split": false }, "positions": [ { @@ -43,7 +44,7 @@ "y": -3646.544921875, "action": "combat_script", "move_mode": "dash", - "action_params": "keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f),keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f),keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { @@ -107,51 +108,24 @@ }, { "id": 12, - "x": -3275.2626953125, - "y": -3611.5703125, + "x": -3269.974609375, + "y": -3647.1337890625, "action": "combat_script", "move_mode": "dash", - "action_params": "wait(2.5)", + "action_params": "keypress(f);芙宁娜 attack(0.08),e;", "type": "path" }, { "id": 13, - "x": -3278.2813092512442, - "y": -3624.4377576853785, - "action": "combat_script", - "move_mode": "dash", - "action_params": "wait(0.5);芙宁娜 e;", - "type": "path" - }, - { - "id": 14, - "x": -3282.0314218286076, - "y": -3649.969386634466, - "action": "", - "move_mode": "run", - "action_params": "", - "type": "path" - }, - { - "id": 15, - "x": -3269.974609375, - "y": -3647.1337890625, - "action": "", - "move_mode": "dash", - "action_params": "", - "type": "path" - }, - { - "id": 16, "x": -3275.4687756755393, "y": -3643.0312272630545, "action": "combat_script", "move_mode": "dash", - "action_params": "keypress(q),wait(0.3),keypress(q);迪希雅 attack(0.1),keypress(1),attack(0.2),keypress(2),wait(0.3),keypress(3),wait(0.3),keypress(4);attack(0.5)", + "action_params": "keypress(q),wait(0.3),keypress(q);芙宁娜 attack(0.6);迪希雅 e,wait(0.7);keypress(1),wait(0.5),keypress(q),wait(0.7),keypress(2),wait(0.5),keypress(q),wait(0.7),keypress(3),wait(0.5),keypress(q),wait(0.7),keypress(4),wait(0.5),keypress(q);attack(0.3)", "type": "path" }, { - "id": 17, + "id": 14, "x": -3276.6259765625, "y": -3642.130859375, "action": "combat_script", @@ -160,7 +134,17 @@ "type": "target" }, { - "id": 18, + "id": 15, + "x": -3259.7021484375, + "y": -3640.80078125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "orientation", + "locked": false + }, + { + "id": 16, "x": -3259.7021484375, "y": -3640.80078125, "action": "", @@ -169,7 +153,7 @@ "type": "path" }, { - "id": 19, + "id": 17, "x": -3261.4375158003313, "y": -3644.687545473891, "action": "combat_script", @@ -178,7 +162,7 @@ "type": "target" }, { - "id": 20, + "id": 18, "x": -3243.9580078125, "y": -3651.015625, "action": "", @@ -186,7 +170,7 @@ "type": "path" }, { - "id": 21, + "id": 19, "x": -3240.224609375, "y": -3647.794921875, "action": "combat_script", @@ -195,7 +179,7 @@ "type": "target" }, { - "id": 22, + "id": 20, "x": -3207.437422973382, "y": -3605.2500151579625, "action": "stop_flying", @@ -204,7 +188,7 @@ "type": "path" }, { - "id": 23, + "id": 21, "x": -3210.2499881497515, "y": -3604.4377197904705, "action": "combat_script", @@ -213,7 +197,7 @@ "type": "target" }, { - "id": 24, + "id": 22, "x": -3212.249990124792, "y": -3603.6255760026106, "action": "combat_script", @@ -222,7 +206,7 @@ "type": "path" }, { - "id": 25, + "id": 23, "x": -3204.3408203125, "y": -3612.4697265625, "action": "", @@ -231,7 +215,7 @@ "type": "path" }, { - "id": 26, + "id": 24, "x": -3206.375019750414, "y": -3616.3125530528723, "action": "combat_script", @@ -240,7 +224,7 @@ "type": "path" }, { - "id": 27, + "id": 25, "x": -3184.311755409366, "y": -3623.816350122719, "action": "", @@ -249,7 +233,7 @@ "type": "path" }, { - "id": 28, + "id": 26, "x": -3191.3437756755393, "y": -3652.6249014732384, "action": "combat_script", @@ -258,7 +242,7 @@ "type": "path" }, { - "id": 29, + "id": 27, "x": -3196.6876086272805, "y": -3639.999916631201, "action": "", @@ -267,7 +251,7 @@ "type": "path" }, { - "id": 30, + "id": 28, "x": -3207.73828125, "y": -3615.6455078125, "action": "stop_flying", @@ -276,7 +260,7 @@ "type": "target" }, { - "id": 31, + "id": 29, "x": -3205.7812341996687, "y": -3613.9063030528723, "action": "combat_script", @@ -285,7 +269,7 @@ "type": "target" }, { - "id": 32, + "id": 30, "x": -3204.873046875, "y": -3615.0595703125, "action": "combat_script", @@ -294,7 +278,7 @@ "type": "path" }, { - "id": 33, + "id": 31, "x": -3156.5830078125, "y": -3886.0986328125, "action": "", @@ -302,7 +286,7 @@ "type": "teleport" }, { - "id": 34, + "id": 32, "x": -3167.8095703125, "y": -3846.962890625, "action": "", @@ -311,7 +295,7 @@ "type": "path" }, { - "id": 35, + "id": 33, "x": -3170.9267578125, "y": -3836.5341796875, "action": "combat_script", @@ -320,7 +304,7 @@ "type": "path" }, { - "id": 36, + "id": 34, "x": -3149.3564453125, "y": -3837.0224609375, "action": "stop_flying", @@ -329,7 +313,7 @@ "type": "path" }, { - "id": 37, + "id": 35, "x": -3152.970703125, "y": -3831.783203125, "action": "combat_script", @@ -338,28 +322,38 @@ "type": "target" }, { - "id": 38, + "id": 36, "x": -3148.46875, "y": -3831.75, "action": "", "move_mode": "walk", - "type": "target" + "type": "path" }, { - "id": 39, - "x": -3144.0830078125, - "y": -3831.6953125, - "action": "combat_script", + "id": 37, + "x": -3143.5517578125, + "y": -3831.296875, + "action": "", "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 38, + "x": -3144.1474609375, + "y": -3831.1767578125, + "action": "combat_script", + "move_mode": "climb", "action_params": "keypress(f),wait(0.2),keypress(f),j,keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),wait(1),attack(0.2);", "type": "target" }, { - "id": 40, - "x": -3144.5859375, - "y": -3831.451171875, + "id": 39, + "x": -3143.5517578125, + "y": -3831.296875, "action": "", "move_mode": "climb", + "action_params": "", "type": "path" } ] diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂③-8.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂③-8.json index db6c4184..bc8360ba 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂③-8.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/02收尾/305【收尾】稻妻-踏鞴砂③-8.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "305【收尾】稻妻-踏鞴砂③-8", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751468002119 + "last_modified_time": 1751892245332, + "enable_monster_loot_split": false }, "positions": [ { @@ -187,7 +188,7 @@ "x": -3161.1396484375, "y": -3710.4248046875, "action": "", - "move_mode": "walk", + "move_mode": "climb", "type": "path" }, { @@ -204,7 +205,7 @@ "x": -3164.5205078125, "y": -3704.9482421875, "action": "", - "move_mode": "walk", + "move_mode": "climb", "type": "path" }, { @@ -254,20 +255,19 @@ "id": 29, "x": -3154.0263671875, "y": -3695.671875, - "type": "orientation", - "move_mode": "walk", "action": "combat_script", + "move_mode": "walk", "action_params": "keypress(x),wait(0.2),keypress(x),wait(0.2),keypress(x)", - "locked": false + "type": "orientation" }, { "id": 30, "x": -3154.0263671875, "y": -3695.671875, - "type": "path", - "move_mode": "walk", "action": "", - "action_params": "" + "move_mode": "walk", + "action_params": "", + "type": "path" }, { "id": 31, @@ -300,7 +300,7 @@ "y": -3704.287109375, "action": "combat_script", "move_mode": "climb", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),attack(0.08);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/01【额外】稻妻-踏鞴砂大炮点5.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/01【额外】稻妻-踏鞴砂大炮点5.json index 9c9fbf4f..28f9caeb 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/01【额外】稻妻-踏鞴砂大炮点5.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/01【额外】稻妻-踏鞴砂大炮点5.json @@ -44,7 +44,7 @@ "y": -3544.4013671875, "action": "combat_script", "move_mode": "walk", - "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", "type": "target" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/06【额外】纳塔-灵谜纹13.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/06【额外】纳塔-灵谜纹13.json index 9e4e3aa9..bfe14ba7 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/06【额外】纳塔-灵谜纹13.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/06【额外】纳塔-灵谜纹13.json @@ -1,4 +1,4 @@ -{ +{ "info": { "name": "06【额外】纳塔-灵谜纹13", "type": "collect", @@ -8,7 +8,8 @@ "map_name": "Teyvat", "bgi_version": "0.45.0", "tags": [], - "last_modified_time": 1751647458541 + "last_modified_time": 1751853489934, + "enable_monster_loot_split": false }, "positions": [ { @@ -147,10 +148,10 @@ "id": 16, "x": 9456.8203125, "y": -1678.62451171875, - "type": "orientation", - "move_mode": "walk", "action": "combat_script", - "action_params": "keypress(t),wait(0.2),keypress(t),wait(1)" + "move_mode": "walk", + "action_params": "keypress(t),wait(0.2),keypress(t),wait(1)", + "type": "orientation" }, { "id": 17, @@ -191,8 +192,9 @@ "id": 21, "x": 9316.2021484375, "y": -1547.384765625, - "action": "", + "action": "combat_script", "move_mode": "run", + "action_params": "wait(0.5)", "type": "path" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/98【额外】璃月-层岩地下1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/98【额外】璃月-层岩地下1.json index e59b721d..66c47602 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/98【额外】璃月-层岩地下1.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/98【额外】璃月-层岩地下1.json @@ -60,7 +60,7 @@ "y": 954.497963756701, "action": "combat_script", "move_mode": "walk", - "action_params": "keydown(w),attack(0.4),keypress(f),attack(1),keypress(f),keypress(f),keyup(w),keydown(s),keypress(f),attack(0.2),keyup(s),wait(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "action_params": "keydown(w),attack(0.4),keypress(f),attack(1),keypress(f),keypress(f),keyup(w),keydown(s),keypress(f),attack(0.2),keyup(s),wait(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.8);", "type": "orientation" } ] diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/99【复位程序】稻妻踏鞴砂大炮点.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/99【复位程序】稻妻踏鞴砂大炮点.json index e33cb32e..955cd0f8 100644 --- a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/99【复位程序】稻妻踏鞴砂大炮点.json +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/03额外/99【复位程序】稻妻踏鞴砂大炮点.json @@ -117,7 +117,7 @@ "y": -3732.4169921875, "action": "combat_script", "move_mode": "walk", - "action_params": "w(0.5),dash,w(0.5),dash,w(0.5),dash,", + "action_params": "w(0.5),dash,w(0.5),w(0.5)", "type": "orientation" }, { diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/003【激活程序】纳塔-鸡鸡.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/003【激活程序】纳塔-鸡鸡.json new file mode 100644 index 00000000..ad2c4621 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/003【激活程序】纳塔-鸡鸡.json @@ -0,0 +1,114 @@ +{ + "info": { + "name": "003【激活程序】纳塔-鸡鸡", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751646467104 + }, + "positions": [ + { + "id": 1, + "x": 7974.4345703125, + "y": -1564.3994140625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 7973.87353515625, + "y": -1564.46728515625, + "type": "path", + "move_mode": "climb", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 7977.0908203125, + "y": -1569.8955078125, + "type": "path", + "move_mode": "climb", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 7977.4716796875, + "y": -1573.080078125, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 7980.658203125, + "y": -1578.44384765625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 7998.83056640625, + "y": -1611.9853515625, + "action": "set_time", + "move_mode": "dash", + "action_params": "06:00", + "type": "path" + }, + { + "id": 7, + "x": 8031.78125, + "y": -1646.9997454695877, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 8054.437575051576, + "y": -1708.4374545261098, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 8057.00244140625, + "y": -1714.8203125, + "action": "log_output", + "move_mode": "walk", + "action_params": "\n[激活路径]激活完\"超限点\"不拾取!!!\n[激活路径]\"超限点\"不拾取!!!\n[激活路径]不拾取!!!\n[激活路径]别再狗叫为什么漏了!!!", + "type": "orientation" + }, + { + "id": 10, + "x": 8057.00244140625, + "y": -1714.8203125, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.5),attack(0.22),j,wait(0.8),keypress(f),attack(0.22),j,wait(0.6),attack(0.22),j,wait(0.6),attack(0.22),j,wait(2),s(0.01),wait(0.2),s(0.01),wait(0.2),s(0.01),wait(0.2),keypress(f),wait(0.1),dash,s(0.2)", + "type": "target" + }, + { + "id": 11, + "x": 8057.00244140625, + "y": -1714.8203125, + "action": "log_output", + "move_mode": "walk", + "action_params": "\n[激活路径]激活完\"超限点\"不拾取!!!\n[激活路径]\"超限点\"不拾取!!!\n[激活路径]不拾取!!!\n[激活路径]别再狗叫为什么漏了!!!", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/405【清怪】须弥-天臂池西北4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/405【清怪】须弥-天臂池西北4.json new file mode 100644 index 00000000..77cce7a8 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/405【清怪】须弥-天臂池西北4.json @@ -0,0 +1,96 @@ +{ + "info": { + "name": "【清怪】须弥-天臂池西北4", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 3102.68359375, + "y": -356.19384765625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3116.8818359375, + "y": -379.7919921875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 3133.7333984375, + "y": -409.24072265625, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3125.3994140625, + "y": -463.982421875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 3116, + "y": -458.7484728175259, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 a(0.1),e(hold);茜特菈莉 e;莱依拉 e;芙宁娜 e;玛薇卡 e;爱可菲 e;", + "type": "path" + }, + { + "id": 6, + "x": 3102.775390625, + "y": -462.54833984375, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation", + "locked": false + }, + { + "id": 7, + "x": 3102.775390625, + "y": -462.54833984375, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 3102.775390625, + "y": -462.54833984375, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path", + "locked": false + }, + { + "id": 9, + "x": 3102.775390625, + "y": -462.54833984375, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/407【清怪】须弥-无郁稠林3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/407【清怪】须弥-无郁稠林3.json new file mode 100644 index 00000000..bd9206b6 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/407【清怪】须弥-无郁稠林3.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "【清怪】须弥-无郁稠林3", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 2399.96240234375, + "y": 143.5400390625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 2364.2734375, + "y": 118.9912109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 2349.8037109375, + "y": 108.33984375, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 2347.2158203125, + "y": 132.392578125, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation", + "locked": false + }, + { + "id": 5, + "x": 2347.2158203125, + "y": 132.392578125, + "action": "fight", + "move_mode": "dash", + "action_params": "", + "type": "path", + "locked": false + }, + { + "id": 6, + "x": 2347.2158203125, + "y": 132.392578125, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/421【清怪】须弥-祝祭亭上层9.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/421【清怪】须弥-祝祭亭上层9.json new file mode 100644 index 00000000..721c8a65 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/421【清怪】须弥-祝祭亭上层9.json @@ -0,0 +1,189 @@ +{ + "info": { + "name": "清怪须弥-祝祭亭上层", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751824774644, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5537.984375, + "y": -2052.5361328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5555.16064453125, + "y": -2065.251953125, + "type": "orientation", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 3, + "x": 5568.4375, + "y": -2096.3212890625, + "type": "orientation", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 4, + "x": 5570.3818359375, + "y": -2111.2744140625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 5586.19287109375, + "y": -2122.1376953125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 5603.46728515625, + "y": -2150.421875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 5604.02880859375, + "y": -2169.9677734375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 5539.18115234375, + "y": -2177.58984375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 5540.31103515625, + "y": -2197.9453125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 5556.56201171875, + "y": -2201.7939453125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 5569.529296875, + "y": -2243.65234375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 5568.375, + "y": -2269.0546875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 5541.623046875, + "y": -2268.416015625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 5555.9921875, + "y": -2268.5146484375, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 15, + "x": 5555.9921875, + "y": -2268.5146484375, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + }, + { + "id": 16, + "x": 5583.84228515625, + "y": -2268.701171875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5596.0185546875, + "y": -2268.6044921875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 18, + "x": 5579.23779296875, + "y": -2268.4765625, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 19, + "x": 5579.23779296875, + "y": -2268.4765625, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/422【清怪】须弥-沙漠西2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/422【清怪】须弥-沙漠西2.json new file mode 100644 index 00000000..3ae63a8c --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/422【清怪】须弥-沙漠西2.json @@ -0,0 +1,61 @@ +{ + "info": { + "name": "清怪须弥-沙漠西", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751825385245, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5978.57421875, + "y": -2125.9287109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5989.83349609375, + "y": -2097.427734375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5984.662109375, + "y": -2086.6796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5953.7822265625, + "y": -2070.4521484375, + "action": "up_down_grab_leaf", + "move_mode": "climb", + "action_params": "", + "type": "orientation" + }, + { + "id": 5, + "x": 5920.734375, + "y": -2073.7333984375, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/423【清怪】须弥-祝祭亭下层5.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/423【清怪】须弥-祝祭亭下层5.json new file mode 100644 index 00000000..141fe586 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/423【清怪】须弥-祝祭亭下层5.json @@ -0,0 +1,169 @@ +{ + "info": { + "name": "清怪须弥-祝祭亭下层", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751825024942, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5537.2060546875, + "y": -2052.107421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5550.5478515625, + "y": -2071.9951171875, + "action": "combat_script", + "move_mode": "fly", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 3, + "x": 5565.84130859375, + "y": -2097.9033203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5568.43115234375, + "y": -2181.2109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5568.755859375, + "y": -2185.82421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5576.1005859375, + "y": -2189.962890625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5581.92041015625, + "y": -2207.646484375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5620.34619140625, + "y": -2208.744140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 5650.669921875, + "y": -2211.34375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "w(2.5)", + "type": "orientation" + }, + { + "id": 10, + "x": 5650.669921875, + "y": -2211.34375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 5660.6279296875, + "y": -2209.892578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5681.4921875, + "y": -2184.94921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5702.2666015625, + "y": -2175.8291015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5742.375, + "y": -2164.65234375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5760.48486328125, + "y": -2182.943359375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 16, + "x": 5765.234375, + "y": -2199.548828125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5762.615234375, + "y": -2188.138671875, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/427【清怪】须弥-智障厅.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/427【清怪】须弥-智障厅.json new file mode 100644 index 00000000..74625f97 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/427【清怪】须弥-智障厅.json @@ -0,0 +1,188 @@ +{ + "info": { + "name": "【清怪】须弥-智障厅", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751703351835 + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 5168.560546875, + "y": -2345.900390625, + "action_params": "" + }, + { + "id": 2, + "x": 5127.26416015625, + "y": -2350.87109375, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 5127.26416015625, + "y": -2350.87109375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 5100.529296875, + "y": -2350.84375, + "type": "orientation", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keydown(w),wait(0.4),dash,wait(0.4),dash,wait(0.4),dash,wait(0.5),keyup(w)," + }, + { + "id": 5, + "x": 5100.529296875, + "y": -2350.84375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 5070.3076171875, + "y": -2348.5712890625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 5062.34375, + "y": -2338.5419921875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 5049.26806640625, + "y": -2331.392578125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 5050.044921875, + "y": -2308.1259765625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 5049.39599609375, + "y": -2301.986328125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 5049.095703125, + "y": -2323.2509765625, + "type": "orientation", + "move_mode": "dash", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 12, + "x": 5049.095703125, + "y": -2323.2509765625, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + }, + { + "id": 13, + "x": 5049.1435546875, + "y": -2329.705078125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 5051.6435546875, + "y": -2351.611328125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 15, + "x": 5049.130859375, + "y": -2372.18359375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 16, + "x": 5048.73291015625, + "y": -2392.673828125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5049.9638671875, + "y": -2404.140625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 18, + "x": 5049.2685546875, + "y": -2378.5771484375, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 19, + "x": 5049.2685546875, + "y": -2378.5771484375, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/518【清怪】枫丹-秋分山西侧2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/518【清怪】枫丹-秋分山西侧2.json new file mode 100644 index 00000000..7e65a886 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/518【清怪】枫丹-秋分山西侧2.json @@ -0,0 +1,78 @@ +{ + "info": { + "name": "【清怪】枫丹-秋分山西侧2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751648010040 + }, + "positions": [ + { + "id": 1, + "x": 4145.95849609375, + "y": 2603.3515625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4198.9794921875, + "y": 2519.48681640625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 4229.437582951742, + "y": 2495.6871210509144, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(1)", + "type": "path" + }, + { + "id": 4, + "x": 4268.64697265625, + "y": 2465.026123046875, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 4294.4990234375, + "y": 2469.84521484375, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation" + }, + { + "id": 6, + "x": 4294.4990234375, + "y": 2469.84521484375, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + }, + { + "id": 7, + "x": 4294.4990234375, + "y": 2469.84521484375, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]清怪完不拾取!!!\n[清怪路径]别再狗叫为什么漏了!!!", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭上层9.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭上层9.json new file mode 100644 index 00000000..721c8a65 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭上层9.json @@ -0,0 +1,189 @@ +{ + "info": { + "name": "清怪须弥-祝祭亭上层", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751824774644, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5537.984375, + "y": -2052.5361328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5555.16064453125, + "y": -2065.251953125, + "type": "orientation", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 3, + "x": 5568.4375, + "y": -2096.3212890625, + "type": "orientation", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 4, + "x": 5570.3818359375, + "y": -2111.2744140625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 5586.19287109375, + "y": -2122.1376953125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 5603.46728515625, + "y": -2150.421875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 5604.02880859375, + "y": -2169.9677734375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 5539.18115234375, + "y": -2177.58984375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 5540.31103515625, + "y": -2197.9453125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 5556.56201171875, + "y": -2201.7939453125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 5569.529296875, + "y": -2243.65234375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 5568.375, + "y": -2269.0546875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 5541.623046875, + "y": -2268.416015625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 5555.9921875, + "y": -2268.5146484375, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 15, + "x": 5555.9921875, + "y": -2268.5146484375, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + }, + { + "id": 16, + "x": 5583.84228515625, + "y": -2268.701171875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5596.0185546875, + "y": -2268.6044921875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 18, + "x": 5579.23779296875, + "y": -2268.4765625, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 19, + "x": 5579.23779296875, + "y": -2268.4765625, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭下层5.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭下层5.json new file mode 100644 index 00000000..141fe586 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/00准备/【清怪】须弥-祝祭亭下层5.json @@ -0,0 +1,169 @@ +{ + "info": { + "name": "清怪须弥-祝祭亭下层", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751825024942, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5537.2060546875, + "y": -2052.107421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5550.5478515625, + "y": -2071.9951171875, + "action": "combat_script", + "move_mode": "fly", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 3, + "x": 5565.84130859375, + "y": -2097.9033203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5568.43115234375, + "y": -2181.2109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5568.755859375, + "y": -2185.82421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5576.1005859375, + "y": -2189.962890625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5581.92041015625, + "y": -2207.646484375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5620.34619140625, + "y": -2208.744140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 5650.669921875, + "y": -2211.34375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "w(2.5)", + "type": "orientation" + }, + { + "id": 10, + "x": 5650.669921875, + "y": -2211.34375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 5660.6279296875, + "y": -2209.892578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5681.4921875, + "y": -2184.94921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5702.2666015625, + "y": -2175.8291015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5742.375, + "y": -2164.65234375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5760.48486328125, + "y": -2182.943359375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 16, + "x": 5765.234375, + "y": -2199.548828125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5762.615234375, + "y": -2188.138671875, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/201璃月-天衡山西1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/201璃月-天衡山西1.json new file mode 100644 index 00000000..12db4103 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/201璃月-天衡山西1.json @@ -0,0 +1,67 @@ +{ + "info": { + "name": "201璃月-天衡山西1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 829.34375, + "y": -585.19775390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 833.2373046875, + "y": -632.80908203125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 838.71875, + "y": -663.095703125, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1600", + "type": "path" + }, + { + "id": 4, + "x": 838.8749367986729, + "y": -658.9375378949089, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "target" + }, + { + "id": 5, + "x": 838.4062974009958, + "y": -657.0936817891643, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.2);芙宁娜 attack(0.08),charge;", + "type": "target" + }, + { + "id": 6, + "x": 836.03125, + "y": -656.974609375, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/203璃月-归离原北1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/203璃月-归离原北1.json new file mode 100644 index 00000000..1aea8308 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/203璃月-归离原北1.json @@ -0,0 +1,49 @@ +{ + "info": { + "name": "203璃月-归离原北1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 339.4609375, + "y": 542.95458984375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 334.7451171875, + "y": 564.48828125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 340.984375, + "y": 634.91748046875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 347.4189453125, + "y": 668.03369140625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.3),keypress(f),wait(0.3),keypress(f),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/204璃月-天遒谷3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/204璃月-天遒谷3.json new file mode 100644 index 00000000..ed840e7d --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/204璃月-天遒谷3.json @@ -0,0 +1,105 @@ +{ + "info": { + "name": "204璃月-天遒谷3", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751738992270 + }, + "positions": [ + { + "id": 1, + "x": 1152.470703125, + "y": 141.98388671875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 1118.3120417903792, + "y": 234.43208860704453, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 1085.515625, + "y": 301.208984375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f),w(0.3),s(0.5)", + "type": "target" + }, + { + "id": 4, + "x": 1088.154296875, + "y": 304.13623046875, + "type": "path", + "move_mode": "climb", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 1083.5625, + "y": 305.87513279847644, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 1082.8095703125, + "y": 300.794921875, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + }, + { + "id": 7, + "x": 1068.333984375, + "y": 353.74951171875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 1069.3271484375, + "y": 355.3740234375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),", + "type": "target" + }, + { + "id": 9, + "x": 1047.9365234375, + "y": 318.71826171875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 1045.4453125, + "y": 319.9306640625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),d(0.5);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/205璃月-绝云间东1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/205璃月-绝云间东1.json new file mode 100644 index 00000000..2f88d8b6 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/205璃月-绝云间东1.json @@ -0,0 +1,58 @@ +{ + "info": { + "name": "205璃月-绝云间东1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 1168.4150390625, + "y": 663.1181640625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 1159.603515625, + "y": 663.3193359375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1120.9033203125, + "y": 711.09033203125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 1101.67578125, + "y": 717.70166015625, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 1085.3583984375, + "y": 717.291015625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/207璃月-翠玦坡2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/207璃月-翠玦坡2.json new file mode 100644 index 00000000..b6bc7439 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/207璃月-翠玦坡2.json @@ -0,0 +1,104 @@ +{ + "info": { + "name": "207璃月-翠玦坡2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 897.841796875, + "y": 583.48193359375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 876.0205078125, + "y": 622.00146484375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 851.2314453125, + "y": 634.36767578125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 822.8828125, + "y": 624.75634765625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 761.671875, + "y": 640.0615234375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 726.6875138252908, + "y": 659.1561590522197, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 7, + "x": 694.12890625, + "y": 661.703125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 671.470703125, + "y": 665.787109375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path", + "locked": false + }, + { + "id": 9, + "x": 668.75390625, + "y": 669.13916015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 10, + "x": 669.470703125, + "y": 665.787109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/211璃月-苍白本西1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/211璃月-苍白本西1.json new file mode 100644 index 00000000..b6e957a9 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/211璃月-苍白本西1.json @@ -0,0 +1,67 @@ +{ + "info": { + "name": "211璃月-苍白本西1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": -321.6357421875, + "y": 1473.28857421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -257.6591796875, + "y": 1515.8857421875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -218.578125, + "y": 1519.9072265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": -172.1865234375, + "y": 1513.24169921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": -156.63671875, + "y": 1507.67138671875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": -154.099609375, + "y": 1512.9423828125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/214璃月-轻策庄3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/214璃月-轻策庄3.json new file mode 100644 index 00000000..55c4c9e5 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/214璃月-轻策庄3.json @@ -0,0 +1,121 @@ +{ + "info": { + "name": "214璃月-轻策庄3", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 546.6943359375, + "y": 1766.89453125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 525.374976299503, + "y": 1746.3123787362929, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 519.646484375, + "y": 1742.8720703125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 517.124990124792, + "y": 1739.500197053525, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 5, + "x": 527.5938112262847, + "y": 1733.4685377885107, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 537.9375177753736, + "y": 1733.8749317891652, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 552.5937579001657, + "y": 1734.343431682768, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 588.8671875, + "y": 1722.88720703125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 620.9062045740466, + "y": 1706.5312196840732, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);a(0.4)", + "type": "target" + }, + { + "id": 10, + "x": 631.08203125, + "y": 1709.53662109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 662.2470703125, + "y": 1717.68017578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 662.9658203125, + "y": 1720.5791015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),d(0.2),keypress(VK_SPACE),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/215璃月-轻策庄西1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/215璃月-轻策庄西1.json new file mode 100644 index 00000000..b767813b --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/215璃月-轻策庄西1.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "215璃月-轻策庄西1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 800.640625, + "y": 1790.82421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 822.5966796875, + "y": 1779.2041015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 838.712890625, + "y": 1773.7890625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 862.4404296875, + "y": 1759.04150390625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 867.9062440748748, + "y": 1741.1876212637071, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 869.1250079001657, + "y": 1739.9063030528723, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.4),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 7, + "x": 866.8203125, + "y": 1739.16357421875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/216璃月-珉林北2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/216璃月-珉林北2.json new file mode 100644 index 00000000..fcbdf862 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/216璃月-珉林北2.json @@ -0,0 +1,81 @@ +{ + "info": { + "name": "216璃月-珉林北2", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 1121.0517578125, + "y": 1190.40087890625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 1126.859375, + "y": 1206.17333984375, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 3, + "x": 1149.5205078125, + "y": 1261.96435546875, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 4, + "x": 1143.5537109375, + "y": 1266.68212890625, + "action": "", + "move_mode": "climb", + "type": "path" + }, + { + "id": 5, + "x": 1141.517578125, + "y": 1274.34228515625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.3),keypress(f),w(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + }, + { + "id": 6, + "x": 1140.18743284859, + "y": 1279.6245907349858, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 1124.4688211014927, + "y": 1290.218901579634, + "action": "combat_script", + "move_mode": "run", + "action_params": "芙宁娜 e;", + "type": "path" + }, + { + "id": 8, + "x": 1115.0312341996687, + "y": 1284.2187727369455, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),keypress(x),s(0.3),a(0.3),dash", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/217璃月-珉林酒窖3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/217璃月-珉林酒窖3.json new file mode 100644 index 00000000..0f5c50fa --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/217璃月-珉林酒窖3.json @@ -0,0 +1,165 @@ +{ + "info": { + "name": "217璃月-珉林酒窖3", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751739598254 + }, + "positions": [ + { + "id": 1, + "x": 730.2568359375, + "y": 1062.2294921875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 743.71875, + "y": 1064.4684069372706, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 772.3125, + "y": 1068.3750221330793, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 4, + "x": 771.9375079001657, + "y": 1064.749840841383, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "target" + }, + { + "id": 5, + "x": 772.0625316006626, + "y": 1062.6249090522197, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f)", + "type": "path" + }, + { + "id": 6, + "x": 730.482421875, + "y": 1062.408203125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 7, + "x": 716.625, + "y": 1044.7507525246983, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 8, + "x": 669.5, + "y": 1009.7496901368895, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 9, + "x": 634.7490234375, + "y": 947.455078125, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 10, + "x": 640.8125888768664, + "y": 942.6877576853785, + "action": "combat_script", + "move_mode": "dash", + "action_params": "迪希雅 e;attack(0.5)", + "type": "path" + }, + { + "id": 11, + "x": 642.1728515625, + "y": 941.576171875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 12, + "x": 625.1875, + "y": 927.0615234375, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 13, + "x": 579.1728515625, + "y": 913.19921875, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 14, + "x": 558.625, + "y": 907.3749778669207, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 15, + "x": 546.697265625, + "y": 893.28857421875, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 16, + "x": 541.2587890625, + "y": 893.3466796875, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 17, + "x": 529.9072265625, + "y": 901.82958984375, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 18, + "x": 524.1337890625, + "y": 907.4951171875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/220璃月-采浇谷4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/220璃月-采浇谷4.json new file mode 100644 index 00000000..7987da1b --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/220璃月-采浇谷4.json @@ -0,0 +1,147 @@ +{ + "info": { + "name": "220璃月-采浇谷4", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751295280135 + }, + "positions": [ + { + "id": 1, + "x": 1656.6884765625, + "y": -284.2236328125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 1639.2568359375, + "y": -279.36376953125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 1605.646484375, + "y": -311.2705078125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 1560.12890625, + "y": -292.5458984375, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 5, + "x": 1519.125, + "y": -289.1867474753026, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 6, + "x": 1517.1630859375, + "y": -290.5830078125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 1505.1878346924386, + "y": -298.93729794024966, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 8, + "x": 1504.5654296875, + "y": -294.41748046875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 1506.560546875, + "y": -291.88427734375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 10, + "x": 1498.857421875, + "y": -280.8447265625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 1493.9374525990042, + "y": -280.999878736292, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 1488.8120816344508, + "y": -281.46889593204196, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 13, + "x": 1474.765625, + "y": -275.228515625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 14, + "x": 1475.843192179269, + "y": -278.6872754891665, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target", + "locked": false + }, + { + "id": 15, + "x": 1475.843192179269, + "y": -278.6872754891665, + "action": "set_time", + "move_mode": "climb", + "action_params": "06:00", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/221璃月-沉玉上谷神像东1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/221璃月-沉玉上谷神像东1.json new file mode 100644 index 00000000..9c2dfa2b --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/221璃月-沉玉上谷神像东1.json @@ -0,0 +1,48 @@ +{ + "info": { + "name": "221璃月-沉玉上谷神像东1", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 1114.80859375, + "y": 1948.03759765625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 1145.3203125, + "y": 1945.294921875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 1152.080078125, + "y": 1940.72802734375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 1152.6416015625, + "y": 1941.66064453125, + "action": "combat_script", + "move_mode": "jump", + "action_params": "wait(0.5),keypress(VK_SPACE);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/222璃月-翘英庄西1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/222璃月-翘英庄西1.json new file mode 100644 index 00000000..b06b76af --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/222璃月-翘英庄西1.json @@ -0,0 +1,58 @@ +{ + "info": { + "name": "222璃月-翘英庄西1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 1746.59765625, + "y": 2325.111328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 1762.951171875, + "y": 2329.72998046875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 1871.34392380365, + "y": 2366.187530315927, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 1875.1250316006626, + "y": 2367.3749848420357, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 1875.8124920998343, + "y": 2364.750075789818, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),a(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/223璃月-灵濛山北2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/223璃月-灵濛山北2.json new file mode 100644 index 00000000..e57d64a8 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/223璃月-灵濛山北2.json @@ -0,0 +1,112 @@ +{ + "info": { + "name": "223璃月-灵濛山北2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 2145.6171875, + "y": 2412.899169921875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 2139.578125, + "y": 2413.6494140625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 2133.419921875, + "y": 2390.991943359375, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "2000", + "type": "path" + }, + { + "id": 4, + "x": 2132.5830078125, + "y": 2393.370361328125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 5, + "x": 2131.978515625, + "y": 2390.355224609375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 2130.203125, + "y": 2393.094482421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 2116.3671875, + "y": 2382.858642578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 2076.1247748452734, + "y": 2328.4388642167123, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 2072.9999506239637, + "y": 2323.8127122114893, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 2077.6250612262847, + "y": 2320.343825789818, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),d(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 11, + "x": 2075.384765625, + "y": 2322.300537109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/402须弥-化城郭西2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/402须弥-化城郭西2.json new file mode 100644 index 00000000..fe853a9d --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/402须弥-化城郭西2.json @@ -0,0 +1,92 @@ +{ + "info": { + "name": "402须弥-化城郭西2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 2701.53076171875, + "y": -761.8154296875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 2684.93743284859, + "y": -835.4375, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 3, + "x": 2683.91015625, + "y": -839.9404296875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.5)", + "type": "target" + }, + { + "id": 4, + "x": 2652.8749486489214, + "y": -843.0627880013062, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 2645.1874881497515, + "y": -843.8128789490866, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 2615.9609375, + "y": -851.2197265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 2604.0625158003313, + "y": -863.1249090522197, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 2593.455078125, + "y": -862.8232421875, + "action": "combat_script", + "move_mode": "jump", + "action_params": "attack(0.2)", + "type": "path" + }, + { + "id": 9, + "x": 2596.345703125, + "y": -862.07470703125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/404须弥-天臂池七天神像1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/404须弥-天臂池七天神像1.json new file mode 100644 index 00000000..954c9959 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/404须弥-天臂池七天神像1.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "404须弥-天臂池七天神像1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 3252.5263671875, + "y": -598.263671875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3245.841796875, + "y": -635.15625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "a(1)", + "type": "orientation" + }, + { + "id": 3, + "x": 3245.841796875, + "y": -635.15625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3244.76171875, + "y": -667.30224609375, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 3243.2294921875, + "y": -673.9853515625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "attack(0.2)", + "type": "path" + }, + { + "id": 6, + "x": 3243.4658203125, + "y": -669.6513671875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 7, + "x": 3243.083984375, + "y": -667.75537109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/405须弥-天臂池西北4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/405须弥-天臂池西北4.json new file mode 100644 index 00000000..7b2937b5 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/405须弥-天臂池西北4.json @@ -0,0 +1,166 @@ +{ + "info": { + "name": "405须弥-天臂池西北4", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 3102.68359375, + "y": -356.19384765625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3116.8818359375, + "y": -379.7919921875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 3133.7333984375, + "y": -409.24072265625, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3126.0517578125, + "y": -458.576171875, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 3127.0624782745435, + "y": -470.43779558028746, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),", + "type": "path" + }, + { + "id": 6, + "x": 3129.650390625, + "y": -472.29150390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 3125.593793450913, + "y": -474.24990905221966, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f);芙宁娜 e;钟离 a(0.1),e(hold);茜特菈莉 e;莱依拉 e;", + "type": "path" + }, + { + "id": 8, + "x": 3113.0166015625, + "y": -480.7646484375, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 9, + "x": 3110.7109375, + "y": -480.3564453125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 10, + "x": 3108.0673828125, + "y": -480.92529296875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 3112.8720703125, + "y": -482.3876953125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 3112.111328125, + "y": -477.6806640625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 3092.96877765058, + "y": -471.87492421018305, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 3090.187557276202, + "y": -473.6250151579634, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 15, + "x": 3089.2724609375, + "y": -476.02490234375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 3088.64453125, + "y": -471.37255859375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 3091.3125, + "y": -474.68310546875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/406须弥-卡萨扎莱宫南2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/406须弥-卡萨扎莱宫南2.json new file mode 100644 index 00000000..a793e02f --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/406须弥-卡萨扎莱宫南2.json @@ -0,0 +1,99 @@ +{ + "info": { + "name": "406须弥-卡萨扎莱宫南2", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 2531.99609375, + "y": -144.71728515625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 2587.1318359375, + "y": -124.6181640625, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 3, + "x": 2594.72607421875, + "y": -119.916015625, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 4, + "x": 2595.1875, + "y": -119.6875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f),w(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 5, + "x": 2596.5, + "y": -116.90605080228579, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 6, + "x": 2597.375003950083, + "y": -120.93643894255729, + "action": "combat_script", + "move_mode": "walk", + "action_params": "芙宁娜 e;", + "type": "path" + }, + { + "id": 7, + "x": 2643.7502528053083, + "y": -137.49949978720542, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 8, + "x": 2652.8359375, + "y": -146.64208984375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 9, + "x": 2655.576171875, + "y": -147.93994140625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 2649.9794921875, + "y": -146.8349609375, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/407须弥-无郁稠林3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/407须弥-无郁稠林3.json new file mode 100644 index 00000000..40ab76f6 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/407须弥-无郁稠林3.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "407须弥-无郁稠林3", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 2399.96240234375, + "y": 143.5400390625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 2364.2734375, + "y": 118.9912109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 2349.40625, + "y": 107.56299799428507, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 2345.9686946988386, + "y": 105.65625757898215, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 5, + "x": 2347.23046875, + "y": 103.94287109375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f)", + "type": "path" + }, + { + "id": 6, + "x": 2350.640625, + "y": 103.5810546875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "wait(0.3),keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE),s(0.15);万叶 s(0.2),attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 7, + "x": 2349.05859375, + "y": 105.55517578125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 2351.880859375, + "y": 101.93798828125, + "action": "combat_script", + "move_mode": "walk", + "action_params": "wait(0.3),keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/408须弥-桓那兰那村1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/408须弥-桓那兰那村1.json new file mode 100644 index 00000000..6a5dd24b --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/408须弥-桓那兰那村1.json @@ -0,0 +1,70 @@ +{ + "info": { + "name": "408须弥-桓那兰那村1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751648622067 + }, + "positions": [ + { + "id": 1, + "x": 3242.49609375, + "y": -193.783203125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3296.7607421875, + "y": -184.52197265625, + "action": "log_output", + "move_mode": "dash", + "action_params": "\n[桓那兰那村]务必转换到现实调查点才是狗粮!!!\n[桓那兰那村]务必转换到现实调查点才是狗粮!!!\n[桓那兰那村]务必转换到现实调查点才是狗粮!!!", + "type": "orientation", + "locked": false + }, + { + "id": 3, + "x": 3296.7607421875, + "y": -184.52197265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3303.8017578125, + "y": -187.81689453125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 3306.509765625, + "y": -189.060546875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 3308.3857421875, + "y": -191.90283203125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/410须弥-觉王之殿1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/410须弥-觉王之殿1.json new file mode 100644 index 00000000..0ed24732 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/410须弥-觉王之殿1.json @@ -0,0 +1,79 @@ +{ + "info": { + "name": "410须弥-觉王之殿1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751553799179 + }, + "positions": [ + { + "id": 1, + "x": 3590.9951171875, + "y": -791.357421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3510.4997945956875, + "y": -768.000121263708, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 3476.8310546875, + "y": -758.32861328125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3445.7119140625, + "y": -753.26806640625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "moveby(0,-1000),wait(0.3),keypress(t),wait(0.3),keypress(t)", + "type": "orientation" + }, + { + "id": 5, + "x": 3440.7138671875, + "y": -755.0478515625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "wait(0.2);芙宁娜 attack(0.1),e;迪希雅 e;", + "type": "path" + }, + { + "id": 6, + "x": 3445.412109375, + "y": -751.23388671875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "orientation", + "locked": false + }, + { + "id": 7, + "x": 3445.412109375, + "y": -751.23388671875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/412须弥-阿如村3.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/412须弥-阿如村3.json new file mode 100644 index 00000000..b2372a8f --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/412须弥-阿如村3.json @@ -0,0 +1,143 @@ +{ + "info": { + "name": "412须弥-阿如村3", + "type": "collect", + "author": "汐", + "version": "1", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1750879390854 + }, + "positions": [ + { + "id": 1, + "x": 4096.0234375, + "y": -2025.943359375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 4098.26416015625, + "y": -2008.10498046875, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 3, + "x": 4093.556640625, + "y": -1985.05810546875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 4092.91748046875, + "y": -1983.70556640625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.4);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 5, + "x": 4095.37493284859, + "y": -1983.3750075789821, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 6, + "x": 4091.437523700497, + "y": -1985.6873938942554, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 7, + "x": 4096.03369140625, + "y": -2025.90576171875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 8, + "x": 4054.5937025990042, + "y": -2036.7187348420366, + "action": "stop_flying", + "move_mode": "fly", + "type": "path" + }, + { + "id": 9, + "x": 4056.751953125, + "y": -2034.9052734375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 10, + "x": 4096.01708984375, + "y": -2025.9365234375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 11, + "x": 4121.218726299502, + "y": -2046.1876288426893, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 12, + "x": 4149.219275361031, + "y": -2041.2823489523507, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 4197.4619140625, + "y": -2046.7412109375, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 4200.10009765625, + "y": -2046.51953125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target", + "locked": false + }, + { + "id": 15, + "x": 4200.10009765625, + "y": -2046.51953125, + "action": "set_time", + "move_mode": "climb", + "action_params": "06:00", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/415须弥-圣显厅北2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/415须弥-圣显厅北2.json new file mode 100644 index 00000000..fbfe584c --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/415须弥-圣显厅北2.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "415须弥-圣显厅北2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751739504880 + }, + "positions": [ + { + "id": 1, + "x": 4777.25927734375, + "y": -1434.54833984375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4837.87109375, + "y": -1402.46923828125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 3, + "x": 4816.19140625, + "y": -1316.67626953125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 4807.19677734375, + "y": -1291.9111328125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 4794.46044921875, + "y": -1290.96875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),s(0.4),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/421须弥-祝祭亭上层9.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/421须弥-祝祭亭上层9.json new file mode 100644 index 00000000..45002abc --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/421须弥-祝祭亭上层9.json @@ -0,0 +1,429 @@ +{ + "info": { + "name": "421须弥-祝祭亭上层9", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751729588893 + }, + "positions": [ + { + "id": 1, + "x": 5537.984375, + "y": -2052.5361328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5549.9296875, + "y": -2071.2265625, + "action": "combat_script", + "move_mode": "fly", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 3, + "x": 5565.828125, + "y": -2097.8056640625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5568.71630859375, + "y": -2180.380859375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5569.2197265625, + "y": -2185.2724609375, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5578.1064453125, + "y": -2189.0595703125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5576.64306640625, + "y": -2211.521484375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 8, + "x": 5574.966796875, + "y": -2188.9619140625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 5569.7705078125, + "y": -2191.083984375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 5566.423828125, + "y": -2218.56640625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 5555.79150390625, + "y": -2219.24609375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5549.000049376036, + "y": -2203.593780315927, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5548.31201171875, + "y": -2203.4248046875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(x),wait(0.2),keypress(x),a(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 14, + "x": 5553.24560546875, + "y": -2237.728515625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5540.0361328125, + "y": -2238.6142578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5541.32470703125, + "y": -2198.5947265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "target" + }, + { + "id": 17, + "x": 5548.47705078125, + "y": -2198.265625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 5554.19921875, + "y": -2211.603515625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);s(0.3),dash,d(0.6),dash", + "type": "target" + }, + { + "id": 19, + "x": 5570.187665903483, + "y": -2245.124045048302, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 5561.30908203125, + "y": -2248.494140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 5550.59228515625, + "y": -2249.3134765625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 22, + "x": 5549.443359375, + "y": -2267.962890625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 23, + "x": 5540.98779296875, + "y": -2269.056640625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 24, + "x": 5539.41015625, + "y": -2277.4013671875, + "action": "combat_script", + "move_mode": "run", + "action_params": "keypress(f);芙宁娜 attack(0.08),e;迪希雅 e;", + "type": "path" + }, + { + "id": 25, + "x": 5535.36083984375, + "y": -2280.916015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 26, + "x": 5535.36083984375, + "y": -2280.916015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 27, + "x": 5536.0712890625, + "y": -2277.642578125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 5532.57421875, + "y": -2279.13671875, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f);芙宁娜 attack(0.08),e;迪希雅 e;", + "type": "path" + }, + { + "id": 29, + "x": 5532.04052734375, + "y": -2279.224609375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 30, + "x": 5532.04052734375, + "y": -2279.224609375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 31, + "x": 5538.58349609375, + "y": -2278.4091796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 32, + "x": 5538.361328125, + "y": -2267.6015625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 33, + "x": 5548.7080078125, + "y": -2269.828125, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 34, + "x": 5551.02197265625, + "y": -2289.447265625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f);迪希雅 e;芙宁娜 e;", + "type": "path" + }, + { + "id": 35, + "x": 5557.60400390625, + "y": -2287.0517578125, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 36, + "x": 5578.03515625, + "y": -2287.1923828125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 37, + "x": 5589.3173828125, + "y": -2290.681640625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);芙宁娜 attack(0.08),e;", + "type": "target" + }, + { + "id": 38, + "x": 5589.3173828125, + "y": -2290.681640625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 39, + "x": 5590.6298828125, + "y": -2288.546875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 40, + "x": 5588.53076171875, + "y": -2284.234375, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 41, + "x": 5588.138671875, + "y": -2269.45703125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 42, + "x": 5595.4404296875, + "y": -2268.556640625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 43, + "x": 5616.97998046875, + "y": -2257.908203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 44, + "x": 5619.0185546875, + "y": -2259.16796875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);迪希雅 e;芙宁娜 attack(0.08),e;", + "type": "target" + }, + { + "id": 45, + "x": 5619.7734375, + "y": -2259.701171875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);迪希雅 e;", + "type": "target" + }, + { + "id": 46, + "x": 5621.0625, + "y": -2260.73828125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/422须弥-沙漠西2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/422须弥-沙漠西2.json new file mode 100644 index 00000000..d9bda828 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/422须弥-沙漠西2.json @@ -0,0 +1,97 @@ +{ + "info": { + "name": "422须弥-沙漠西2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751725390118 + }, + "positions": [ + { + "id": 1, + "x": 5978.57421875, + "y": -2125.9287109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5989.83349609375, + "y": -2097.427734375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5984.662109375, + "y": -2086.6796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5953.7822265625, + "y": -2070.4521484375, + "action": "up_down_grab_leaf", + "move_mode": "climb", + "action_params": "", + "type": "orientation" + }, + { + "id": 5, + "x": 5921.5478515625, + "y": -2055.93359375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f);芙宁娜 e;", + "type": "path" + }, + { + "id": 6, + "x": 5921.5478515625, + "y": -2055.93359375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 7, + "x": 5932.34375, + "y": -2047.40185546875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5933.69580078125, + "y": -2036.48388671875, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f);迪希雅 e;芙宁娜 e;", + "locked": false + }, + { + "id": 9, + "x": 5933.69580078125, + "y": -2036.48388671875, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/423须弥-祝祭亭下层5.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/423须弥-祝祭亭下层5.json new file mode 100644 index 00000000..45510d61 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/423须弥-祝祭亭下层5.json @@ -0,0 +1,269 @@ +{ + "info": { + "name": "423须弥-祝祭亭下层5", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751892577799, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5537.2060546875, + "y": -2052.107421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5550.5478515625, + "y": -2071.9951171875, + "action": "combat_script", + "move_mode": "fly", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 3, + "x": 5565.84130859375, + "y": -2097.9033203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5568.43115234375, + "y": -2181.2109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5568.755859375, + "y": -2185.82421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5576.1005859375, + "y": -2189.962890625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5581.92041015625, + "y": -2207.646484375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5620.34619140625, + "y": -2208.744140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 5650.669921875, + "y": -2211.34375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "w(2.5)", + "type": "orientation" + }, + { + "id": 10, + "x": 5650.669921875, + "y": -2211.34375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 5660.6279296875, + "y": -2209.892578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5681.4921875, + "y": -2184.94921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5702.2666015625, + "y": -2175.8291015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5742.375, + "y": -2164.65234375, + "action": "log_output", + "move_mode": "dash", + "action_params": "前方需要[沙漠书]权能等级才能开门!!!", + "type": "orientation", + "locked": false + }, + { + "id": 15, + "x": 5742.375, + "y": -2164.65234375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5769.99658203125, + "y": -2181.6357421875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 5770.24169921875, + "y": -2181.669921875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);芙宁娜 attack(0.08),e;万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 18, + "x": 5781.36962890625, + "y": -2188.337890625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5781.36962890625, + "y": -2188.337890625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 20, + "x": 5762.3701171875, + "y": -2175.2490234375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 5760.89208984375, + "y": -2185.599609375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 22, + "x": 5764.412109375, + "y": -2200.119140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 23, + "x": 5777.77294921875, + "y": -2198.919921875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);迪希雅 e;芙宁娜 attack(0.08),e;", + "type": "target" + }, + { + "id": 24, + "x": 5774.4072265625, + "y": -2201.900390625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f);迪希雅 e;", + "type": "path" + }, + { + "id": 25, + "x": 5780.85791015625, + "y": -2205.509765625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 26, + "x": 5780.85791015625, + "y": -2205.509765625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 27, + "x": 5758.2802734375, + "y": -2217.982421875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 5758.2802734375, + "y": -2217.982421875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/424须弥-赤王陵中间7.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/424须弥-赤王陵中间7.json new file mode 100644 index 00000000..e10829da --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/424须弥-赤王陵中间7.json @@ -0,0 +1,269 @@ +{ + "info": { + "name": "424须弥-赤王陵中间7", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751892700104, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5391.6904296875, + "y": -2340.310546875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5435.06005859375, + "y": -2351.583984375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5480.97509765625, + "y": -2349.212890625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5493.80322265625, + "y": -2334.7783203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5494.85693359375, + "y": -2323.8515625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5497.55810546875, + "y": -2322.349609375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 7, + "x": 5494.86865234375, + "y": -2315.216796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5483.35791015625, + "y": -2306.0029296875, + "action": "up_down_grab_leaf", + "move_mode": "climb", + "action_params": "", + "type": "orientation" + }, + { + "id": 9, + "x": 5485.140625, + "y": -2306.634765625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 5486.5361328125, + "y": -2303.2490234375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 11, + "x": 5484.5205078125, + "y": -2286.6015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5536.91259765625, + "y": -2289.3359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5553.21923828125, + "y": -2299.17578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5553.7822265625, + "y": -2311.7568359375, + "action": "combat_script", + "move_mode": "run", + "action_params": "wait(7),keypress(f);万叶 attack(0.08),keydown(E),wait(0.7),keyup(E),keydown(W),wait(0.2),j,wait(1.5),j,wait(1.1),j,wait(1.1),j,wait(1.1),j,wait(1.1),j,wait(1.1),j,wait(1.1),j,wait(1.1),j,wait(1.3),j,wait(1.3),j,wait(0.5),j,wait(0.3),keyup(W);", + "type": "path" + }, + { + "id": 15, + "x": 5553.939453125, + "y": -2314.841796875, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5557.4912109375, + "y": -2320.1064453125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 17, + "x": 5543.99169921875, + "y": -2318.8232421875, + "action": "log_output", + "move_mode": "dash", + "action_params": "需要从一楼大厅坐电梯上来开门!!!", + "type": "orientation", + "locked": false + }, + { + "id": 18, + "x": 5543.99169921875, + "y": -2318.8232421875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5547.69775390625, + "y": -2337.818359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 5556.5888671875, + "y": -2336.287109375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 21, + "x": 5557.3505859375, + "y": -2338.8212890625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 22, + "x": 5556.6337890625, + "y": -2345.09765625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 23, + "x": 5559.650390625, + "y": -2347.62109375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "attack(0.2),keypress(f),w(0.3),keypress(f),w(0.2),keypress(f)", + "type": "path" + }, + { + "id": 24, + "x": 5561.52197265625, + "y": -2348.7548828125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(3)", + "type": "path" + }, + { + "id": 25, + "x": 5543.42529296875, + "y": -2368.3349609375, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 5547.9267578125, + "y": -2422.888671875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 27, + "x": 5547.02490234375, + "y": -2420.015625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 5562.56396484375, + "y": -2415.0029296875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/426须弥-智障厅东8.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/426须弥-智障厅东8.json new file mode 100644 index 00000000..ed11e36b --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/426须弥-智障厅东8.json @@ -0,0 +1,307 @@ +{ + "info": { + "name": "426须弥-智障厅东8", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751893138061, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 5384.2529296875, + "y": -2456.419921875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5347.8359375, + "y": -2418.6884765625, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5347.0048828125, + "y": -2402.072265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5326.99560546875, + "y": -2396.5771484375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5326.39892578125, + "y": -2393.9716796875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 6, + "x": 5311.59326171875, + "y": -2398.6923828125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5304.04833984375, + "y": -2399.296875, + "action": "log_output", + "move_mode": "fly", + "action_params": "这里0层,这电梯口需要打开!!!没开的去-3楼F一下", + "type": "orientation", + "locked": false + }, + { + "id": 8, + "x": 5304.04833984375, + "y": -2399.296875, + "action": "combat_script", + "move_mode": "fly", + "action_params": "wait(1),s(3.5),attack(0.2)", + "type": "path" + }, + { + "id": 9, + "x": 5314.99853515625, + "y": -2399.236328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 5312.28515625, + "y": -2393.658203125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 11, + "x": 5319.3544921875, + "y": -2391.7861328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5318.06689453125, + "y": -2386.8623046875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5301.91748046875, + "y": -2376.5556640625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 14, + "x": 5315.17333984375, + "y": -2376.529296875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5320.966796875, + "y": -2367.28515625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5327.5068359375, + "y": -2368.138671875, + "action": "combat_script", + "move_mode": "run", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 17, + "x": 5318.984375, + "y": -2354.669921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 5323.7734375, + "y": -2342.818359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5332.78369140625, + "y": -2344.4716796875, + "action": "combat_script", + "move_mode": "run", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 20, + "x": 5325.4384765625, + "y": -2343.6572265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 5313.04833984375, + "y": -2355.6201171875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 22, + "x": 5304.5751953125, + "y": -2361.8916015625, + "action": "log_output", + "move_mode": "run", + "action_params": "这里-1层,这电梯口需要打开!!!", + "type": "orientation", + "locked": false + }, + { + "id": 23, + "x": 5304.5751953125, + "y": -2361.8916015625, + "action": "combat_script", + "move_mode": "run", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 24, + "x": 5306.95263671875, + "y": -2362.7685546875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 5324.94287109375, + "y": -2351.375, + "action": "combat_script", + "move_mode": "run", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 26, + "x": 5322.7373046875, + "y": -2356.3583984375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 27, + "x": 5332.29443359375, + "y": -2359.8193359375, + "action": "log_output", + "move_mode": "dash", + "action_params": "这里-2层,这电梯口需要打开!!!", + "type": "orientation", + "locked": false + }, + { + "id": 28, + "x": 5332.29443359375, + "y": -2359.8193359375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 29, + "x": 5304.96875, + "y": -2359.7109375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 30, + "x": 5319.51904296875, + "y": -2390.2255859375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 31, + "x": 5324.703125, + "y": -2400.318359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 32, + "x": 5336.0830078125, + "y": -2403.33203125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/429须弥-花海锋刃林泽4.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/429须弥-花海锋刃林泽4.json new file mode 100644 index 00000000..06337714 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/429须弥-花海锋刃林泽4.json @@ -0,0 +1,123 @@ +{ + "info": { + "name": "429须弥-花海锋刃林泽4", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751736596950 + }, + "positions": [ + { + "id": 1, + "x": 6320.638671875, + "y": 820.98779296875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 6328.943359375, + "y": 812.2578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 6328.51953125, + "y": 811.369140625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3),keypress(f),s(1),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 4, + "x": 6337.76513671875, + "y": 817.236328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 6340.568359375, + "y": 816.56396484375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 6, + "x": 6337.999954574047, + "y": 817.8749696840732, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.8);", + "type": "path" + }, + { + "id": 7, + "x": 6339.093678898507, + "y": 823.781090841384, + "action": "combat_script", + "move_mode": "climb", + "action_params": "wait(0.3),attack(0.25),j,wait(0.5),attack(0.25),j,wait(0.5),attack(0.25),j,wait(0.5),attack(0.25),j,wait(0.5),keypress(VK_ESCAPE),wait(0.5),attack(0.3),", + "type": "target" + }, + { + "id": 8, + "x": 6339.943359375, + "y": 824.49072265625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "wait(0.2),attack(0.25),j,wait(0.5),attack(0.25),j,wait(0.5),attack(0.25),j,wait(0.5),keypress(VK_ESCAPE),wait(0.5),attack(0.3),", + "type": "path" + }, + { + "id": 9, + "x": 6336.9794921875, + "y": 826.4375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);wait(0.5),keypress(VK_ESCAPE),wait(0.5),attack(0.3),", + "type": "path" + }, + { + "id": 10, + "x": 6333.126953125, + "y": 832.640625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 6331.2109375, + "y": 835.85986328125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "attack(0.3)", + "type": "path" + }, + { + "id": 12, + "x": 6333.45263671875, + "y": 840.25341796875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/504枫丹-学术会堂2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/504枫丹-学术会堂2.json new file mode 100644 index 00000000..5fbecf06 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/504枫丹-学术会堂2.json @@ -0,0 +1,96 @@ +{ + "info": { + "name": "504枫丹-学术会堂2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751555213701 + }, + "positions": [ + { + "id": 1, + "x": 4146.99658203125, + "y": 4423.7021484375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4146.1298828125, + "y": 4417.9384765625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 3, + "x": 4122.57373046875, + "y": 4400.28173828125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 4086.83203125, + "y": 4377.154296875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 4080.30859375, + "y": 4357.51904296875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 4088.822265625, + "y": 4337.44580078125, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "wait(0.5)" + }, + { + "id": 7, + "x": 4092.810546875, + "y": 4337.1279296875, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 4095.5283203125, + "y": 4325.9931640625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(0.5),j,wait(0.5),j,wait(0.5),j,wait(2.5),keypress(ESCAPE),wait(0.5),keypress(ESCAPE)", + "type": "target" + }, + { + "id": 9, + "x": 4097.7529296875, + "y": 4324.61376953125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(ESCAPE),wait(0.5),keypress(ESCAPE),wait(0.5);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/508枫丹-研究院区西北6.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/508枫丹-研究院区西北6.json new file mode 100644 index 00000000..ef9f3f25 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/508枫丹-研究院区西北6.json @@ -0,0 +1,246 @@ +{ + "info": { + "name": "508枫丹-研究院区西北6", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751820053800, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 4624.3583984375, + "y": 4951.76953125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 4607.82421875, + "y": 4931.5205078125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "target" + }, + { + "id": 3, + "x": 4604.062438773714, + "y": 4935.968681789165, + "action": "combat_script", + "move_mode": "dash", + "action_params": "w(0.2)", + "type": "orientation" + }, + { + "id": 4, + "x": 4605.89501953125, + "y": 4934.130859375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 5, + "x": 4604.43896484375, + "y": 4935.2783203125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 6, + "x": 4606.437523700498, + "y": 4935.781189368146, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(1);", + "type": "path" + }, + { + "id": 7, + "x": 4695.14013671875, + "y": 4995.1630859375, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 8, + "x": 4680.468819126451, + "y": 5005.531219684073, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 4679.468801351079, + "y": 5002.406090841383, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 4677.8437618502485, + "y": 4998.781022630548, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.4),keypress(f),wait(0.2),keypress(f),wait(0.3),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + }, + { + "id": 11, + "x": 4696.999982224626, + "y": 4976.343810631854, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 4724.962890625, + "y": 4950.3291015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 4721.41650390625, + "y": 4933.25634765625, + "action": "combat_script", + "move_mode": "jump", + "action_params": "attack(0.2),wait(0.5)", + "type": "path" + }, + { + "id": 14, + "x": 4720.8505859375, + "y": 4932.63525390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 4725.1396484375, + "y": 4933.19384765625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "orientation" + }, + { + "id": 16, + "x": 4725.1396484375, + "y": 4933.19384765625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),d(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);s(0.5)", + "type": "target" + }, + { + "id": 17, + "x": 4720.8505859375, + "y": 4932.63525390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 4731.343757900166, + "y": 4906.187333262402, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 4736.562624427613, + "y": 4902.468803052872, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 20, + "x": 4736.406299376036, + "y": 4902.500045473891, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),d(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 21, + "x": 4749.156392202985, + "y": 4913.249719577676, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 22, + "x": 4752.42041015625, + "y": 4912.71875, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "orientation" + }, + { + "id": 23, + "x": 4752.42041015625, + "y": 4912.71875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "wait(0.2),keypress(x),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.1),a(0.15),s(0.15);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);keydown(s),wait(0.3),keydown(a),wait(0.1),keyup(s),wait(1.2),keyup(a)", + "type": "target" + }, + { + "id": 24, + "x": 4750.0390625, + "y": 4904.76904296875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 4758.86865234375, + "y": 4899.99755859375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "path" + }, + { + "id": 26, + "x": 4760.750047400995, + "y": 4899.968757578981, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/511枫丹-实验室遗址右1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/511枫丹-实验室遗址右1.json new file mode 100644 index 00000000..0a50d70c --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/511枫丹-实验室遗址右1.json @@ -0,0 +1,61 @@ +{ + "info": { + "name": "511枫丹-实验室遗址右1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751820703287, + "enable_monster_loot_split": false + }, + "positions": [ + { + "id": 1, + "x": 3625.97265625, + "y": 4794.0048828125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 3567.9374486489214, + "y": 4757.623878310704, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 3552.1337890625, + "y": 4747.57861328125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 3551.837890625, + "y": 4739.5791015625, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)" + }, + { + "id": 5, + "x": 3552.2626953125, + "y": 4738.57080078125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/514枫丹-莫尔泰神像1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/514枫丹-莫尔泰神像1.json new file mode 100644 index 00000000..3f867b69 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/514枫丹-莫尔泰神像1.json @@ -0,0 +1,40 @@ +{ + "info": { + "name": "514枫丹-莫尔泰神像1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 3555.486328125, + "y": 3021.65869140625, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "action": "", + "move_mode": "dash", + "type": "path", + "x": 3579.474609375, + "y": 3072.33837890625, + "action_params": "" + }, + { + "id": 3, + "x": 3585.40234375, + "y": 3071.051025390625, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)," + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/517枫丹-肖恩家1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/517枫丹-肖恩家1.json new file mode 100644 index 00000000..17a72d74 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/517枫丹-肖恩家1.json @@ -0,0 +1,58 @@ +{ + "info": { + "name": "517枫丹-肖恩家1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 4860.23828125, + "y": 3913.0361328125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4917.421875, + "y": 3950.3486328125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 4969.68896484375, + "y": 3991.5068359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 4971.32568359375, + "y": 4000.8359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 4973.71630859375, + "y": 4004.000732421875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/518枫丹-秋分山西侧2.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/518枫丹-秋分山西侧2.json new file mode 100644 index 00000000..f7365712 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/518枫丹-秋分山西侧2.json @@ -0,0 +1,85 @@ +{ + "info": { + "name": "518枫丹-秋分山西侧2", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751651447015 + }, + "positions": [ + { + "id": 1, + "x": 4145.95849609375, + "y": 2603.3515625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 4198.9794921875, + "y": 2519.48681640625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 4229.437582951742, + "y": 2495.6871210509144, + "action": "combat_script", + "move_mode": "dash", + "action_params": "wait(1)", + "type": "path" + }, + { + "id": 4, + "x": 4262.78955078125, + "y": 2462.610107421875, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 4259.98046875, + "y": 2460.030029296875, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.8);", + "type": "target" + }, + { + "id": 6, + "x": 4261.093829001658, + "y": 2461.125037894908, + "type": "path", + "move_mode": "walk" + }, + { + "id": 7, + "x": 4259.7021484375, + "y": 2462.538818359375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 4268.09376382529, + "y": 2450.9684544197116, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/601纳塔-圣火竞技场东1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/601纳塔-圣火竞技场东1.json new file mode 100644 index 00000000..0d7e14a6 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/601纳塔-圣火竞技场东1.json @@ -0,0 +1,58 @@ +{ + "info": { + "name": "601纳塔-圣火竞技场东1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 8974.8828125, + "y": -1878.02880859375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 8997.4267578125, + "y": -1884.0517578125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 8997.562646153068, + "y": -1895.8145008511774, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 8989.099609375, + "y": -1923.60205078125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 9006.173828125, + "y": -1952.8486328125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/606纳塔-回声之子北山顶1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/606纳塔-回声之子北山顶1.json new file mode 100644 index 00000000..98796a65 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/606纳塔-回声之子北山顶1.json @@ -0,0 +1,94 @@ +{ + "info": { + "name": "606纳塔-回声之子北山顶1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 7746.15771484375, + "y": -1398.091796875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 7740.08251953125, + "y": -1413.13818359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 7739.2275390625, + "y": -1416.1806640625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(t)", + "type": "path" + }, + { + "id": 4, + "x": 7730.0498046875, + "y": -1410.7919921875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(7)", + "type": "path" + }, + { + "id": 5, + "x": 7700.9443359375, + "y": -1395.0810546875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 7704.15234375, + "y": -1376.10107421875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 7712.02001953125, + "y": -1346.30078125, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 7769.82421875, + "y": -1342.43798828125, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 7781.7197265625, + "y": -1338.9775390625, + "type": "target", + "move_mode": "climb", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/607纳塔-柴薪之丘1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/607纳塔-柴薪之丘1.json new file mode 100644 index 00000000..973ce875 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/607纳塔-柴薪之丘1.json @@ -0,0 +1,58 @@ +{ + "info": { + "name": "607纳塔-柴薪之丘1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 9050.232421875, + "y": -1379.49169921875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 9056.087890625, + "y": -1384.9619140625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 9064.587890625, + "y": -1413.8359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 9073.8046875, + "y": -1416.94189453125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),w(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + }, + { + "id": 5, + "x": 9076.5419921875, + "y": -1418.1015625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/610纳塔-安饶之野1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/610纳塔-安饶之野1.json new file mode 100644 index 00000000..26e0b48a --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/610纳塔-安饶之野1.json @@ -0,0 +1,49 @@ +{ + "info": { + "name": "610纳塔-安饶之野1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 9517.609375, + "y": -2209.5849609375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 9531.189453125, + "y": -2212.1142578125, + "action": "combat_script", + "move_mode": "fly", + "action_params": "attack(0.2)", + "type": "path" + }, + { + "id": 3, + "x": 9604.021484375, + "y": -2193.7431640625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 9607.53125197504, + "y": -2187.468954632506, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),w(0.5),keypress(f),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/616纳塔-空梦起始东1.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/616纳塔-空梦起始东1.json new file mode 100644 index 00000000..90c69b46 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/01普通/616纳塔-空梦起始东1.json @@ -0,0 +1,70 @@ +{ + "info": { + "name": "616纳塔-空梦起始东1", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1750879562389 + }, + "positions": [ + { + "id": 1, + "x": 10067.4462890625, + "y": -216.8056640625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 10025.26953125, + "y": -161.3173828125, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "2500", + "type": "path" + }, + { + "id": 3, + "x": 9990.9423828125, + "y": -128.69775390625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 9970.3125, + "y": -131.43739389425537, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1500", + "type": "path" + }, + { + "id": 5, + "x": 9965.937460499172, + "y": -131.9375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.5);", + "type": "target", + "locked": false + }, + { + "id": 6, + "x": 9965.937460499172, + "y": -131.9375, + "action": "set_time", + "move_mode": "climb", + "action_params": "06:00", + "type": "orientation" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅①-13.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅①-13.json new file mode 100644 index 00000000..45b336f7 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅①-13.json @@ -0,0 +1,485 @@ +{ + "info": { + "name": "427【收尾】须弥-智障厅①-13", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751728039375 + }, + "positions": [ + { + "id": 1, + "x": 5168.5595703125, + "y": -2345.5625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5220.943359375, + "y": -2350.966796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 5227.0478515625, + "y": -2325.84765625, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 4, + "x": 5236.921875, + "y": -2323.537109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 5236.2529296875, + "y": -2319.892578125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 6, + "x": 5237.85595703125, + "y": -2320.8857421875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5247.1279296875, + "y": -2325.888671875, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 8, + "x": 5270.89208984375, + "y": -2325.91796875, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "orientation", + "locked": false + }, + { + "id": 9, + "x": 5261.6611328125, + "y": -2322.9150390625, + "type": "orientation", + "move_mode": "climb", + "action": "combat_script", + "action_params": "attack(0.3)", + "locked": false + }, + { + "id": 10, + "x": 5261.6611328125, + "y": -2322.9150390625, + "type": "path", + "move_mode": "climb", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 5262.1748046875, + "y": -2319.693359375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 12, + "x": 5262.4345703125, + "y": -2323.4736328125, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 5278.96728515625, + "y": -2323.291015625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 5281.32861328125, + "y": -2321.01953125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 15, + "x": 5282.249984199669, + "y": -2350.37381767885, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 16, + "x": 5271.125, + "y": -2376.689453125, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 17, + "x": 5281.9521484375, + "y": -2382.123046875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 18, + "x": 5276.85009765625, + "y": -2378.3203125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5261.26171875, + "y": -2378.8466796875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 5262.2724609375, + "y": -2382.66015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 21, + "x": 5259.216796875, + "y": -2378.39453125, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 22, + "x": 5240.8076171875, + "y": -2378.0810546875, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 23, + "x": 5241.96630859375, + "y": -2380.6416015625, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 24, + "x": 5236.97509765625, + "y": -2378.134765625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 5219.08642578125, + "y": -2378.36328125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 5216.468753950083, + "y": -2380.1874317891634, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 27, + "x": 5217.9453125, + "y": -2378.3876953125, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 5248.58056640625, + "y": -2378.150390625, + "action": "up_down_grab_leaf", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 29, + "x": 5257.34033203125, + "y": -2370.6259765625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "attack(0.2)", + "type": "path" + }, + { + "id": 30, + "x": 5259.31201171875, + "y": -2381.47265625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 31, + "x": 5259.53564453125, + "y": -2413.6689453125, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keydown(w),wait(0.4),dash,wait(0.4),dash,wait(0.4),dash,wait(0.5),keyup(w),", + "type": "orientation" + }, + { + "id": 32, + "x": 5259.32177734375, + "y": -2413.748046875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 33, + "x": 5259.32177734375, + "y": -2413.748046875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 34, + "x": 5237.4931640625, + "y": -2431.26953125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 35, + "x": 5237.4931640625, + "y": -2431.26953125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 36, + "x": 5269.4453125, + "y": -2435.08984375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 37, + "x": 5271.32861328125, + "y": -2439.3876953125, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 38, + "x": 5272.20361328125, + "y": -2436.591796875, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 39, + "x": 5276.36083984375, + "y": -2434.5712890625, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 40, + "x": 5286.7724609375, + "y": -2412.912109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 41, + "x": 5286.7724609375, + "y": -2412.912109375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 42, + "x": 5169.212890625, + "y": -2345.380859375, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 43, + "x": 5179.69384765625, + "y": -2341.3388671875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 44, + "x": 5178.4697265625, + "y": -2317.474609375, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "attack(0.3)" + }, + { + "id": 45, + "x": 5150.3212890625, + "y": -2314.8505859375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 46, + "x": 5150.345703125, + "y": -2287.427734375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 47, + "x": 5165.52783203125, + "y": -2287.6787109375, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 48, + "x": 5169.1044921875, + "y": -2280.638671875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 49, + "x": 5164.2958984375, + "y": -2264.0380859375, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 50, + "x": 5164.2958984375, + "y": -2264.0380859375, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 51, + "x": 5157.2060546875, + "y": -2265.4775390625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 52, + "x": 5154.3544921875, + "y": -2264.009765625, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅②-7.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅②-7.json new file mode 100644 index 00000000..39f4ce19 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅②-7.json @@ -0,0 +1,278 @@ +{ + "info": { + "name": "427【收尾】须弥-智障厅②-7", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751700564016 + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 5168.560546875, + "y": -2345.900390625, + "action_params": "" + }, + { + "id": 2, + "x": 5127.26416015625, + "y": -2350.87109375, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 5127.26416015625, + "y": -2350.87109375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 5100.529296875, + "y": -2350.84375, + "type": "orientation", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keydown(w),wait(0.4),dash,wait(0.4),dash,wait(0.4),dash,wait(0.5),keyup(w)," + }, + { + "id": 5, + "x": 5100.529296875, + "y": -2350.84375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 5099.85009765625, + "y": -2321.994140625, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 5097.27587890625, + "y": -2287.009765625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 5081.5390625, + "y": -2288.220703125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 5078.50634765625, + "y": -2312.51953125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 5093.66162109375, + "y": -2323.638671875, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(0.8);" + }, + { + "id": 11, + "x": 5065.51025390625, + "y": -2328.455078125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 5065.51025390625, + "y": -2328.455078125, + "type": "target", + "move_mode": "climb", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 13, + "x": 5068.11474609375, + "y": -2316.46484375, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 14, + "x": 5078.849609375, + "y": -2316.015625, + "type": "target", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 15, + "x": 5081.92333984375, + "y": -2287.38671875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 16, + "x": 5097.4599609375, + "y": -2287.3896484375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 17, + "x": 5099.47998046875, + "y": -2322.3740234375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 18, + "x": 5099.09033203125, + "y": -2380.68359375, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 19, + "x": 5097.40380859375, + "y": -2414.408203125, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 20, + "x": 5081.376953125, + "y": -2413.2890625, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 21, + "x": 5078.91943359375, + "y": -2389.2421875, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 22, + "x": 5066.7314453125, + "y": -2380.884765625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 23, + "x": 5066.7314453125, + "y": -2380.884765625, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 24, + "x": 5069.6455078125, + "y": -2372.234375, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 25, + "x": 5066.6689453125, + "y": -2371.041015625, + "type": "target", + "move_mode": "climb", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + }, + { + "id": 26, + "x": 5091.74072265625, + "y": -2371.4453125, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "", + "locked": false + }, + { + "id": 27, + "x": 5091.74072265625, + "y": -2371.4453125, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2); " + }, + { + "id": 28, + "x": 5090.4521484375, + "y": -2379.2822265625, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 29, + "x": 5091.732421875, + "y": -2380.8349609375, + "type": "target", + "move_mode": "climb", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅③-8.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅③-8.json new file mode 100644 index 00000000..abdcb7a5 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/02收尾/427【收尾】须弥-智障厅③-8.json @@ -0,0 +1,240 @@ +{ + "info": { + "name": "427【收尾】须弥-智障厅③8", + "type": "collect", + "author": "汐", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751728768294 + }, + "positions": [ + { + "id": 1, + "x": 5168.560546875, + "y": -2345.900390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 5127.26416015625, + "y": -2350.87109375, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 3, + "x": 5127.26416015625, + "y": -2350.87109375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 5100.529296875, + "y": -2350.84375, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keydown(w),wait(0.4),dash,wait(0.4),dash,wait(0.4),dash,wait(0.5),keyup(w),", + "type": "orientation" + }, + { + "id": 5, + "x": 5100.529296875, + "y": -2350.84375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 5070.3076171875, + "y": -2348.5712890625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 5062.34375, + "y": -2338.5419921875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 5049.26806640625, + "y": -2331.392578125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 5050.044921875, + "y": -2308.1259765625, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 5061.923828125, + "y": -2305.94921875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 11, + "x": 5059.330078125, + "y": -2303.701171875, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 5060.19482421875, + "y": -2299.2763671875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 13, + "x": 5061.999992099834, + "y": -2295.40637884269, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 14, + "x": 5036.94482421875, + "y": -2295.8828125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 5036.94140625, + "y": -2295.8818359375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);芙宁娜 e;万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 16, + "x": 5040.4306640625, + "y": -2298.75390625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 5036.52099609375, + "y": -2305.591796875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 18, + "x": 5048.69970703125, + "y": -2308.3193359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 5051.6435546875, + "y": -2351.611328125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 5049.130859375, + "y": -2372.18359375, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 5048.73291015625, + "y": -2392.673828125, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 22, + "x": 5041.7499881497515, + "y": -2400.9998484203643, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2),wait(1);", + "type": "target" + }, + { + "id": 23, + "x": 5045.474609375, + "y": -2402.1728515625, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 24, + "x": 5041.84375, + "y": -2411.09362115731, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);芙宁娜 e;万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);", + "type": "target" + }, + { + "id": 25, + "x": 5056.6650390625, + "y": -2414.115234375, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),s(0.2);万叶 attack(0.08),keydown(E),wait(0.51),keyup(E),attack(0.2);" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/03额外/05【额外】纳塔-鸡屁股9.json b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/03额外/05【额外】纳塔-鸡屁股9.json new file mode 100644 index 00000000..64fd2560 --- /dev/null +++ b/repo/js/AutoArtifactsPro/assets/ArtifactsPath/分层富B 使用方式bgi47.1alpha4 删原本B路线的4个文件夹,这里面的放进去/03额外/05【额外】纳塔-鸡屁股9.json @@ -0,0 +1,317 @@ +{ + "info": { + "name": "05【额外】纳塔-鸡屁股9", + "type": "collect", + "author": "汐", + "version": "", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [], + "last_modified_time": 1751651757496 + }, + "positions": [ + { + "id": 1, + "x": 8738.1943359375, + "y": -1857.46533203125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 8750.56640625, + "y": -1843.50048828125, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 8766.4541015625, + "y": -1825.40478515625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 4, + "x": 8439.59765625, + "y": -2107.0283203125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 5, + "x": 8415.802734375, + "y": -2075.837890625, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 6, + "x": 8398.21875, + "y": -2009.6521443137826, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(3.5),attack(0.2)", + "type": "path" + }, + { + "id": 7, + "x": 8390.189453125, + "y": -1989.59619140625, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.4),keypress(f),wait(0.3),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),a(0.2),keypress(f),wait(0.4),keypress(f),a(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f)", + "type": "target" + }, + { + "id": 8, + "x": 8375.849609375, + "y": -1971.99609375, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 9, + "x": 8258.3486328125, + "y": -1744.6220703125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 10, + "x": 8234.75, + "y": -1720.24462890625, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 11, + "x": 8230.8564453125, + "y": -1712.17041015625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 12, + "x": 7857.4638671875, + "y": -1751.333984375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 13, + "x": 7867.369140625, + "y": -1744.93603515625, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 7975.76171875, + "y": -1741.60595703125, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 7998.863281249999, + "y": -1745.2353515625, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(1.5),click", + "type": "path" + }, + { + "id": 16, + "x": 7994.86328125, + "y": -1745.2353515625, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 17, + "x": 8054.341796875, + "y": -1717.56201171875, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 8057.59521484375, + "y": -1716.146484375, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 19, + "x": 8400.59765625, + "y": -1221.3232421875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 20, + "x": 8375.59381715141, + "y": -1223.9997574725849, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 21, + "x": 8264.1640625, + "y": -1248.92578125, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 22, + "x": 8124.1435546875, + "y": -1274.0283203125, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 23, + "x": 8125.625, + "y": -1278.062677064635, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "path" + }, + { + "id": 24, + "x": 8126.6875, + "y": -1279.2500553326981, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 25, + "x": 8122.61083984375, + "y": -1331.15625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 8118.8388671875, + "y": -1388.3310546875, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 27, + "x": 8121.0458984375, + "y": -1400.533203125, + "action": "", + "move_mode": "dash", + "type": "path" + }, + { + "id": 28, + "x": 8139.08251953125, + "y": -1451.94140625, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 29, + "x": 8143.23681640625, + "y": -1469.83203125, + "action": "combat_script", + "move_mode": "run", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 30, + "x": 9782.4208984375, + "y": -1764.7216796875, + "action": "force_tp", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 31, + "x": 9888.5888671875, + "y": -1760.61376953125, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 32, + "x": 9899.2236328125, + "y": -1761.6298828125, + "action": "combat_script", + "move_mode": "run", + "action_params": "wait(0.2),keypress(t),wait(2.8),keypress(e),wait(1)", + "type": "path" + }, + { + "id": 33, + "x": 9904.220703125, + "y": -1797.63037109375, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 34, + "x": 9896.1865234375, + "y": -1867.02294921875, + "action": "combat_script", + "move_mode": "dash", + "action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),", + "type": "target" + }, + { + "id": 35, + "x": 9782.4208984375, + "y": -1764.7216796875, + "action": "force_tp", + "move_mode": "walk", + "type": "teleport" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoArtifactsPro/manifest.json b/repo/js/AutoArtifactsPro/manifest.json index 2d670e00..4a5cf7e6 100644 --- a/repo/js/AutoArtifactsPro/manifest.json +++ b/repo/js/AutoArtifactsPro/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动狗粮重制版", - "version": "1.5.2", + "version": "1.5.3", "tags": [ "好感", "盗宝团",