降低隐形n/h/l的S和A评级标准

This commit is contained in:
MrZ626
2021-08-09 22:57:37 +08:00
parent 3b026ce204
commit e97d892926
3 changed files with 6 additions and 6 deletions

View File

@@ -32,8 +32,8 @@ return{
if L>=200 then
local T=P.stat.time
return
T<=150 and 5 or
T<=210 and 4 or
T<=180 and 5 or
T<=240 and 4 or
3
else
return

View File

@@ -33,8 +33,8 @@ return{
if L>=200 then
local T=P.stat.time
return
T<=180 and 5 or
T<=240 and 4 or
T<=200 and 5 or
T<=250 and 4 or
3
else
return

View File

@@ -29,8 +29,8 @@ return{
if L>=200 then
local T=P.stat.time
return
T<=150 and 5 or
T<=210 and 4 or
T<=180 and 5 or
T<=220 and 4 or
3
else
return