This commit is contained in:
MrZ_26
2020-02-20 00:44:51 +08:00
parent b8f57f5a1c
commit 527352ce15
21 changed files with 61 additions and 47 deletions

View File

@@ -38,7 +38,7 @@ return{
drop=5,lock=30,
dropPiece=check_c4w,
freshLimit=15,ospin=false,
bg="rgb",bgm="chlorine",
bg="rgb",bgm="oxygen",
},
pauseLimit=true,
load=function()

View File

@@ -36,7 +36,7 @@ return{
drop=30,lock=60,oncehold=false,
dropPiece=check_c4w,
freshLimit=15,ospin=false,
bg="rgb",bgm="chlorine",
bg="rgb",bgm="oxygen",
},
pauseLimit=true,
load=function()

View File

@@ -40,7 +40,6 @@ return{
target=10,dropPiece=check_LVup,
bg="rgb",bgm="rockblock",
},
pauseLimit=true,
slowMark=true,
load=function()
newPlayer(1,340,15)

View File

@@ -75,7 +75,7 @@ return{
return a[1]>b[1]or(a[1]==b[1]and(a[2]<b[2]or a[2]==b[2]and a[3]<b[3]))
end,
getRank=function(P)
local L=P.stat.techrash
local L=P.stat.clear_4
local S=P.modeData.point
if S==500 then
return

View File

@@ -79,7 +79,7 @@ return{
return a[1]>b[1]or(a[1]==b[1]and(a[2]<b[2]or a[2]==b[2]and a[3]<b[3]))
end,
getRank=function(P)
local L=P.stat.techrash
local L=P.stat.clear_4
local S=P.modeData.point
if S==500 then
return

View File

@@ -57,7 +57,7 @@ return{
mindas=5,minarr=1,
freshLimit=15,
easyFresh=false,bone=true,
bg="none",bgm="shining terminal",
bg="none",bgm="distortion",
},
slowMark=true,
load=function()

View File

@@ -88,7 +88,7 @@ return{
freshLimit=15,
dropPiece=newPC,
ospin=false,
bg="rgb",bgm="chlorine",
bg="rgb",bgm="oxygen",
},
pauseLimit=true,
load=function()

View File

@@ -71,7 +71,7 @@ return{
sequence="none",
dropPiece=newPC,
ospin=false,
bg="rgb",bgm="chlorine",
bg="rgb",bgm="oxygen",
},
pauseLimit=true,
load=function()

View File

@@ -15,7 +15,7 @@ return{
"在两分钟内尽可能拿到最多的分数",
"Score attack in 120s",
},
color=color.grey,
color=color.lightGrey,
env={
drop=1e99,lock=1e99,
task=function(P)
@@ -34,7 +34,7 @@ return{
gc.setColor(1,0,0)
gc.arc("fill",-40,100,50,0,1)
end,
score=function(P)return{P.score}end,
score=function(P)return{P.stat.score}end,
scoreDisp=function(D)return tostring(D[1])end,
comp=function(a,b)return a[1]>b[1]end,
getRank=function(P)