From 85cb0d802ffdc6df94deae7d7fc1f0ff7e8cf65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E4=B8=B6=E6=A2=A6=E4=B8=B6=E4=BB=81?= <74444214+Daydreamer114@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:22:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=90=A8=E5=8D=A1=E5=85=B9=E8=82=89?= =?UTF-8?q?=E9=B8=BD=E6=B7=BB=E5=8A=A0=E6=B5=AE=E7=A9=BA=E5=9F=8E=E6=8E=A5?= =?UTF-8?q?=E8=88=B7=E6=88=98=E4=BD=9C=E6=88=98=E7=AD=96=E7=95=A5=20(#9971?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * perf: 萨卡兹肉鸽添加浮空城接弦战作战策略 * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .../Sarkaz/autopilot/浮空城接舷战.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 resource/roguelike/Sarkaz/autopilot/浮空城接舷战.json diff --git a/resource/roguelike/Sarkaz/autopilot/浮空城接舷战.json b/resource/roguelike/Sarkaz/autopilot/浮空城接舷战.json new file mode 100644 index 0000000000..4b1c701680 --- /dev/null +++ b/resource/roguelike/Sarkaz/autopilot/浮空城接舷战.json @@ -0,0 +1,61 @@ +{ + "stage_name": "浮空城接舷战", + "replacement_home": [ + { + "location": [3, 4], + "direction": "right" + } + ], + "deploy_plan": [ + { + "groups": ["益达"], + "location": [2, 4], + "direction": "right" + }, + { + "groups": ["情报官", "重装", "地面远程", "地面阻挡"], + "location": [1, 3], + "direction": "right" + }, + { + "groups": ["提丰", "单奶"], + "location": [3, 5], + "direction": "right" + }, + { + "groups": ["高台输出"], + "location": [2, 4], + "direction": "right" + }, + { + "groups": ["高台输出"], + "location": [4, 5], + "direction": "right" + }, + { + "groups": ["焰苇", "高台输出"], + "location": [4, 6], + "direction": "right" + }, + { + "groups": ["盾法"], + "location": [6, 5], + "direction": "right" + }, + { + "groups": ["高台输出"], + "location": [4, 4], + "direction": "right" + }, + { + "groups": ["情报官", "地面远程"], + "location": [6, 3], + "direction": "right" + }, + { + "groups": ["玛恩纳", "地面远程", "处决者", "其他地面"], + "location": [3, 3], + "direction": "right" + } + ] +}