This commit is contained in:
MrZ_26
2020-02-18 23:05:10 +08:00
parent 4da080c6f5
commit d02048f0dc
67 changed files with 865 additions and 546 deletions

View File

@@ -59,6 +59,7 @@ return{
freshLimit=15,
bg="game2",bgm="secret7th",
},
slowmark=true,
load=function()
newPlayer(1,340,15)
end,
@@ -74,12 +75,12 @@ return{
return a[1]>b[1]or(a[1]==b[1]and(a[2]<b[2]or a[2]==b[2]and a[3]<b[3]))
end,
getRank=function(P)
local L=P.stat.row
local L=P.stat.techrash
local S=P.modeData.point
if S==500 then
return
L<=260 and 5 or
L<=320 and 4 or
L>=30 and 5 or
L>=25 and 4 or
3
else
return