消四挖掘模式非挖掘的消四越多会导致评分降低
This commit is contained in:
@@ -35,13 +35,13 @@ return {
|
|||||||
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
comp=function(a,b) return a[1]>b[1] or a[1]==b[1] and a[2]<b[2] end,
|
||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local dig=P.stat.dig_quad
|
local dig=P.stat.dig_quad
|
||||||
if dig<=1 then return end
|
return MATH.clamp((
|
||||||
return
|
|
||||||
dig==10 and 5 or
|
dig==10 and 5 or
|
||||||
dig>=7 and 4 or
|
dig>=7 and 4 or
|
||||||
dig>=5 and 3 or
|
dig>=5 and 3 or
|
||||||
dig>=3 and 2 or
|
dig>=3 and 2 or
|
||||||
dig>=2 and 1 or
|
dig>=2 and 1 or
|
||||||
0
|
0
|
||||||
|
)-math.floor((P.stat.clears[4]-P.stat.dig_quad)^.62),0,5)
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
更新一些英文文本 (by KonSola5)
|
更新一些英文文本 (by KonSola5)
|
||||||
字体微调 (by C₂₉H₂₅N₃O₅) #1116
|
字体微调 (by C₂₉H₂₅N₃O₅) #1116
|
||||||
优化neuro立绘动画和纠正俊达萌的身高
|
优化neuro立绘动画和纠正俊达萌的身高
|
||||||
|
消四挖掘模式中非挖掘消四会降低评分
|
||||||
修复:
|
修复:
|
||||||
大师-段位考试模式崩溃
|
大师-段位考试模式崩溃
|
||||||
大师-段位考试计分算法细节修复 #1092 #1113
|
大师-段位考试计分算法细节修复 #1092 #1113
|
||||||
|
|||||||
Reference in New Issue
Block a user