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