From 06adbba542f33a8e6748469c98b898376e671d31 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?= <1020623818@qq.com> Date: Sun, 9 Jun 2024 22:09:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=90=A8=E7=B1=B3?= =?UTF-8?q?=E8=82=89=E9=B8=BD=E5=A4=A9=E9=80=94=E5=8D=8A=E9=81=93=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=E6=88=98=E6=96=97=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roguelike/Sami/autopilot/天途半道.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 resource/roguelike/Sami/autopilot/天途半道.json diff --git a/resource/roguelike/Sami/autopilot/天途半道.json b/resource/roguelike/Sami/autopilot/天途半道.json new file mode 100644 index 0000000000..42c34e5706 --- /dev/null +++ b/resource/roguelike/Sami/autopilot/天途半道.json @@ -0,0 +1,96 @@ +{ + "stage_name": "天途半道", + "replacement_home": [ + { + "location": [ + 4, + 4 + ], + "direction": "up" + } + ], + "deploy_plan": [ + { + "groups": [ + "益达" + ], + "location": [ + 2, + 4 + ], + "direction": "up" + }, + { + "groups": [ + + "地面阻挡" + ], + "location": [ + 4, + 3 + ], + "direction": "up" + }, + { + "groups": [ + "焰苇", + "高台输出" + ], + "location": [ + 7, + 1 + ], + "direction": "left" + }, + { + "groups": [ + "单奶", + "凯尔希" + ], + "location": [ + 5, + 4 + ], + "direction": "up" + }, + { + "groups": [ + "伊内丝", + "玛恩纳", + "地面阻挡", + "其他地面" + ], + "location": [ + 4, + 5 + ], + "direction": "up" + }, + { + "groups": [ + "狙击", + "高台输出", + "浊心斯卡蒂", + "单奶", + "群奶", + "召唤", + "其他高台" + ], + "location": [ + 5, + 3 + ], + "direction": "up" + }, + { + "groups": [ + "炮灰" + ], + "location": [ + 3, + 3 + ], + "direction": "left" + } + ] +}