混战模式最高难度下落速度增加
This commit is contained in:
@@ -387,14 +387,13 @@ function royaleLevelup()
|
|||||||
for i=1,#PLAYERS.alive do
|
for i=1,#PLAYERS.alive do
|
||||||
PLAYERS.alive[i].gameEnv.drop=spd
|
PLAYERS.alive[i].gameEnv.drop=spd
|
||||||
end
|
end
|
||||||
if CURMODE.lv==3 then
|
if CURMODE.name:find("ultimate")then
|
||||||
for i=1,#PLAYERS.alive do
|
for i=1,#PLAYERS.alive do
|
||||||
local P=PLAYERS.alive[i]
|
local P=PLAYERS.alive[i]
|
||||||
P.gameEnv.drop=int(P.gameEnv.drop*.3)
|
P.gameEnv.drop=int(P.gameEnv.drop*.3)
|
||||||
if P.gameEnv.drop==0 then
|
if P.gameEnv.drop==0 then
|
||||||
P.curY=P.imgY
|
P.curY=P.imgY
|
||||||
P._20G=true
|
P:set20G()
|
||||||
if P.AI_mode=="CC"then CC.switch20G(P)end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user