From c463cb68e8f96963b26d9dae242901d6fe1534b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E6=9C=9B=E5=85=B0?= <109917116+ccccccggggg@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:00:23 +0800 Subject: [PATCH 1/2] Add files via upload --- repo/js/Condensed Resin/main.js | 14 +++++++++++ repo/js/Condensed Resin/manifest.json | 12 +++++++++ repo/js/Daily Commission/main.js | 12 +++++++++ repo/js/Daily Commission/manifest.json | 12 +++++++++ repo/js/Decompose artifact/main.js | 32 ++++++++++++++++++++++++ repo/js/Decompose artifact/manifest.json | 12 +++++++++ repo/js/Expedition/main.js | 16 ++++++++++++ repo/js/Expedition/manifest.json | 12 +++++++++ repo/js/Experience points/main.js | 12 +++++++++ repo/js/Experience points/manifest.json | 12 +++++++++ repo/js/Wait 10min/main.js | 5 ++++ repo/js/Wait 10min/manifest.json | 12 +++++++++ 12 files changed, 163 insertions(+) create mode 100644 repo/js/Condensed Resin/main.js create mode 100644 repo/js/Condensed Resin/manifest.json create mode 100644 repo/js/Daily Commission/main.js create mode 100644 repo/js/Daily Commission/manifest.json create mode 100644 repo/js/Decompose artifact/main.js create mode 100644 repo/js/Decompose artifact/manifest.json create mode 100644 repo/js/Expedition/main.js create mode 100644 repo/js/Expedition/manifest.json create mode 100644 repo/js/Experience points/main.js create mode 100644 repo/js/Experience points/manifest.json create mode 100644 repo/js/Wait 10min/main.js create mode 100644 repo/js/Wait 10min/manifest.json diff --git a/repo/js/Condensed Resin/main.js b/repo/js/Condensed Resin/main.js new file mode 100644 index 00000000..13ac70a2 --- /dev/null +++ b/repo/js/Condensed Resin/main.js @@ -0,0 +1,14 @@ +(async function () { + setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI + keyPress("F"); + await sleep(3000); + click(960, 540); + await sleep(1000); + click(1750, 1010); + await sleep(5000); + click(975, 900); + await sleep(1000); + keyPress("Escape"); + + log.info("已完成合成浓缩树脂"); +})(); \ No newline at end of file diff --git a/repo/js/Condensed Resin/manifest.json b/repo/js/Condensed Resin/manifest.json new file mode 100644 index 00000000..4ae59a4b --- /dev/null +++ b/repo/js/Condensed Resin/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "合成浓缩树脂", + "version": "1.0", + "description": "用于合成浓缩树脂", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file diff --git a/repo/js/Daily Commission/main.js b/repo/js/Daily Commission/main.js new file mode 100644 index 00000000..f62c12e0 --- /dev/null +++ b/repo/js/Daily Commission/main.js @@ -0,0 +1,12 @@ +(async function () { + setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI + keyPress("F"); + await sleep(3000); + click(960, 540); + await sleep(2000); + click(1400, 430); + await sleep(3000); + click(950, 800); + + log.info("已领取每日委托奖励"); +})(); \ No newline at end of file diff --git a/repo/js/Daily Commission/manifest.json b/repo/js/Daily Commission/manifest.json new file mode 100644 index 00000000..7d3ec7c2 --- /dev/null +++ b/repo/js/Daily Commission/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "领取每日委托奖励", + "version": "1.0", + "description": "用于领取每日委托奖励", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file diff --git a/repo/js/Decompose artifact/main.js b/repo/js/Decompose artifact/main.js new file mode 100644 index 00000000..301951c9 --- /dev/null +++ b/repo/js/Decompose artifact/main.js @@ -0,0 +1,32 @@ +(async function () { + setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI + keyPress("B"); + await sleep(3000); + click(670,40); + await sleep(2000); + click(660,1010); + await sleep(2000); + click(300,1020); + await sleep(1000); + click(300,380); + await sleep(400); + click(300,300); + await sleep(400); + click(300,220); + await sleep(400); + click(300,150); + await sleep(800); + click(340,1010); + await sleep(800); + click(1740,1020); + await sleep(800); + click(1180,750); + await sleep(800); + click(950,800); + await sleep(800); + keyPress("Escape"); + await sleep(1000); + keyPress("Escape"); + + log.info("已分解狗粮"); +})(); \ No newline at end of file diff --git a/repo/js/Decompose artifact/manifest.json b/repo/js/Decompose artifact/manifest.json new file mode 100644 index 00000000..02e094a7 --- /dev/null +++ b/repo/js/Decompose artifact/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "分解狗粮", + "version": "1.0", + "description": "用于分解狗粮", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file diff --git a/repo/js/Expedition/main.js b/repo/js/Expedition/main.js new file mode 100644 index 00000000..93e60934 --- /dev/null +++ b/repo/js/Expedition/main.js @@ -0,0 +1,16 @@ +(async function () { + setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI + keyPress("F"); + await sleep(3000); + click(960, 540); + await sleep(1000); + click(1400, 580); + await sleep(1000); + click(160, 1010); + await sleep(1000); + click(1160, 1020); + await sleep(1000); + keyPress("Escape"); + + log.info("已领取每日委托奖励"); +})(); \ No newline at end of file diff --git a/repo/js/Expedition/manifest.json b/repo/js/Expedition/manifest.json new file mode 100644 index 00000000..9b6b32e2 --- /dev/null +++ b/repo/js/Expedition/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "重新探索派遣", + "version": "1.0", + "description": "用于重新探索派遣", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file diff --git a/repo/js/Experience points/main.js b/repo/js/Experience points/main.js new file mode 100644 index 00000000..56733155 --- /dev/null +++ b/repo/js/Experience points/main.js @@ -0,0 +1,12 @@ +(async function () { + setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI + keyPress("F1"); + await sleep(3000); + click(300,340); + await sleep(1000); + click(1550,750); + await sleep(3000); + keyPress("Escape"); + + log.info("已领取历练点"); +})(); \ No newline at end of file diff --git a/repo/js/Experience points/manifest.json b/repo/js/Experience points/manifest.json new file mode 100644 index 00000000..ccd47217 --- /dev/null +++ b/repo/js/Experience points/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "领取历练点", + "version": "1.0", + "description": "用于领取历练点", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file diff --git a/repo/js/Wait 10min/main.js b/repo/js/Wait 10min/main.js new file mode 100644 index 00000000..be0d4e8d --- /dev/null +++ b/repo/js/Wait 10min/main.js @@ -0,0 +1,5 @@ +(async function () { + setGameMetrics(1920, 1080, 2); + await sleep(10000); // 转换时间单位,从20ms到秒 + log.info("等待了10秒"); +})(); \ No newline at end of file diff --git a/repo/js/Wait 10min/manifest.json b/repo/js/Wait 10min/manifest.json new file mode 100644 index 00000000..f4b2bd1e --- /dev/null +++ b/repo/js/Wait 10min/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "等待十秒", + "version": "1.0", + "description": "用于等待十秒", + "authors": [ + { + "name": "鹤望兰", + } + ], + "main": "main.js", +} \ No newline at end of file From af94a65e858218cb49191871cd2767ff54c489c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E6=9C=9B=E5=85=B0?= <109917116+ccccccggggg@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:07:18 +0800 Subject: [PATCH 2/2] Add files via upload --- repo/combat/白万芙特.txt | 8 ++++++++ repo/combat/那芙万希.txt | 9 +++++++++ repo/combat/那芙钟希.txt | 8 ++++++++ repo/combat/那钟万芙.txt | 9 +++++++++ 4 files changed, 34 insertions(+) create mode 100644 repo/combat/白万芙特.txt create mode 100644 repo/combat/那芙万希.txt create mode 100644 repo/combat/那芙钟希.txt create mode 100644 repo/combat/那钟万芙.txt diff --git a/repo/combat/白万芙特.txt b/repo/combat/白万芙特.txt new file mode 100644 index 00000000..1ca07ad3 --- /dev/null +++ b/repo/combat/白万芙特.txt @@ -0,0 +1,8 @@ +// 作者:鹤望兰 +// 描述:最基础的白万芙特枫丹战舰配对,但由于不带钟离在高韧性怪坏境容易被打断技能 + + +芙宁娜 e,q +白术 e,q +枫原万叶 e(hold),attack,q +那维莱特 e,q,charge(3),charge(3),charge(3) \ No newline at end of file diff --git a/repo/combat/那芙万希.txt b/repo/combat/那芙万希.txt new file mode 100644 index 00000000..289b0c8e --- /dev/null +++ b/repo/combat/那芙万希.txt @@ -0,0 +1,9 @@ +// 作者:鹤望兰 +// 描述:伤害最大化的配对,但不携带钟离容易暴毙,那维莱特多e一下保证充能的同时尽可能在低练度情况下一轮直接打完副本 + + +那维莱特 e,q +芙宁娜 e,q +希诺宁 e,q,attack,attack +枫原万叶 e(hold),attack,q +那维莱特 e,charge(3),charge(3),charge(3) \ No newline at end of file diff --git a/repo/combat/那芙钟希.txt b/repo/combat/那芙钟希.txt new file mode 100644 index 00000000..7bacc414 --- /dev/null +++ b/repo/combat/那芙钟希.txt @@ -0,0 +1,8 @@ +// 作者:鹤望兰 +// 描述:将万叶换成钟离为了保证打本的顺畅性 + + +芙宁娜 e,q +希诺宁 e,q,attack,attack +钟离 e(hold) +那维莱特 e,q,charge(3),charge(3),charge(3) \ No newline at end of file diff --git a/repo/combat/那钟万芙.txt b/repo/combat/那钟万芙.txt new file mode 100644 index 00000000..11b5618d --- /dev/null +++ b/repo/combat/那钟万芙.txt @@ -0,0 +1,9 @@ +// 作者:鹤望兰 +// 描述:将白术换成钟离为了保证打本的顺畅性,那维莱特多e一下保证充能的同时尽可能在低练度情况下一轮直接打完副本,由于缺乏群奶,仅推荐二命芙芙,六命钟离或者也可以龙王带金珀 + + +芙宁娜 e,q +钟离 e(hold) +那维莱特 e,q +枫原万叶 e(hold),attack,q +那维莱特 e,charge(3),charge(3),charge(3) \ No newline at end of file