Commit 37b7ec8e authored by Tachibana's avatar Tachibana

tnndx

parent 47a28356
This diff is collapsed.
......@@ -11,7 +11,7 @@ function cm.initial_effect(c)
end
local e3=rsef.QO(c,nil,{m,1},{1,m+100},"atk,dis","tg",LOCATION_SZONE,nil,rscost.cost(f,"td",LOCATION_GRAVE ),rstg.target2(cm.regfun,Card.IsFaceup,"atk",LOCATION_MZONE,LOCATION_MZONE),cm.op2)
end
function cm.regfun(g,e,tp
function cm.regfun(g,e,tp)
if rscon.excard2(Card.IsCode,LOCATION_MZONE,0,1,nil,65010001)(e) then
e:SetLabel(1)
else
......
......@@ -5,7 +5,7 @@ local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,65010001)
local e1=rsef.ACT(c,nil,nil,{1,m,1})
local e2=rsef.QO(c,nil,nil,1,"eq",{"tg",EFFECT_FLAG_NO_TURN_RESET },LOCATION_SZONE,nil,nil,rstg.target(rscf.FilterFaceUp(Card.IsCode,65010001),"eq",LOCATION_MZONE),cm.op)
local e2=rsef.QO(c,nil,nil,1,"eq","tg,ntr",LOCATION_SZONE,nil,nil,rstg.target(rscf.fufilter(Card.IsCode,65010001),"eq",LOCATION_MZONE),cm.op)
end
function cm.op(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -6,7 +6,7 @@ function cm.initial_effect(c)
aux.AddCodeList(c,65010001)
local e1=rsef.ACT(c)
e1:SetCondition(cm.con)
local e2=rsef.QO(c,nil,{m,1},{1,m},"eq",{"tg",EFFECT_FLAG_NO_TURN_RESET },LOCATION_SZONE,nil,nil,rstg.target({rscf.FilterFaceUp(Card.IsCode,65010001),"eq",LOCATION_MZONE }),cm.op)
local e2=rsef.QO(c,nil,{m,1},{1,m},"eq","tg,ntr",LOCATION_SZONE,nil,nil,rstg.target(rscf.fufilter(Card.IsCode,65010001),"eq",LOCATION_MZONE),cm.op)
--disable spsummon
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(m,2))
......
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