Commit 46fb1ebc authored by 未闻皂名's avatar 未闻皂名

2024/9/30 bug修复,禁卡表更新

parent 80b449c7
Pipeline #30137 passed with stages
in 10 minutes and 2 seconds
No preview for this file type
...@@ -12,17 +12,20 @@ ...@@ -12,17 +12,20 @@
120160003 1 -- 死灵女仆·小七 120160003 1 -- 死灵女仆·小七
120183015 1 -- 火雷神 雷击勇士 120183015 1 -- 火雷神 雷击勇士
120235024 1 -- 苍救骑士 西埃拉 120235024 1 -- 苍救骑士 西埃拉
120246081 1 -- 黑曜之魔导兵
120249018 1 -- 秘密搜查官 误选小姐 120249018 1 -- 秘密搜查官 误选小姐
120249019 1 -- 秘密搜查官 错误小姐
120254046 1 -- 名蔷薇术士 120254046 1 -- 名蔷薇术士
120203029 1 -- 魔法石采掘 120203029 1 -- 魔法石采掘
120249055 1 -- 三猫选择 120249055 1 -- 三猫选择
120257036 1 -- 七宝神-良财
120261058 1 -- 宇宙姬的嬉戏
120257057 1 -- 机器检查员
#Semi-Limit #Semi-Limit
120217035 2 -- 革新制壶陶艺家 120217035 2 -- 革新制壶陶艺家
120238005 2 -- 传说的魔术师
120244054 2 -- 七魔导奇妙融合 120244054 2 -- 七魔导奇妙融合
120247013 2 -- 三角神迷火花 120247013 2 -- 三角神迷火花
120249057 2 -- 传说的一击 120249057 2 -- 传说的一击
120155049 2 -- 大极流 120155049 2 -- 大极流
120246081 2 -- 黑曜之魔导兵
120249019 2 -- 秘密搜查官 错误小姐
120257021 2 -- 深渊杀戮者·提亚玛特女王
\ No newline at end of file
local m=120272035 local m=120272035
local list={120209001} local list={120209001,120109024}
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="穿越侍·突袭线性海牛侍" cm.name="穿越侍·突袭线性海牛侍"
function cm.initial_effect(c) function cm.initial_effect(c)
...@@ -26,13 +26,13 @@ function cm.costfilter(c) ...@@ -26,13 +26,13 @@ function cm.costfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckOrExtraAsCost() return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckOrExtraAsCost()
end end
function cm.exfilter(c) function cm.exfilter(c)
return c:IsCode(list[1]) return c:IsCode(list[2])
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsLevelAbove(4) return e:GetHandler():IsLevelAbove(4)
end end
cm.cost=RD.CostSendGraveToDeck(cm.costfilter,2,2,nil,nil,function(g) cm.cost=RD.CostSendGraveToDeck(cm.costfilter,2,2,nil,nil,function(g)
if g:IsExists(cm.exfilter,2,nil) then if g:IsExists(cm.exfilter,1,nil) then
return 20272035 return 20272035
else else
return 0 return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment