降低回合制难度和评级标准

This commit is contained in:
MrZ626
2021-08-26 16:35:06 +08:00
parent 15d43f6313
commit e7bcf489eb
5 changed files with 20 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ return{
}, },
load=function() load=function()
PLY.newPlayer(1) PLY.newPlayer(1)
PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=8,next=1,hold=true,node=8000}) PLY.newAIPlayer(2,BOT.template{type='9S',speedLV=7,hold=false})
end, end,
score=function(P)return{P.stat.piece,P.stat.time}end, score=function(P)return{P.stat.piece,P.stat.time}end,
scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end,
@@ -32,9 +32,9 @@ return{
if P.result=='win'then if P.result=='win'then
local T=P.stat.piece local T=P.stat.piece
return return
T<=7*8 and 5 or T<=7*10 and 5 or
T<=7*10 and 4 or T<=7*13 and 4 or
T<=7*15 and 3 or T<=7*18 and 3 or
T<=7*26 and 2 or T<=7*26 and 2 or
1 1
end end

View File

@@ -23,7 +23,7 @@ return{
}, },
load=function() load=function()
PLY.newPlayer(1) PLY.newPlayer(1)
PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=8,next=2,hold=true,node=16000}) PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=7,next=2,hold=false,node=5000})
end, end,
score=function(P)return{P.stat.piece,P.stat.time}end, score=function(P)return{P.stat.piece,P.stat.time}end,
scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end,
@@ -32,9 +32,9 @@ return{
if P.result=='win'then if P.result=='win'then
local T=P.stat.piece local T=P.stat.piece
return return
T<=7*8 and 5 or T<=7*10 and 5 or
T<=7*10 and 4 or T<=7*13 and 4 or
T<=7*15 and 3 or T<=7*18 and 3 or
T<=7*26 and 2 or T<=7*26 and 2 or
1 1
end end

View File

@@ -23,7 +23,7 @@ return{
}, },
load=function() load=function()
PLY.newPlayer(1) PLY.newPlayer(1)
PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=8,next=3,hold=true,node=26000}) PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=7,next=3,hold=true,node=20000})
end, end,
score=function(P)return{P.stat.piece,P.stat.time}end, score=function(P)return{P.stat.piece,P.stat.time}end,
scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end,
@@ -32,9 +32,9 @@ return{
if P.result=='win'then if P.result=='win'then
local T=P.stat.piece local T=P.stat.piece
return return
T<=7*8 and 5 or T<=7*10 and 5 or
T<=7*10 and 4 or T<=7*13 and 4 or
T<=7*15 and 3 or T<=7*18 and 3 or
T<=7*26 and 2 or T<=7*26 and 2 or
1 1
end end

View File

@@ -23,7 +23,7 @@ return{
}, },
load=function() load=function()
PLY.newPlayer(1) PLY.newPlayer(1)
PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=8,next=1,hold=true,node=13000}) PLY.newAIPlayer(2,BOT.template{type='9S',speedLV=7,hold=true})
end, end,
score=function(P)return{P.stat.piece,P.stat.time}end, score=function(P)return{P.stat.piece,P.stat.time}end,
scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end,
@@ -32,9 +32,9 @@ return{
if P.result=='win'then if P.result=='win'then
local T=P.stat.piece local T=P.stat.piece
return return
T<=7*8 and 5 or T<=7*10 and 5 or
T<=7*10 and 4 or T<=7*13 and 4 or
T<=7*15 and 3 or T<=7*18 and 3 or
T<=7*26 and 2 or T<=7*26 and 2 or
1 1
end end

View File

@@ -23,7 +23,7 @@ return{
}, },
load=function() load=function()
PLY.newPlayer(1) PLY.newPlayer(1)
PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=8,next=4,hold=true,node=40000}) PLY.newAIPlayer(2,BOT.template{type='CC',speedLV=7,next=4,hold=true,node=40000})
end, end,
score=function(P)return{P.stat.piece,P.stat.time}end, score=function(P)return{P.stat.piece,P.stat.time}end,
scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Pieces "..STRING.time(D[2])end,
@@ -32,9 +32,9 @@ return{
if P.result=='win'then if P.result=='win'then
local T=P.stat.piece local T=P.stat.piece
return return
T<=7*8 and 5 or T<=7*10 and 5 or
T<=7*10 and 4 or T<=7*13 and 4 or
T<=7*15 and 3 or T<=7*18 and 3 or
T<=7*26 and 2 or T<=7*26 and 2 or
1 1
end end