再调整堆积模式参数
This commit is contained in:
@@ -7,7 +7,7 @@ return{
|
|||||||
highCam=true,
|
highCam=true,
|
||||||
fillClear=false,
|
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},
|
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',
|
bg='none',bgm='there',
|
||||||
},
|
},
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ return{
|
|||||||
fieldH=40,
|
fieldH=40,
|
||||||
highCam=true,
|
highCam=true,
|
||||||
fillClear=false,
|
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},
|
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},
|
||||||
sequence='bag',
|
|
||||||
bg='none',bgm='there',
|
bg='none',bgm='there',
|
||||||
},
|
},
|
||||||
mesDisp=function(P)
|
mesDisp=function(P)
|
||||||
@@ -20,11 +19,11 @@ return{
|
|||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local B=P.stat.piece
|
local B=P.stat.piece
|
||||||
return
|
return
|
||||||
B>=85 and 5 or
|
B>=90 and 5 or
|
||||||
B>=81 and 4 or
|
B>=87 and 4 or
|
||||||
B>=77 and 3 or
|
B>=83 and 3 or
|
||||||
B>=72 and 2 or
|
B>=78 and 2 or
|
||||||
B>=65 and 1 or
|
B>=70 and 1 or
|
||||||
0
|
0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user