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