Commit 3aef004a authored by Tachibana's avatar Tachibana

tnndx

parent 798181f6
--铁战灵兽 M巨钳螳螂
function c33200055.initial_effect(c)
--spesm
--spsm
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x322),6,99,c33200055.ovfilter,aux.Stringid(33200055,2),99,c33200055.xyzop)
c:EnableReviveLimit()
--dmg
......@@ -74,6 +74,9 @@ function c33200055.desop(e,tp,eg,ep,ev,re,r,rp)
end
--e2
function c33200055.filter(c)
return c:IsFaceup() and (c:IsAttackAbove(1) or aux.disfilter1(c))
end
function c33200055.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
......
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