添加断b2b即死规则,可在自定义模式打开
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user