Merge pull request #2 from HZYgrandma/main

UpdateV1.7
This commit is contained in:
辉鸭蛋
2024-10-14 11:29:32 +08:00
committed by GitHub
4 changed files with 192 additions and 7 deletions

View File

@@ -0,0 +1,100 @@
{
"info": {
"name": "狗粮_璃月_荻花洲_2",
"type": "collect",
"author": "Tim",
"version": "1.0",
"description": "",
"bgiVersion": "0.34.5"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 253.1962890625,
"y": 1285.09619140625
},
{
"id": 2,
"x": 239.6298828125,
"y": 1282.43017578125,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 3,
"x": 231.5224609375,
"y": 1231.49267578125,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 4,
"x": 238.1328125,
"y": 1205.90966796875,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 5,
"x": 258.248046875,
"y": 1186.46142578125,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 6,
"x": 286.828125,
"y": 1158.8583984375,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 7,
"x": 338.716796875,
"y": 1111.2578125,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 8,
"x": 339.3671875,
"y": 1105.2763671875,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 9,
"x": 338.89453125,
"y": 1101.20751953125,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 10,
"x": 345.763671875,
"y": 1098.607421875,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 11,
"x": 348.6513671875,
"y": 1098.20654296875,
"type": "target",
"move_mode": "walk",
"action": ""
}
]
}

View File

@@ -0,0 +1,84 @@
{
"info": {
"name": "狗粮_枫丹_黎翡区神像_3",
"type": "collect",
"author": "Tim",
"version": "1.0",
"description": "",
"bgiVersion": "0.34.5"
},
"positions": [
{
"id": 1,
"action": "",
"move_mode": "walk",
"type": "teleport",
"x": 4545.52294921875,
"y": 4225.54296875
},
{
"id": 2,
"x": 4544.060546875,
"y": 4213.8525390625,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 3,
"x": 4536.2587890625,
"y": 4202.935546875,
"type": "path",
"move_mode": "fly",
"action": "stop_flying"
},
{
"id": 4,
"x": 4535.5498046875,
"y": 4210.814453125,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 5,
"x": 4539.42822265625,
"y": 4198.798828125,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 6,
"x": 4552.82421875,
"y": 4209.69873046875,
"type": "path",
"move_mode": "walk",
"action": ""
},
{
"id": 7,
"x": 4555.6982421875,
"y": 4208.75537109375,
"type": "target",
"move_mode": "walk",
"action": ""
},
{
"id": 8,
"x": 4569.55224609375,
"y": 4223.2880859375,
"type": "path",
"move_mode": "fly",
"action": ""
},
{
"id": 9,
"x": 4571.0361328125,
"y": 4225.990234375,
"type": "target",
"move_mode": "walk",
"action": ""
}
]
}

View File

@@ -11,8 +11,8 @@
'游戏以60帧运行',
'游戏视角灵敏度保持默认为3',
'运行时是琳妮特前台且拥有双风共鸣',
'元素共鸣需要四个角色组队触发,仅两个风系角色无效'
'不要带其他有移速加成的角色',
'元素共鸣需要四个角色组队触发,仅两个风系角色无效',
'不要带其他有移速加成的角色'
];
for (let message of messages) {
@@ -100,11 +100,12 @@
await KeyMouse('流泉之众', 2, 8918, -2678);
await KeyMouse('悬木人', 2, 8433, -2108);
await AutoPath('渌华池');
await AutoPath('轻策庄');
await AutoPath('荻花洲');
await AutoPath('维摩庄');
await KeyMouse('精石铜城', 2, 6323, 821);
//彩蛋:凭此注释截图可找'辉鸭蛋'领取10分钟禁言礼包一份
//await AutoPath('莫尔泰区神像');
// 计算并输出总时长
const endTime = Date.now();
const totalTimeInSeconds = (endTime - startTime) / 1000;

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "自动狗粮",
"version": "1.6",
"version": "1.7",
"description": "自动调查离传送点较近的狗粮。请使用琳妮特前台,双风共鸣。并保证所有传送点都已经激活!",
"authors": [
{