From c01acb083056a33a8f64b12f0e8dc2247d8599f2 Mon Sep 17 00:00:00 2001 From: Lancarus <34369130+Lancarus@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:24:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=90=A8=E7=B1=B3?= =?UTF-8?q?=E8=82=89=E9=B8=BD=E9=83=A8=E5=88=86=E5=85=B3=E5=8D=A1=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20(#7936)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roguelike/Sami/autopilot/巍峨银凇.json | 19 +++- .../roguelike/Sami/autopilot/无中生钱.json | 103 ++++++++++++++++++ 2 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 resource/roguelike/Sami/autopilot/无中生钱.json diff --git a/resource/roguelike/Sami/autopilot/巍峨银凇.json b/resource/roguelike/Sami/autopilot/巍峨银凇.json index 3a959d8bc8..b1bd47573f 100644 --- a/resource/roguelike/Sami/autopilot/巍峨银凇.json +++ b/resource/roguelike/Sami/autopilot/巍峨银凇.json @@ -58,6 +58,22 @@ 52 ] }, + { + "groups": [ + "速狙", + "术师", + "狙击" + ], + "location": [ + 6, + 7 + ], + "direction": "up", + "condition": [ + 0, + 5 + ] + }, { "groups": [ "伊内丝" @@ -89,7 +105,8 @@ }, { "groups": [ - "玛恩纳" + "玛恩纳", + "锏" ], "location": [ 4, diff --git a/resource/roguelike/Sami/autopilot/无中生钱.json b/resource/roguelike/Sami/autopilot/无中生钱.json new file mode 100644 index 0000000000..20420f7ff8 --- /dev/null +++ b/resource/roguelike/Sami/autopilot/无中生钱.json @@ -0,0 +1,103 @@ +{ + "stage_name": "无中生钱", + "replacement_home": [ + { + "location": [ + 9, + 6 + ], + "direction": "left" + } + ], + "deploy_plan": [ + { + "groups": [ + "伊内丝", + "地面远程" + ], + "location": [ + 8, + 6 + ], + "direction": "up" + }, + { + "groups": [ + "地面阻挡", + "其他地面" + ], + "location": [ + 9, + 6 + ], + "direction": "left" + }, + { + "groups": [ + "焰苇", + "奶", + "高台输出" + ], + "location": [ + 9, + 5 + ], + "direction": "left" + }, + { + "groups": [ + "玛恩纳" + ], + "location": [ + 8, + 4 + ], + "direction": "left" + }, + { + "groups": [ + "锏", + "地面阻挡", + "处决者" + ], + "location": [ + 8, + 5 + ], + "direction": "left" + }, + { + "groups": [ + "高台输出", + "狙击", + "盾法" + ], + "location": [ + 7, + 6 + ], + "direction": "up" + }, + { + "groups": [ + "凯尔希", + "奶" + ], + "location": [ + 6, + 6 + ], + "direction": "right" + }, + { + "groups": [ + "补给站" + ], + "location": [ + 7, + 5 + ], + "direction": "right" + } + ] +} \ No newline at end of file