cc使用新参数

This commit is contained in:
MrZ626
2020-10-15 23:07:51 +08:00
parent 07d6fa84dd
commit c6000c1bb8
2 changed files with 7 additions and 4 deletions

View File

@@ -1336,6 +1336,7 @@ local function loadAI(P,AIdata)--Load AI params
if P.AI_mode=="CC"then
P.RS=kickList.AIRS
local opt,wei=CC.getConf()
CC.fastWeights(wei)
CC.setHold(opt,P.AIdata.hold)
CC.set20G(opt,P.AIdata._20G)
CC.setBag(opt,P.AIdata.bag=="bag")
@@ -3158,8 +3159,8 @@ function PLY.newDemoPlayer(id,x,y,size)
type="CC",
next=5,
hold=true,
delay=3,
delta=3,
delay=30,
delta=4,
bag="bag",
node=100000,
})