提升tsd困难的难度,调整评分标准
This commit is contained in:
@@ -12,8 +12,8 @@ end
|
|||||||
return{
|
return{
|
||||||
color=COLOR.magenta,
|
color=COLOR.magenta,
|
||||||
env={
|
env={
|
||||||
drop=60,lock=60,
|
drop=30,lock=60,
|
||||||
freshLimit=15,
|
freshLimit=8,
|
||||||
dropPiece=check_tsd,
|
dropPiece=check_tsd,
|
||||||
ospin=false,
|
ospin=false,
|
||||||
bg='matrix',bgm='vapor',
|
bg='matrix',bgm='vapor',
|
||||||
@@ -33,11 +33,11 @@ return{
|
|||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local T=P.modeData.tsd
|
local T=P.modeData.tsd
|
||||||
return
|
return
|
||||||
T>=21 and 5 or
|
T>=20 and 5 or
|
||||||
T>=19 and 4 or
|
T>=18 and 4 or
|
||||||
T>=16 and 3 or
|
T>=15 and 3 or
|
||||||
T>=13 and 2 or
|
T>=10 and 2 or
|
||||||
T>=10 and 1 or
|
T>=4 and 1 or
|
||||||
T>=1 and 0
|
T>=1 and 0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user