From d83a8a60f654257c7143ac45941a167d39d83b77 Mon Sep 17 00:00:00 2001 From: nightofknife <73384329+nightofknife@users.noreply.github.com> Date: Wed, 5 Oct 2022 01:12:22 +0800 Subject: [PATCH] Update roguelike_copilot.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 阻止”巢穴“和”狩猎场“中将干员放在左侧路送死的情况 将”纠错“和”订正“的中间一路设为黑名单,看看效果(自测通过可能性提高了一点) 把”海神的信者“中打错的方向改成”左“,并且蓝门右移一格 把”无声呼号“的蓝门左移一格 --- resource/roguelike_copilot.json | 84 +++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 5 deletions(-) diff --git a/resource/roguelike_copilot.json b/resource/roguelike_copilot.json index 1774250aca..6630023b69 100644 --- a/resource/roguelike_copilot.json +++ b/resource/roguelike_copilot.json @@ -69,8 +69,24 @@ ], "blacklist_location": [ [ - 5, + 6, 5 + ], + [ + 2, + 3 + ], + [ + 3, + 3 + ], + [ + 4, + 3 + ], + [ + 5, + 3 ] ] }, @@ -87,8 +103,24 @@ ], "blacklist_location": [ [ - 5, + 6, 5 + ], + [ + 2, + 3 + ], + [ + 3, + 3 + ], + [ + 4, + 3 + ], + [ + 5, + 3 ] ] }, @@ -97,7 +129,7 @@ "replacement_home": [ { "location": [ - 3, + 2, 2 ], "direction": "right" @@ -109,10 +141,10 @@ "replacement_home": [ { "location": [ - 5, + 6, 2 ], - "direction": "up" + "direction": "left" } ] }, @@ -129,6 +161,48 @@ } ] }, + { + "stage_name": "巢穴", + "blacklist_location": [ + [ + 2, + 3 + ], + [ + 2, + 4 + ], + [ + 2, + 5 + ] + ] + }, + { + "stage_name": "狩猎场", + "blacklist_location": [ + [ + 2, + 3 + ], + [ + 2, + 4 + ], + [ + 2, + 5 + ], + [ + 2, + 6 + ], + [ + 2, + 2 + ] + ] + }, { "stage_name": "除暴安良", "replacement_home": [