Commit 34ff9d0b authored by mercury233's avatar mercury233

add card_code_list 12206212

parent c3a8497c
......@@ -9,6 +9,7 @@ function c12181376.initial_effect(c)
e1:SetOperation(c12181376.activate)
c:RegisterEffect(e1)
end
c12181376.card_code_list={12206212}
function c12181376.filter(c)
return c:IsFaceup() and c:IsCode(12206212)
end
......
......@@ -23,6 +23,7 @@ function c63224564.initial_effect(c)
e4:SetValue(c63224564.eqlimit)
c:RegisterEffect(e4)
end
c63224564.card_code_list={12206212}
function c63224564.eqlimit(e,c)
return c:IsCode(76812113,12206212)
end
......
......@@ -39,6 +39,7 @@ function c75782277.initial_effect(c)
e6:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e6)
end
c75782277.card_code_list={12206212}
function c75782277.check(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=eg:GetFirst()
......
......@@ -13,6 +13,7 @@ function c86308219.initial_effect(c)
c:RegisterEffect(e1)
Duel.AddCustomActivityCounter(86308219,ACTIVITY_SPSUMMON,c86308219.counterfilter)
end
c86308219.card_code_list={12206212}
function c86308219.counterfilter(c)
return bit.band(c:GetSummonLocation(),LOCATION_DECK+LOCATION_EXTRA)==0
end
......
......@@ -10,6 +10,7 @@ function c90219263.initial_effect(c)
e1:SetOperation(c90219263.activate)
c:RegisterEffect(e1)
end
c90219263.card_code_list={12206212}
function c90219263.cfilter(c)
return c:IsFaceup() and c:IsCode(76812113)
end
......
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