From 22f74b06284bf0dc92fd1469de254eb8a9f74445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=A8=E6=8B=89=E6=89=98=E5=8A=A0?= <151550168+Saratoga-Official@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:08:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=95=8C=E5=9B=AD=E8=82=89=E9=B8=BD?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/roguelike/JieGarden/encounter/default.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resource/roguelike/JieGarden/encounter/default.json b/resource/roguelike/JieGarden/encounter/default.json index 8ab29385df..031f588a34 100644 --- a/resource/roguelike/JieGarden/encounter/default.json +++ b/resource/roguelike/JieGarden/encounter/default.json @@ -153,10 +153,11 @@ }, { "name": "同心-选择", - "option_num": 3, + "option_num": 5, "choose": 1, "fallback_choices": [ [4, 1], + [3, 1], [2, 1] ] }, @@ -349,6 +350,11 @@ "name": "执棋", "option_num": 4, "choose": 4 + }, + { + "name": "移时换物", + "option_num": 4, + "choose": 4 } ] }