添加断b2b即死规则,可在自定义模式打开

This commit is contained in:
MrZ626
2020-11-20 18:27:29 +08:00
parent aa0f2ccdc6
commit c91a79488d
6 changed files with 28 additions and 33 deletions

View File

@@ -1,19 +1,14 @@
local format=string.format
local int=math.floor
local function tech_check_easy(P)
if #P.clearedRow>0 and P.b2b<40 then
P:lose()
elseif P.stat.atk>=200 then
P:win("finish")
end
end
return{
color=COLOR.green,
env={
infHold=true,
drop=1e99,lock=1e99,
dropPiece=tech_check_easy,
b2bKill=true,
target=200,
dropPiece=PLY.check_attackReach,
bg="matrix",bgm="new era",
},
load=function()