修复混战模式9S显示模式错误

This commit is contained in:
MrZ626
2021-08-27 00:03:59 +08:00
parent 3c02c5957e
commit 60ef83dd34
6 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,4 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(2,4),next=2,hold=true,node=20000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=9,12 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,5),next=2,hold=true,node=20000},true)
end

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,4 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,6),next=3,hold=true,node=30000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=9,12 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,6),next=3,hold=true,node=30000},true)
end

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,4 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,7),next=3,hold=true,node=40000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=9,12 do for _=1,6 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(5,8),next=3,hold=true,node=40000},true)
end

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,7 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,6),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(2,4),next=2,hold=true,node=20000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=15,21 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,5),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,5),next=2,hold=true,node=20000},true)
end

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,7 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,8),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(3,6),next=3,hold=true,node=30000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=15,21 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(4,7),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,6),next=3,hold=true,node=30000},true)
end

View File

@@ -37,7 +37,7 @@ return{
local n=2
for _=1,7 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,10),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(4,7),next=3,hold=true,node=40000},true)
end
@@ -45,7 +45,7 @@ return{
end end
for _=15,21 do for _=1,7 do
if L[n]then
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true})
PLY.newAIPlayer(n,BOT.template{type='9S',speedLV=math.random(8,9),hold=true},true)
else
PLY.newAIPlayer(n,BOT.template{type='CC',speedLV=math.random(5,8),next=3,hold=true,node=40000},true)
end