From 60ef83dd34c8e755bbff6441e6047d6aca1ca9f3 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 27 Aug 2021 00:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=B7=E6=88=98=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F9S=E6=98=BE=E7=A4=BA=E6=A8=A1=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/techmino49_e.lua | 4 ++-- parts/modes/techmino49_h.lua | 4 ++-- parts/modes/techmino49_u.lua | 4 ++-- parts/modes/techmino99_e.lua | 4 ++-- parts/modes/techmino99_h.lua | 4 ++-- parts/modes/techmino99_u.lua | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/parts/modes/techmino49_e.lua b/parts/modes/techmino49_e.lua index 14ec498a..17694b9e 100644 --- a/parts/modes/techmino49_e.lua +++ b/parts/modes/techmino49_e.lua @@ -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 diff --git a/parts/modes/techmino49_h.lua b/parts/modes/techmino49_h.lua index 9a0bb3e5..17f3e1ad 100644 --- a/parts/modes/techmino49_h.lua +++ b/parts/modes/techmino49_h.lua @@ -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 diff --git a/parts/modes/techmino49_u.lua b/parts/modes/techmino49_u.lua index b3a05c53..e1f586f8 100644 --- a/parts/modes/techmino49_u.lua +++ b/parts/modes/techmino49_u.lua @@ -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 diff --git a/parts/modes/techmino99_e.lua b/parts/modes/techmino99_e.lua index 92f81681..a2041f26 100644 --- a/parts/modes/techmino99_e.lua +++ b/parts/modes/techmino99_e.lua @@ -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 diff --git a/parts/modes/techmino99_h.lua b/parts/modes/techmino99_h.lua index 42381702..2aadf592 100644 --- a/parts/modes/techmino99_h.lua +++ b/parts/modes/techmino99_h.lua @@ -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 diff --git a/parts/modes/techmino99_u.lua b/parts/modes/techmino99_u.lua index 7176c136..c47b05f1 100644 --- a/parts/modes/techmino99_u.lua +++ b/parts/modes/techmino99_u.lua @@ -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