增加无移动/无旋转模式评级要求

This commit is contained in:
MrZ626
2020-10-16 15:57:37 +08:00
parent 4d00b9bc3a
commit 15df11312f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
return{ return{
color=color.green, color=color.green,
env={ env={
drop=60,lock=60, drop=60,lock=180,
noTele=true, noTele=true,
keyCancel={1,2}, keyCancel={1,2},
target=40,dropPiece=PLY.check_lineReach, target=40,dropPiece=PLY.check_lineReach,
@@ -30,8 +30,8 @@ return{
end end
local T=P.stat.time local T=P.stat.time
return return
T<=360 and 5 or T<=260 and 5 or
T<=600 and 4 or T<=420 and 4 or
3 3
end, end,
} }

View File

@@ -1,7 +1,7 @@
return{ return{
color=color.green, color=color.green,
env={ env={
drop=60,lock=60, drop=60,lock=180,
keyCancel={3,4,5}, keyCancel={3,4,5},
target=40,dropPiece=PLY.check_lineReach, target=40,dropPiece=PLY.check_lineReach,
bg="aura",bgm="waterfall", bg="aura",bgm="waterfall",
@@ -29,8 +29,8 @@ return{
end end
local T=P.stat.time local T=P.stat.time
return return
T<=420 and 5 or T<=60 and 5 or
T<=600 and 4 or T<=100 and 4 or
3 3
end, end,
} }