0.8.17:Details Update

This commit is contained in:
MrZ_26
2020-04-30 00:24:47 +08:00
parent 7d63386410
commit 00026bc46b
104 changed files with 2069 additions and 2708 deletions

View File

@@ -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,
}