From 2473a59858c60c4e76bbdd77f413ce0e6afbe000 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 25 Mar 2021 20:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E6=85=A2=E5=9B=9E=E5=90=88=E5=88=B6?= =?UTF-8?q?=E6=A8=A1=E5=BC=8Fai=E6=93=8D=E4=BD=9C=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/round_e.lua | 2 +- parts/modes/round_h.lua | 2 +- parts/modes/round_l.lua | 2 +- parts/modes/round_n.lua | 2 +- parts/modes/round_u.lua | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/parts/modes/round_e.lua b/parts/modes/round_e.lua index 8a932d6f..2b3ef740 100644 --- a/parts/modes/round_e.lua +++ b/parts/modes/round_e.lua @@ -22,7 +22,7 @@ return{ }, load=function() PLY.newPlayer(1) - PLY.newAIPlayer(2,AIBUILDER("CC",10,1,true,10000)) + PLY.newAIPlayer(2,AIBUILDER("CC",7,1,true,10000)) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..TIMESTR(D[2])end, diff --git a/parts/modes/round_h.lua b/parts/modes/round_h.lua index 9f02de8c..54d17ae3 100644 --- a/parts/modes/round_h.lua +++ b/parts/modes/round_h.lua @@ -22,7 +22,7 @@ return{ }, load=function() PLY.newPlayer(1) - PLY.newAIPlayer(2,AIBUILDER("CC",10,2,true,16000)) + PLY.newAIPlayer(2,AIBUILDER("CC",7,2,true,16000)) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..TIMESTR(D[2])end, diff --git a/parts/modes/round_l.lua b/parts/modes/round_l.lua index 25ff38f7..a9ab94d7 100644 --- a/parts/modes/round_l.lua +++ b/parts/modes/round_l.lua @@ -22,7 +22,7 @@ return{ }, load=function() PLY.newPlayer(1) - PLY.newAIPlayer(2,AIBUILDER("CC",10,3,true,26000)) + PLY.newAIPlayer(2,AIBUILDER("CC",7,3,true,26000)) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..TIMESTR(D[2])end, diff --git a/parts/modes/round_n.lua b/parts/modes/round_n.lua index 5e250471..b790fa84 100644 --- a/parts/modes/round_n.lua +++ b/parts/modes/round_n.lua @@ -22,7 +22,7 @@ return{ }, load=function() PLY.newPlayer(1) - PLY.newAIPlayer(2,AIBUILDER("CC",10,1,true,13000)) + PLY.newAIPlayer(2,AIBUILDER("CC",7,1,true,13000)) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..TIMESTR(D[2])end, diff --git a/parts/modes/round_u.lua b/parts/modes/round_u.lua index eccd818d..d8675c26 100644 --- a/parts/modes/round_u.lua +++ b/parts/modes/round_u.lua @@ -22,7 +22,7 @@ return{ }, load=function() PLY.newPlayer(1) - PLY.newAIPlayer(2,AIBUILDER("CC",10,3,true,40000)) + PLY.newAIPlayer(2,AIBUILDER("CC",7,3,true,40000)) end, score=function(P)return{P.stat.piece,P.stat.time}end, scoreDisp=function(D)return D[1].." Pieces "..TIMESTR(D[2])end,