From b4b6a99b07952a31afda46c8e7cd0992238b725c Mon Sep 17 00:00:00 2001 From: cenfusheng <52312717+cenfusheng@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:50:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=90=A8=E7=B1=B3=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E8=BF=9B=E5=85=A5=E4=B8=89=E4=B8=AA=E4=B8=8D=E6=9C=9F=E8=80=8C?= =?UTF-8?q?=E9=81=87=E6=88=98=E6=96=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 完全打不过,润! --- resource/roguelike/Sami/encounter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resource/roguelike/Sami/encounter.json b/resource/roguelike/Sami/encounter.json index 3f24a926d7..27468cc2b8 100644 --- a/resource/roguelike/Sami/encounter.json +++ b/resource/roguelike/Sami/encounter.json @@ -399,7 +399,7 @@ { "name": "沼泽里的抽泣声", "option_num": 3, - "choose": 1 + "choose": 3 }, { "name": "有利可图", @@ -418,7 +418,7 @@ { "name": "随行人员", "option_num": 3, - "choose": 1, + "choose": 3, "choice_require": [ { "name": "偷听他们聊天", @@ -435,8 +435,8 @@ }, { "name": "邪恶计划鸭", - "option_num": 3, - "choose": 1 + "option_num": 2, + "choose": 2 }, { "name": "百里连营", @@ -512,4 +512,4 @@ ] } ] -} \ No newline at end of file +}