Add wait action to linnea mining script (#3151)

* Add wait action to linnea mining script

* Adjust linnea mining action timing and charge

* Update README.md
This commit is contained in:
Jamis
2026-04-22 00:37:38 +10:00
committed by GitHub
parent 30ec4bdd22
commit ac6914e315
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
### 0.31
- 优化了莉奈娅挖矿的逻辑
- 优化了莉奈娅的挖矿动作special thanks to [@this-Fish](https://github.com/this-Fish)
### 0.30

View File

@@ -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",