mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
perf: 添加萨卡兹肉鸽作业"炉工志愿队","血脉之辩","见闻峰会" (#10228)
* feat: 添加萨卡兹肉鸽作业"炉工志愿队","血脉之辩","见闻峰会" * chore: Auto update by pre-commit hooks [skip changelog] * revert: default.json * Update default.json * change default.json * perf: 修改部分replace home和blacklist * perf: 修改见闻峰会blacklist --------- Co-authored-by: 晓丶梦丶仁 <1020623818@qq.com>
This commit is contained in:
60
resource/roguelike/Sarkaz/autopilot/炉工志愿队.json
Normal file
60
resource/roguelike/Sarkaz/autopilot/炉工志愿队.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"stage_name": "炉工志愿队",
|
||||
"blacklist_location": [
|
||||
[2, 3],
|
||||
[2, 4],
|
||||
[2, 5],
|
||||
[3, 2],
|
||||
[3, 3],
|
||||
[3, 4],
|
||||
[3, 5],
|
||||
[4, 2],
|
||||
[4, 3],
|
||||
[4, 4],
|
||||
[5, 2],
|
||||
[5, 3],
|
||||
[5, 4]
|
||||
],
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [1, 6],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"location": [6, 6],
|
||||
"direction": "up"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["情报官", "地面远程"],
|
||||
"location": [2, 2],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["益达", "高台输出"],
|
||||
"location": [4, 6],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["奶", "高台输出"],
|
||||
"location": [1, 2],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "其他地面"],
|
||||
"location": [4, 5],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["炮灰", "地刺", "处决者", "投锋"],
|
||||
"location": [8, 2],
|
||||
"direction": "dowm"
|
||||
},
|
||||
{
|
||||
"groups": ["奶盾", "其他地面"],
|
||||
"location": [5, 5],
|
||||
"direction": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
66
resource/roguelike/Sarkaz/autopilot/血脉之辨.json
Normal file
66
resource/roguelike/Sarkaz/autopilot/血脉之辨.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"stage_name": "血脉之辨",
|
||||
"blacklist_location": [
|
||||
[2, 5],
|
||||
[5, 3],
|
||||
[5, 4],
|
||||
[6, 3],
|
||||
[6, 4],
|
||||
[6, 5],
|
||||
[7, 3],
|
||||
[7, 4],
|
||||
[7, 5],
|
||||
[7, 6],
|
||||
[8, 5],
|
||||
[8, 6],
|
||||
[9, 6]
|
||||
],
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [9, 4],
|
||||
"direction": "left"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["情报官", "地面远程"],
|
||||
"location": [6, 1],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["益达", "提丰"],
|
||||
"location": [8, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["奶"],
|
||||
"location": [8, 2],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["术士", "凯尔希", "单奶"],
|
||||
"location": [3, 5],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["盾法", "高台输出"],
|
||||
"location": [5, 2],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "地面远程", "处决者", "其他地面"],
|
||||
"location": [6, 6],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["炮灰", "地刺"],
|
||||
"location": [3, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["投锋", "奶盾"],
|
||||
"location": [9, 4],
|
||||
"direction": "right"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
resource/roguelike/Sarkaz/autopilot/见闻峰会.json
Normal file
48
resource/roguelike/Sarkaz/autopilot/见闻峰会.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"stage_name": "见闻峰会",
|
||||
"blacklist_location": [
|
||||
[1, 1],
|
||||
[3, 2],
|
||||
[5, 1],
|
||||
[5, 5],
|
||||
[6, 5]
|
||||
],
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [5, 3],
|
||||
"direction": "left"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["情报官", "地面远程", "处决者"],
|
||||
"location": [1, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["益达", "辅助", "术士"],
|
||||
"location": [3, 4],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["奶", "高台输出"],
|
||||
"location": [2, 4],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "其他地面"],
|
||||
"location": [1, 1],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["炮灰", "地刺"],
|
||||
"location": [5, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["投锋", "奶盾"],
|
||||
"location": [6, 5],
|
||||
"direction": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -45,7 +45,7 @@
|
||||
"choose": 1,
|
||||
"choices": [
|
||||
{
|
||||
"name": "找些帮手来把这里搬空",
|
||||
"name": "请帮帮我,还有我的同伴们",
|
||||
"option_num": 3,
|
||||
"choose": 2,
|
||||
"requirements": [
|
||||
@@ -429,7 +429,7 @@
|
||||
"choose": 2,
|
||||
"choices": [
|
||||
{
|
||||
"name": "举起矛头!",
|
||||
"name": "准备把鸭子刺个对穿",
|
||||
"option_num": 3,
|
||||
"choose": 2,
|
||||
"requirements": [
|
||||
|
||||
Reference in New Issue
Block a user