From 3ec1368f1ae354e6fc22d6d4771bf144b8942ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:38:12 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=BF=BD=E8=B8=AA?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E5=A2=9E=E7=BB=AF=E6=A8=B1=E7=BB=A3=E7=90=83?= =?UTF-8?q?=E9=B8=A3=E7=A5=9E=E5=A4=A7=E7=A4=BE=EF=BC=93=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../绯樱绣球/05绯樱绣球-鸣神大社-3个.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 repo/pathing/绯樱绣球/05绯樱绣球-鸣神大社-3个.json diff --git a/repo/pathing/绯樱绣球/05绯樱绣球-鸣神大社-3个.json b/repo/pathing/绯樱绣球/05绯樱绣球-鸣神大社-3个.json new file mode 100644 index 000000000..58bc9c0d0 --- /dev/null +++ b/repo/pathing/绯樱绣球/05绯樱绣球-鸣神大社-3个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "绯樱绣球-鸣神大社-3个", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgiVersion": "0.37.3" + }, + "positions": [ + { + "id": 1, + "x": -4375.9765625, + "y": -2500.068359375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": -4374.119140625, + "y": -2469.8017578125, + "action": "electro_collect", + "move_mode": "walk", + "type": "target" + }, + { + "id": 3, + "x": -4380.75, + "y": -2465.75, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -4387.537109375, + "y": -2468.890625, + "action": "electro_collect", + "move_mode": "walk", + "type": "target" + }, + { + "id": 5, + "x": -4377.8515625, + "y": -2501.1357421875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 6, + "x": -4412.14453125, + "y": -2494.033203125, + "action": "electro_collect", + "move_mode": "walk", + "type": "target" + } + ] +} \ No newline at end of file From a2798303ad48cbafc8bdcce5a65291b39c45a628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:45:34 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix=EF=BC=9A=E8=B0=83=E6=95=B4=E5=BB=B6?= =?UTF-8?q?=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/芙芙挂机暗杀流/main.js | 6 +++--- repo/js/芙芙挂机暗杀流/manifest.json | 11 ++++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/repo/js/芙芙挂机暗杀流/main.js b/repo/js/芙芙挂机暗杀流/main.js index 179c0ff2a..a7286ee84 100644 --- a/repo/js/芙芙挂机暗杀流/main.js +++ b/repo/js/芙芙挂机暗杀流/main.js @@ -24,13 +24,13 @@ for (let i = 0; i < settings.cycle_times; ++i) { await sleep(1000); keyPress("E");//释放芙芙元素战技 - await sleep(1000); + await sleep(800); keyPress("2");//芙芙切后台触发剧团 - await sleep(1000); + await sleep(500); keyPress("T");//附身纳塔龙 - await sleep(27000); + await sleep(28500); log.info("第"+(i+1)+"次执行完成") } diff --git a/repo/js/芙芙挂机暗杀流/manifest.json b/repo/js/芙芙挂机暗杀流/manifest.json index df5f18e06..dff2e10f1 100644 --- a/repo/js/芙芙挂机暗杀流/manifest.json +++ b/repo/js/芙芙挂机暗杀流/manifest.json @@ -1,18 +1,15 @@ { "manifest_version": 1, - "name": "芙芙挂机暗杀流", // 名称 - "version": "1.0", // 版本 - "bgi_version": "0.37.2", // 适用于 BetterGI 的最低版本,BetterGI低于此版本会提示 - "description": "用于芙宁娜海鲜挂机暗杀地方传奇", // 描述 - // 作者信息 + "name": "芙芙挂机暗杀流", + "version": "1.0", + "bgi_version": "0.37.2", + "description": "用于芙宁娜海鲜挂机暗杀地方传奇", "authors": [ { "name": "起个名字好难", "link": "https://mualani.fun" } ], - // 自定义配置 "settings_ui": "settings.json", - // 入口文件 "main": "main.js" } From a738e8785915ca17a882f37b7721c89242387849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:10:51 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=BF=BD=E8=B8=AA?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E5=A2=9E=E7=BB=AF=E6=A8=B1=E7=BB=A3=E7=90=83?= =?UTF-8?q?=E9=95=87=E5=AE=88=E4=B9=8B=E6=A3=AE4=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../绯樱绣球/06绯樱绣球-镇守之森-4个.json | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 repo/pathing/绯樱绣球/06绯樱绣球-镇守之森-4个.json diff --git a/repo/pathing/绯樱绣球/06绯樱绣球-镇守之森-4个.json b/repo/pathing/绯樱绣球/06绯樱绣球-镇守之森-4个.json new file mode 100644 index 000000000..02d8cc89c --- /dev/null +++ b/repo/pathing/绯樱绣球/06绯樱绣球-镇守之森-4个.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "绯樱绣球-镇守之森-4个", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgiVersion": "0.37.3" + }, + "positions": [ + { + "id": 1, + "x": -4429.80078125, + "y": -2798.5849609375, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 2, + "x": -4441.2890625, + "y": -2799.7509765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -4464.7421875, + "y": -2813.2109375, + "type": "target", + "move_mode": "walk", + "action": "electro_collect" + }, + { + "id": 4, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -4430.189453125, + "y": -2799.4716796875 + }, + { + "id": 5, + "x": -4432.47265625, + "y": -2763.388671875, + "type": "target", + "move_mode": "walk", + "action": "electro_collect" + }, + { + "id": 6, + "x": -4415.365234375, + "y": -2790.0234375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -4405.775390625, + "y": -2793.630859375, + "type": "target", + "move_mode": "walk", + "action": "electro_collect" + }, + { + "id": 8, + "x": -4383.607421875, + "y": -2793.5517578125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -4378.828125, + "y": -2849.36328125, + "type": "target", + "move_mode": "walk", + "action": "electro_collect" + } + ] +} \ No newline at end of file From 891450d14733ac48c0de731cba5b12657afdd9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:27:20 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Delete=20repo/pathing/=E9=AC=BC=E5=85=9C?= =?UTF-8?q?=E8=99=AB/=E9=AC=BC=E5=85=9C=E8=99=AB04-=E8=B8=8F=E9=9E=B4?= =?UTF-8?q?=E7=A0=82(=E4=B8=9C=E4=BE=A7)-1=E4=B8=AA(=E5=9C=A8=E6=A0=91?= =?UTF-8?q?=E9=AB=98=E5=A4=84,=E6=A6=82=E7=8E=87=E6=8D=A1=E4=B8=8D?= =?UTF-8?q?=E5=88=B0,=E4=BC=9A=E5=BC=95=E6=80=AA=E5=8A=A1=E5=BF=85?= =?UTF-8?q?=E8=A1=80=E5=8E=9A).json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...(东侧)-1个(在树高处,概率捡不到,会引怪务必血厚).json | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 repo/pathing/鬼兜虫/鬼兜虫04-踏鞴砂(东侧)-1个(在树高处,概率捡不到,会引怪务必血厚).json diff --git a/repo/pathing/鬼兜虫/鬼兜虫04-踏鞴砂(东侧)-1个(在树高处,概率捡不到,会引怪务必血厚).json b/repo/pathing/鬼兜虫/鬼兜虫04-踏鞴砂(东侧)-1个(在树高处,概率捡不到,会引怪务必血厚).json deleted file mode 100644 index 7dc113a4f..000000000 --- a/repo/pathing/鬼兜虫/鬼兜虫04-踏鞴砂(东侧)-1个(在树高处,概率捡不到,会引怪务必血厚).json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "info": { - "name": "鬼兜虫-踏鞴砂(东侧)-1个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgiVersion": "0.35.1" - }, - "positions": [ - { - "id": 1, - "x": -3480.6337890625, - "y": -3754.4375, - "type": "teleport", - "move_mode": "walk", - "action": "" - }, - { - "id": 3, - "x": -3457.314453125, - "y": -3772.1884765625, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 4, - "x": -3382.8271484375, - "y": -3745.73046875, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 5, - "x": -3378.005859375, - "y": -3750.4794921875, - "type": "target", - "move_mode": "walk", - "action": "pick_around" - } - ] -} \ No newline at end of file