c4w普通的计分完全改为竞速 close #1126

改版本号和更新历史
This commit is contained in:
MrZ_26
2024-07-03 17:55:04 +08:00
parent aec0b91039
commit 75ae05ffc9
3 changed files with 10 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ return {
eventSet='c4wBase',
bg='rgb',bgm='oxygen',
},
score=function(P) return {math.min(P.modeData.maxCombo,100),P.stat.time} end,
scoreDisp=function(D) return STRING.time(D[2]).." "..D[1].." Combo" end,
comp=function(a,b) return a[2]<b[2] or a[2]==b[2] and a[1]>b[1] end,
score=function(P) return {math.min(P.stat.row,100),P.stat.time} end,
scoreDisp=function(D) return D[1].." Lines "..STRING.time(D[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)
local L=P.stat.row
if L>=100 then