This commit is contained in:
MrZ_26
2020-02-14 00:22:15 +08:00
parent f6835c2118
commit 5f62127f28
38 changed files with 164 additions and 139 deletions

View File

@@ -34,11 +34,11 @@ return{
mStr(P.stat.clear_4,-82,340)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=140 and 5 or

View File

@@ -36,11 +36,11 @@ return{
mStr(P.stat.clear_4,-82,340)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=150 and 5 or

View File

@@ -36,11 +36,11 @@ return{
mStr(P.stat.clear_4,-82,340)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=180 and 5 or

View File

@@ -35,11 +35,11 @@ return{
mStr(P.stat.clear_4,-82,340)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=150 and 5 or

View File

@@ -37,12 +37,12 @@ return{
mStr(P.stat.clear_4,-82,340)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L>=200 and 5 or
L>=100 and 4 or
L>=50 and 3 or
L>=26 and 2 or

View File

@@ -54,7 +54,7 @@ return{
gc.rectangle("fill",-125,375,90,4)
end,
score=function(P)return{P.stat.row,P.stat.score}end,
scoreDisp=function(D)return D[1].." Rows "..D[2]end,
scoreDisp=function(D)return D[1].." Lines "..D[2]end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]>b[2]end,
getRank=function(P)
local L=P.stat.row

View File

@@ -40,7 +40,7 @@ return{
mDraw(drawableText.wave,-82,375)
end,
score=function(P)return{P.modeData.event,P.stat.row}end,
scoreDisp=function(D)return D[1].." Waves "..D[2].." Rows"end,
scoreDisp=function(D)return D[1].." Waves "..D[2].." Lines"end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local W=P.modeData.event

View File

@@ -39,7 +39,7 @@ return{
mDraw(drawableText.wave,-82,375)
end,
score=function(P)return{P.modeData.event,P.stat.row}end,
scoreDisp=function(D)return D[1].." Waves "..D[2].." Rows"end,
scoreDisp=function(D)return D[1].." Waves "..D[2].." Lines"end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local W=P.modeData.event

View File

@@ -32,7 +32,7 @@ return{
mStr(R>=0 and R or 0,-82,280)
end,
score=function(P)return{P.stat.row<=100 and P.stat.row or 100,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
if P.stat.row<100 then return end

View File

@@ -32,7 +32,7 @@ return{
mStr(R>=0 and R or 0,-82,280)
end,
score=function(P)return{P.stat.row<=100 and P.stat.row or 100,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
if P.stat.row<100 then return end

View File

@@ -49,7 +49,7 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.modeData.point}end,
scoreDisp=function(D)return D[1].." Rows"end,
scoreDisp=function(D)return D[1].." Lines"end,
comp=function(a,b)return a[1]>b[1]end,
getRank=function(P)
local L=P.modeData.point

View File

@@ -37,11 +37,11 @@ return{
gc.rectangle("fill",-125,375,90,4)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=200 and 5 or

View File

@@ -46,11 +46,11 @@ return{
gc.rectangle("fill",-125,375,90,4)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
if L==200 then
if L>=200 then
local T=P.stat.time
return
T<=180 and 5 or

View File

@@ -50,4 +50,4 @@ return{
T<=2200 and 2 or
T<=3000 and 1
end,
}
}

View File

@@ -48,6 +48,6 @@ return{
T<=32 and 4 or
T<=40 and 3 or
T<=60 and 2 or
T<=100 and 1
T<=120 and 1
end,
}

View File

@@ -19,7 +19,6 @@ return{
env={
drop=30,lock=45,
freshLimit=10,
visible="time",
task=function(P)
if not P.control then return end
P.modeData.counter=P.modeData.counter+1

View File

@@ -19,7 +19,6 @@ return{
env={
drop=30,lock=45,
freshLimit=10,
visible="time",
task=function(P)
if not P.control then return end
P.modeData.counter=P.modeData.counter+1

View File

@@ -19,7 +19,6 @@ return{
env={
drop=30,lock=45,
freshLimit=10,
visible="time",
task=function(P)
if not P.control then return end
P.modeData.counter=P.modeData.counter+1

View File

@@ -19,7 +19,6 @@ return{
env={
drop=30,lock=45,
freshLimit=10,
visible="time",
task=function(P)
if not P.control then return end
P.modeData.counter=P.modeData.counter+1

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_ultimate(P)
if #P.cleared>0 and P.lastClear<10 or P.lastClear==74 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==126 and 4 or
L==90 and 3 or
L==60 and 2 or
L==30 and 1
L>=200 and 5 or
L>=126 and 4 or
L>=90 and 3 or
L>=60 and 2 or
L>=30 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_easy(P)
if #P.cleared>0 and P.b2b<40 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==126 and 4 or
L==90 and 3 or
L==60 and 2 or
L==30 and 1
L>=200 and 5 or
L>=126 and 4 or
L>=90 and 3 or
L>=60 and 2 or
L>=30 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_ultimate(P)
if #P.cleared>0 and P.lastClear<10 or P.lastClear==74 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==140 and 4 or
L==90 and 3 or
L==60 and 2 or
L==30 and 1
L>=200 and 5 or
L>=140 and 4 or
L>=90 and 3 or
L>=60 and 2 or
L>=30 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_hard(P)
if #P.cleared>0 and P.lastClear<10 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==140 and 4 or
L==90 and 3 or
L==60 and 2 or
L==30 and 1
L>=200 and 5 or
L>=140 and 4 or
L>=90 and 3 or
L>=60 and 2 or
L>=30 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_ultimate(P)
if #P.cleared>0 and P.lastClear<10 or P.lastClear==74 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==126 and 4 or
L==80 and 3 or
L==50 and 2 or
L==20 and 1
L>=200 and 5 or
L>=126 and 4 or
L>=80 and 3 or
L>=50 and 2 or
L>=20 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_easy(P)
if #P.cleared>0 and P.b2b<40 then
Event.lose(P)
@@ -39,15 +40,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==126 and 4 or
L==80 and 3 or
L==50 and 2 or
L==20 and 1
L>=200 and 5 or
L>=126 and 4 or
L>=80 and 3 or
L>=50 and 2 or
L>=20 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_ultimate(P)
if #P.cleared>0 and P.lastClear<10 or P.lastClear==74 then
Event.lose(P)
@@ -40,15 +41,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==150 and 4 or
L==100 and 3 or
L==70 and 2 or
L==40 and 1
L>=200 and 5 or
L>=150 and 4 or
L>=100 and 3 or
L>=70 and 2 or
L>=40 and 1
end,
}

View File

@@ -1,3 +1,4 @@
local format=string.format
local function tech_check_hard(P)
if #P.cleared>0 and P.lastClear<10 then
Event.lose(P)
@@ -40,15 +41,15 @@ return{
mDraw(drawableText.eff,-82,475)
end,
score=function(P)return{P.stat.row<=200 and P.stat.row or 200,P.stat.time}end,
scoreDisp=function(D)return D[1].." Rows "..toTime(D[2])end,
scoreDisp=function(D)return D[1].." Lines "..toTime(D[2])end,
comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]<b[2]end,
getRank=function(P)
local L=P.stat.row
return
L==200 and 5 or
L==150 and 4 or
L==100 and 3 or
L==70 and 2 or
L==40 and 1
L>=200 and 5 or
L>=150 and 4 or
L>=100 and 3 or
L>=70 and 2 or
L>=40 and 1
end,
}