提高pc挑战模式评级要求
This commit is contained in:
@@ -27,11 +27,11 @@ return{
|
|||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local L=P.stat.pc
|
local L=P.stat.pc
|
||||||
return
|
return
|
||||||
L>=16 and 5 or
|
L>=24 and 5 or
|
||||||
L>=13 and 4 or
|
L>=20 and 4 or
|
||||||
L>=10 and 3 or
|
L>=16 and 3 or
|
||||||
L>=7 and 2 or
|
L>=12 and 2 or
|
||||||
L>=4 and 1 or
|
L>=8 and 1 or
|
||||||
L>=1 and 0
|
L>=1 and 0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
@@ -27,11 +27,11 @@ return{
|
|||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local L=P.stat.pc
|
local L=P.stat.pc
|
||||||
return
|
return
|
||||||
L>=15 and 5 or
|
L>=24 and 5 or
|
||||||
L>=12 and 4 or
|
L>=20 and 4 or
|
||||||
L>=9 and 3 or
|
L>=16 and 3 or
|
||||||
L>=6 and 2 or
|
L>=12 and 2 or
|
||||||
L>=3 and 1 or
|
L>=8 and 1 or
|
||||||
L>=1 and 0
|
L>=1 and 0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
@@ -29,8 +29,8 @@ return{
|
|||||||
L>=24 and 5 or
|
L>=24 and 5 or
|
||||||
L>=20 and 4 or
|
L>=20 and 4 or
|
||||||
L>=16 and 3 or
|
L>=16 and 3 or
|
||||||
L>=13 and 2 or
|
L>=12 and 2 or
|
||||||
L>=10 and 1 or
|
L>=8 and 1 or
|
||||||
L>=1 and 0
|
L>=1 and 0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user