mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
feat: 界园DLC新关卡战斗逻辑
This commit is contained in:
56
resource/roguelike/JieGarden/autopilot/凭票入内.json
Normal file
56
resource/roguelike/JieGarden/autopilot/凭票入内.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"stage_name": "凭票入内",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [4, 1],
|
||||
"direction": "down"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["召唤", "益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [5, 3],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼", "地面远程", "地面阻挡", "处决者", "回费", "其他地面"],
|
||||
"location": [4, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼", "玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [5, 2],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶", "益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [4, 1],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [6, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [3, 3],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["补给站"],
|
||||
"location": [3, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者", "鱼"],
|
||||
"location": [4, 4],
|
||||
"direction": "Right"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [5, 4],
|
||||
"direction": "left"
|
||||
}
|
||||
]
|
||||
}
|
||||
110
resource/roguelike/JieGarden/autopilot/救援行动.json
Normal file
110
resource/roguelike/JieGarden/autopilot/救援行动.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"stage_name": "救援行动",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [8, 2],
|
||||
"direction": "left"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["召唤"],
|
||||
"location": [8, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [5, 4],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [3, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [7, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [6, 1],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [8, 2],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [3, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["地刺"],
|
||||
"location": [2, 3],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["地面远程", "地面阻挡", "处决者", "回费", "其他地面"],
|
||||
"location": [3, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [3, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [2, 3],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶", "益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [3, 3],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [3, 2],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [4, 3],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["补给站"],
|
||||
"location": [8, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [5, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [5, 4],
|
||||
"direction": "up"
|
||||
}
|
||||
],
|
||||
"retreat_plan": [
|
||||
{
|
||||
"location": [5, 4],
|
||||
"condition": [3, 5]
|
||||
},
|
||||
{
|
||||
"location": [6, 1],
|
||||
"condition": [4, 6]
|
||||
},
|
||||
{
|
||||
"location": [8, 2],
|
||||
"condition": [5, 7]
|
||||
}
|
||||
]
|
||||
}
|
||||
87
resource/roguelike/JieGarden/autopilot/玩具兵将.json
Normal file
87
resource/roguelike/JieGarden/autopilot/玩具兵将.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"stage_name": "玩具兵将",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [5, 5],
|
||||
"direction": "left"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["召唤"],
|
||||
"location": [6, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [3, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [5, 1],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [4, 1],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [4, 4],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["地面远程", "地面阻挡", "处决者", "回费", "其他地面"],
|
||||
"location": [3, 5],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [4, 1],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [3, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶"],
|
||||
"location": [5, 3],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [5, 1],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [4, 3],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["补给站"],
|
||||
"location": [4, 5],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [2, 1],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [2, 3],
|
||||
"direction": "left"
|
||||
}
|
||||
],
|
||||
"retreat_plan": [
|
||||
{
|
||||
"location": [5, 1],
|
||||
"condition": [5, 7]
|
||||
}
|
||||
]
|
||||
}
|
||||
56
resource/roguelike/JieGarden/autopilot/驱虫.json
Normal file
56
resource/roguelike/JieGarden/autopilot/驱虫.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"stage_name": "驱虫",
|
||||
"replacement_home": [
|
||||
{
|
||||
"location": [5, 4],
|
||||
"direction": "down"
|
||||
}
|
||||
],
|
||||
"deploy_plan": [
|
||||
{
|
||||
"groups": ["召唤", "益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [8, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼", "地面远程", "地面阻挡", "处决者", "回费", "其他地面"],
|
||||
"location": [5, 4],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼", "玛恩纳", "地面远程", "重装", "地面阻挡", "回费", "处决者", "其他地面"],
|
||||
"location": [6, 5],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["单奶", "群奶", "益达", "提丰", "焰苇", "高台输出"],
|
||||
"location": [8, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["鱼"],
|
||||
"location": [6, 3],
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"groups": ["高台输出"],
|
||||
"location": [5, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["补给站"],
|
||||
"location": [6, 4],
|
||||
"direction": "left"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者", "鱼"],
|
||||
"location": [7, 2],
|
||||
"direction": "down"
|
||||
},
|
||||
{
|
||||
"groups": ["处决者"],
|
||||
"location": [3, 4],
|
||||
"direction": "down"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user