新增noInitSZO模式参数 close #121
This commit is contained in:
@@ -22,6 +22,7 @@ return{
|
||||
end
|
||||
end
|
||||
end,
|
||||
noInitSZO=true,
|
||||
bg='cubes',bgm='push',
|
||||
},
|
||||
pauseLimit=true,
|
||||
|
||||
@@ -5,6 +5,7 @@ return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
noTele=true,
|
||||
mindas=7,minarr=1,minsdarr=1,
|
||||
drop=60,wait=8,fall=20,
|
||||
task=function(P)P.modeData.target=10 end,
|
||||
dropPiece=function(P)
|
||||
@@ -18,7 +19,7 @@ return{
|
||||
end
|
||||
end
|
||||
end,
|
||||
mindas=7,minarr=1,minsdarr=1,
|
||||
noInitSZO=true,
|
||||
bg='bg2',bgm='push',
|
||||
},
|
||||
pauseLimit=true,
|
||||
|
||||
@@ -23,6 +23,7 @@ return{
|
||||
visible='fast',
|
||||
freshLimit=15,
|
||||
dropPiece=score,
|
||||
noInitSZO=true,
|
||||
task=function(P)
|
||||
P.modeData.rankPoint=0
|
||||
P.modeData.rankName=sectionName[1]
|
||||
|
||||
@@ -53,6 +53,7 @@ return{
|
||||
end,
|
||||
freshLimit=15,
|
||||
easyFresh=false,bone=true,
|
||||
noInitSZO=true,
|
||||
bg='lightning',bgm='rectification',
|
||||
},
|
||||
slowMark=true,
|
||||
|
||||
@@ -50,6 +50,7 @@ return{
|
||||
wait=rush_wait[1],
|
||||
fall=rush_fall[1],
|
||||
dropPiece=score,
|
||||
noInitSZO=true,
|
||||
task=function(P)
|
||||
P.modeData.pt=0
|
||||
P.modeData.target=100
|
||||
|
||||
@@ -142,6 +142,7 @@ return{
|
||||
mission={4,4,4,64},
|
||||
missionKill=true,
|
||||
freshLimit=12,
|
||||
noInitSZO=true,
|
||||
bg='none',bgm='super7th',
|
||||
},
|
||||
slowMark=true,
|
||||
|
||||
@@ -65,6 +65,7 @@ return{
|
||||
P.modeData.target=100
|
||||
end,
|
||||
freshLimit=15,
|
||||
noInitSZO=true,
|
||||
bg='bg2',bgm='secret7th',
|
||||
},
|
||||
slowMark=true,
|
||||
|
||||
Reference in New Issue
Block a user