Commit 969968b8 authored by 未闻皂名's avatar 未闻皂名

2025/3/16 禁卡表更新,寿司天使 龙卷效果修改

parent 0573a8d4
Pipeline #33727 passed with stages
in 13 minutes and 39 seconds
No preview for this file type
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
120226013 0 -- 业火之结界像 120226013 0 -- 业火之结界像
#Limit #Limit
120151040 1 -- 寿司天使 龙卷
120160003 1 -- 死灵女仆·小七 120160003 1 -- 死灵女仆·小七
120183015 1 -- 火雷神 雷击勇士
120235024 1 -- 苍救骑士 西埃拉 120235024 1 -- 苍救骑士 西埃拉
120254046 1 -- 名蔷薇术士 120254046 1 -- 名蔷薇术士
120203029 1 -- 魔法石采掘 120203029 1 -- 魔法石采掘
...@@ -29,4 +27,4 @@ ...@@ -29,4 +27,4 @@
120249057 2 -- 传说的一击 120249057 2 -- 传说的一击
120246081 2 -- 黑曜之魔导兵 120246081 2 -- 黑曜之魔导兵
120257021 2 -- 深渊杀戮者·提亚玛特女王 120257021 2 -- 深渊杀戮者·提亚玛特女王
120249018 2 -- 秘密搜查官 误选小姐 120183015 2 -- 火雷神 雷击勇士
\ No newline at end of file \ No newline at end of file
...@@ -20,7 +20,7 @@ function cm.costfilter(c) ...@@ -20,7 +20,7 @@ function cm.costfilter(c)
return c:IsRace(RACE_FAIRY) and c:IsAbleToDeckOrExtraAsCost() return c:IsRace(RACE_FAIRY) and c:IsAbleToDeckOrExtraAsCost()
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 RD.IsSummonTurn(e:GetHandler()) return RD.IsSummonTurn(e:GetHandler()) and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>9
end end
cm.cost=RD.CostSendGraveToDeckBottom(cm.costfilter,1,1) cm.cost=RD.CostSendGraveToDeckBottom(cm.costfilter,1,1)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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