From 7abf9b0d0c3cd8cf6893fbc352211b450e1255eb Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 14 May 2021 21:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E9=94=81=E5=BB=B6=E5=88=B7=E6=96=B0=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E6=8C=A1=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/custom_advance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/custom_advance.lua b/parts/scenes/custom_advance.lua index ed13720c..772aa561 100644 --- a/parts/scenes/custom_advance.lua +++ b/parts/scenes/custom_advance.lua @@ -1,6 +1,6 @@ local sList={ visible={"show","easy","slow","medium","fast","none"}, - freshLimit={0,8,15,1e99}, + freshLimit={0,1,2,4,6,8,10,12,15,30,1e99}, opponent={"X","9S Lv.1","9S Lv.2","9S Lv.3","9S Lv.4","9S Lv.5","CC Lv.1","CC Lv.2","CC Lv.3","CC Lv.4","CC Lv.5"}, life={0,1,2,3,5,10,15,26,42,87,500}, pushSpeed={1,2,3,5,15},