From b945760c729caf613ddf8e64950866e5f7f27e60 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 3 Aug 2021 23:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E8=B0=83=E6=95=B4=E5=A0=86=E7=A7=AF?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/stack_100l.lua | 2 +- parts/modes/stack_40l.lua | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/parts/modes/stack_100l.lua b/parts/modes/stack_100l.lua index 1dee11a7..e4008211 100644 --- a/parts/modes/stack_100l.lua +++ b/parts/modes/stack_100l.lua @@ -7,7 +7,7 @@ return{ highCam=true, fillClear=false, seqData={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}, - sequence='hisPool', + sequence='bag', bg='none',bgm='there', }, mesDisp=function(P) diff --git a/parts/modes/stack_40l.lua b/parts/modes/stack_40l.lua index ed239df9..02229a66 100644 --- a/parts/modes/stack_40l.lua +++ b/parts/modes/stack_40l.lua @@ -6,8 +6,7 @@ return{ fieldH=40, highCam=true, fillClear=false, - seqData={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}, - sequence='bag', + seqData={1,2,3,4,5,6,7,1,2,3,4,5,6,7,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}, bg='none',bgm='there', }, mesDisp=function(P) @@ -20,11 +19,11 @@ return{ getRank=function(P) local B=P.stat.piece return - B>=85 and 5 or - B>=81 and 4 or - B>=77 and 3 or - B>=72 and 2 or - B>=65 and 1 or + B>=90 and 5 or + B>=87 and 4 or + B>=83 and 3 or + B>=78 and 2 or + B>=70 and 1 or 0 end, } \ No newline at end of file