Skip to content

Commit

Permalink
微调c4w普通模式评分标准
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 3, 2024
1 parent 75ae05f commit 9e028bc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions parts/modes/c4wtrain_n.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ return {
if L>=100 then
local T=P.stat.time
return
T<=32 and 5 or
T<=50 and 4 or
T<=80 and 3 or
T<=32.6 and 5 or
T<=49.5 and 4 or
T<=94.2 and 3 or
2
else
return
L>=60 and 2 or
L>=30 and 1 or
L>=10 and 0
L>=42 and 1 or
L>=26 and 0
end
end,
}

0 comments on commit 9e028bc

Please sign in to comment.