From dc70f2bf2e26e1659df83dd0a5ad95243ef91946 Mon Sep 17 00:00:00 2001 From: AoXuan <133191303+ClozyA@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:40:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=90=A8=E5=8D=A1=E5=85=B9=E8=82=89?= =?UTF-8?q?=E9=B8=BD=E5=8D=AB=E5=A3=AB=E4=B8=8D=E8=AF=AD=E5=8A=9F=E6=88=98?= =?UTF-8?q?=E6=96=97=E7=AD=96=E7=95=A5=E8=B0=83=E6=95=B4=20(#11582)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 萨卡兹肉鸽卫士不语功战斗策略调整 * 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> --- resource/roguelike/Sarkaz/autopilot/卫士不语功.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resource/roguelike/Sarkaz/autopilot/卫士不语功.json b/resource/roguelike/Sarkaz/autopilot/卫士不语功.json index b3e4c9d1df..b6c062952f 100644 --- a/resource/roguelike/Sarkaz/autopilot/卫士不语功.json +++ b/resource/roguelike/Sarkaz/autopilot/卫士不语功.json @@ -23,17 +23,17 @@ }, { "groups": ["单奶", "群奶", "高台输出"], - "location": [9, 2], + "location": [9, 3], "direction": "left" }, { "groups": ["单奶", "群奶", "高台输出"], - "location": [3, 5], + "location": [3, 4], "direction": "up" }, { "groups": ["单奶", "群奶", "高台输出"], - "location": [2, 5], + "location": [2, 4], "direction": "up" }, { @@ -55,6 +55,11 @@ "groups": ["补给站", "支援陷阱", "无人机"], "location": [8, 2], "direction": "down" + }, + { + "groups": ["单奶", "群奶", "高台输出"], + "location": [2, 5], + "direction": "up" } ] }