0.8.17:Details Update
This commit is contained in:
@@ -4,26 +4,14 @@ local function check_tsd(P)
|
||||
P:lose()
|
||||
elseif #P.clearedRow>0 then
|
||||
P.modeData.event=P.modeData.event+1
|
||||
if P.modeData.event==20 then
|
||||
P:win()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return{
|
||||
name={
|
||||
"TSD挑战",
|
||||
"T旋双清挑战",
|
||||
"TSD Challenge",
|
||||
},
|
||||
level={
|
||||
"简单",
|
||||
"简单",
|
||||
"EASY",
|
||||
},
|
||||
info={
|
||||
"你能连续做几个TSD?",
|
||||
"你能连续做几个T旋双清?",
|
||||
"T-spin-doubles only",
|
||||
},
|
||||
color=color.green,
|
||||
env={
|
||||
drop=1e99,lock=1e99,
|
||||
@@ -46,11 +34,11 @@ return{
|
||||
getRank=function(P)
|
||||
local T=P.modeData.event
|
||||
return
|
||||
T>=23 and 5 or
|
||||
T>=20 and 4 or
|
||||
T>=20 and 5 or
|
||||
T>=18 and 4 or
|
||||
T>=15 and 3 or
|
||||
T>=10 and 2 or
|
||||
T>=6 and 1 or
|
||||
T>=4 and 1 or
|
||||
T>=1 and 0
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user