Skip to content

Commit 127c279

Browse files
feat: 一般活动练级入口常驻化,避免没时间更新
1 parent 06fa102 commit 127c279

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

assets/interface.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,63 @@
282282
"立体强袭允许追击"
283283
],
284284
"pipeline_override": {}
285+
},
286+
{
287+
"name": "活动练级",
288+
"entry": "进入活动",
289+
"check": false,
290+
"repeatable": true,
291+
"doc": "[color:red]活动不支持自动导航,活须在出击准备界面点开始,其余设置沿用自动出征[/color]",
292+
"repeat_count": 1,
293+
"option": [
294+
"战斗编队",
295+
"活动无限次数",
296+
"战斗大破/中破舰船处理",
297+
"船舱满自动拆船(危险功能)",
298+
"战斗使用军阶buff",
299+
"战斗节点",
300+
"门口SL目标1",
301+
"门口SL目标2",
302+
"节点1阵型",
303+
"节点1追击",
304+
"节点2阵型",
305+
"节点2追击",
306+
"节点3阵型",
307+
"节点3追击",
308+
"节点4阵型",
309+
"节点4追击",
310+
"节点5阵型",
311+
"节点5追击"
312+
],
313+
"pipeline_override": {
314+
"回到关卡了": {
315+
"expected": "出击准备",
316+
"roi": [
317+
980,
318+
581,
319+
254,
320+
75
321+
],
322+
"next": [
323+
"无限战斗",
324+
"无动作结束"
325+
]
326+
},
327+
"无限战斗": {
328+
"next": [
329+
"进入关卡"
330+
]
331+
},
332+
"进入关卡": {
333+
"expected": "出击准备",
334+
"roi": [
335+
980,
336+
581,
337+
254,
338+
75
339+
]
340+
}
341+
}
285342
}
286343
],
287344
"option": {
@@ -3345,6 +3402,30 @@
33453402
}
33463403
}
33473404
]
3405+
},
3406+
"活动无限次数": {
3407+
"cases": [
3408+
{
3409+
"name": "关闭",
3410+
"pipeline_override": {
3411+
"无限战斗": {
3412+
"enabled": false
3413+
}
3414+
}
3415+
},
3416+
{
3417+
"name": "无限次数",
3418+
"pipeline_override": {}
3419+
},
3420+
{
3421+
"name": "直到旗舰满级后停止",
3422+
"pipeline_override": {
3423+
"战斗检测等级": {
3424+
"enabled": true
3425+
}
3426+
}
3427+
}
3428+
]
33483429
}
33493430
}
33503431
}

0 commit comments

Comments
 (0)