增加无移动/无旋转模式评级要求
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
@@ -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,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user