mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
perf: 添加萨卡兹肉鸽劳作的清晨关卡策略 (#12626)
* perf: 添加萨卡兹肉鸽劳作的清晨关卡策略 * fix: typo * chore: Auto update by pre-commit hooks [skip changelog] * perf: ew摆放 * perf: replacement_home * perf: 调整部署位置 * perf: 遗漏 * perf: 修改站位 --------- Co-authored-by: 晓丶梦丶仁 <74444214+Daydreamer114@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 萨拉托加 <151550168+Saratoga-Official@users.noreply.github.com>
This commit is contained in:
51
resource/roguelike/Sarkaz/autopilot/劳作的清晨.json
Normal file
51
resource/roguelike/Sarkaz/autopilot/劳作的清晨.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"stage_name": "劳作的清晨",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [4, 1],
|
||||
"direction": "down"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["投掷手"],
|
||||
"location": [3, 3],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["奶盾", "重装", "地面阻挡", "地面远程"],
|
||||
"location": [4, 1],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [5, 3],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶", "高台输出"],
|
||||
"location": [5, 4],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [5, 2],
|
||||
"direction": "right"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶", "高台输出"],
|
||||
"location": [3, 1],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["补给站", "支援陷阱", "无人机"],
|
||||
"location": [3, 4],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["炮灰", "奶盾", "重装", "地面阻挡", "地面远程"],
|
||||
"location": [8, 1],
|
||||
"direction": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user