archive JS
This commit is contained in:
1
archive/js/稻妻合成台/assets/稻妻合成台.json
Normal file
1
archive/js/稻妻合成台/assets/稻妻合成台.json
Normal file
File diff suppressed because one or more lines are too long
14
archive/js/稻妻合成台/main.js
Normal file
14
archive/js/稻妻合成台/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(async function () {
|
||||
|
||||
log.info('前往稻妻合成台,“那位莱特不行,他冲刺比其他成男角色远”(成男角色:钟离,公子,凯亚,迪卢克等)');
|
||||
|
||||
async function captureCrystalfly(locationName, x, y, num) {
|
||||
log.info('前往 {name}', locationName);
|
||||
await genshin.tp(x, y);
|
||||
await sleep(5000);
|
||||
let filePath = `assets/${locationName}.json`;
|
||||
await keyMouseScript.runFile(filePath);
|
||||
}
|
||||
|
||||
await captureCrystalfly('稻妻合成台', -4402.56, -3052.88);
|
||||
})();
|
||||
13
archive/js/稻妻合成台/manifest.json
Normal file
13
archive/js/稻妻合成台/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "稻妻合成台",
|
||||
"version": "1.0",
|
||||
"description": "去稻妻合成台 那位莱特不行,他冲刺比其他成男角色远(成男角色冲刺右键8下,A左走5秒,跳跃找交互,停顿)",
|
||||
"authors": [
|
||||
{
|
||||
"name": "fengbu"
|
||||
}
|
||||
],
|
||||
"tags": ["稻妻", "合成台"],
|
||||
"main": "main.js"
|
||||
}
|
||||
Reference in New Issue
Block a user