This commit is contained in:
MrZ_26
2020-08-04 23:46:44 +08:00
parent 31ff756bb1
commit 01154db8fa
18 changed files with 22 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ return{
end end
end end
end, end,
bg="game4",bgm="push", bg="game4",bgm="way",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -7,7 +7,7 @@ return{
dropPiece=PLY.reach_winCheck, dropPiece=PLY.reach_winCheck,
freshLimit=10, freshLimit=10,
target=200, target=200,
bg="glow",bgm="newera", bg="glow",bgm="reason",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -10,7 +10,7 @@ return{
dropPiece=PLY.reach_winCheck, dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="secret7th", bg="rgb",bgm="reason",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -11,7 +11,7 @@ return{
dropPiece=PLY.reach_winCheck, dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="secret8th", bg="rgb",bgm="reason",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -11,7 +11,7 @@ return{
dropPiece=PLY.reach_winCheck, dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
target=200, target=200,
bg="rgb",bgm="secret7th", bg="rgb",bgm="way",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -13,7 +13,7 @@ return{
dropPiece=PLY.reach_winCheck, dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
target=100, target=100,
bg="none",bgm="secret7th", bg="none",bgm="way",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -16,7 +16,7 @@ return{
D.event=D.event+1 D.event=D.event+1
end end
end, end,
bg="game2",bgm="push", bg="game2",bgm="way",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -15,7 +15,7 @@ return{
D.event=D.event+1 D.event=D.event+1
end end
end, end,
bg="game2",bgm="secret7th", bg="game2",bgm="shining terminal",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -7,7 +7,7 @@ return{
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
ospin=false, ospin=false,
bg="rgb",bgm="infinite", bg="rgb",bgm="newera",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -7,7 +7,7 @@ return{
target=100,dropPiece=PLY.reach_winCheck, target=100,dropPiece=PLY.reach_winCheck,
freshLimit=15, freshLimit=15,
ospin=false, ospin=false,
bg="rgb",bgm="infinite", bg="rgb",bgm="newera",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -25,20 +25,16 @@ return{
end, end,
score=function(P)return{P.stat.time,P.stat.piece}end, score=function(P)return{P.stat.time,P.stat.piece}end,
scoreDisp=function(D)return toTime(D[1]).." "..D[2].." Pieces"end, scoreDisp=function(D)return toTime(D[1]).." "..D[2].." Pieces"end,
comp=function(a,b)return a[2]>b[2]or a[2]==b[2]and a[1]<b[1]end, comp=function(a,b)return a[1]<b[1]or(a[1]==b[1] and a[2]<b[2])end,
getRank=function(P) getRank=function(P)
local T=P.stat.row if P.stat.row<40 then return end
if T<5 then local T=P.stat.time
return
elseif T<40 then
return 0
end
T=P.stat.time
return return
T<=76 and 5 or T<=76 and 5 or
T<=90 and 4 or T<=90 and 4 or
T<=150 and 3 or T<=150 and 3 or
T<=260 and 2 or T<=260 and 2 or
1 T<=500 and 1 or
0
end, end,
} }

View File

@@ -17,7 +17,7 @@ return{
P.modeData.event=P.modeData.event+1 P.modeData.event=P.modeData.event+1
end end
end, end,
bg="glow",bgm="newera", bg="glow",bgm="secret8th",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -15,7 +15,7 @@ return{
freshLimit=15, freshLimit=15,
target=200, target=200,
dropPiece=tech_check_hard, dropPiece=tech_check_hard,
bg="matrix",bgm="secret8th", bg="matrix",bgm="newera",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)

View File

@@ -15,7 +15,7 @@ return{
freshLimit=15, freshLimit=15,
target=200, target=200,
dropPiece=tech_check_easy, dropPiece=tech_check_easy,
bg="matrix",bgm="secret8th", bg="matrix",bgm="newera",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)

View File

@@ -15,7 +15,7 @@ return{
freshLimit=15, freshLimit=15,
target=200, target=200,
dropPiece=tech_check_hard, dropPiece=tech_check_hard,
bg="matrix",bgm="secret7th", bg="matrix",bgm="push",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)

View File

@@ -15,7 +15,7 @@ return{
freshLimit=15, freshLimit=15,
target=200, target=200,
dropPiece=tech_check_easy, dropPiece=tech_check_easy,
bg="matrix",bgm="secret7th", bg="matrix",bgm="push",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)

View File

@@ -15,7 +15,7 @@ return{
drop=1e99,lock=1e99, drop=1e99,lock=1e99,
target=200, target=200,
dropPiece=tech_check_hard, dropPiece=tech_check_hard,
bg="matrix",bgm="newera", bg="matrix",bgm="way",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)

View File

@@ -15,7 +15,7 @@ return{
drop=1e99,lock=1e99, drop=1e99,lock=1e99,
target=200, target=200,
dropPiece=tech_check_easy, dropPiece=tech_check_easy,
bg="matrix",bgm="newera", bg="matrix",bgm="way",
}, },
load=function() load=function()
PLY.newPlayer(1,340,15) PLY.newPlayer(1,340,15)