diff --git a/repo/js/AbundantOre/README.md b/repo/js/AbundantOre/README.md index 8680fc68d..9d093e5b3 100644 --- a/repo/js/AbundantOre/README.md +++ b/repo/js/AbundantOre/README.md @@ -33,6 +33,7 @@ ### 0.31 - 优化了莉奈娅挖矿的逻辑 +- 优化了莉奈娅的挖矿动作,special thanks to [@this-Fish](https://github.com/this-Fish) ### 0.30 diff --git a/repo/js/AbundantOre/main.js b/repo/js/AbundantOre/main.js index 88f14b4c4..d64fd5405 100644 --- a/repo/js/AbundantOre/main.js +++ b/repo/js/AbundantOre/main.js @@ -396,7 +396,7 @@ function modify_script_for_claymores(json_content) { } async function modify_script_for_linnea(json_content, override_config) { - const linnea_mining_action = `${linnea_chs_name} moveby(0,2500),charge(0.6),click(middle)`; + const linnea_mining_action = `${linnea_chs_name} moveby(0,2500),wait(0.1),charge(0.65),click(middle)`; const claymore_mining_actions = { "诺艾尔": "attack(2.0)", "迪希雅": "attack(0.6),mousedown,wait(2.1),mouseup,j",