Commit 396b17aa authored by Vury Leo's avatar Vury Leo

Add TG サイバー・マジシャン

parent 9977b62c
......@@ -29,7 +29,7 @@ function s.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e4:SetCode(id)
e4:SetTarget(s.hsyntg)
e4:SetValue(s.tgvalue)
c:RegisterEffect(e4)
end
function s.synfilter1(c,syncard,tuner,f)
......@@ -126,3 +126,7 @@ end
function s.hsyntg(e,c,syncard)
return c:IsSetCard(0x27) and c:IsNotTuner(syncard)
end
function s.tgvalue(e,tc)
return tc:IsSetCard(0x27)
end
......@@ -4,6 +4,7 @@ function s.initial_effect(c)
c:EnableReviveLimit()
--material
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
Synchro.AddSynchroProcedure(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
......
This diff is collapsed.
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