mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-23 22:20:06 +08:00
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:
@@ -33,6 +33,7 @@
|
||||
### 0.31
|
||||
|
||||
- 优化了莉奈娅挖矿的逻辑
|
||||
- 优化了莉奈娅的挖矿动作,special thanks to [@this-Fish](https://github.com/this-Fish)
|
||||
|
||||
### 0.30
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user