Commit 34ff9d0b authored by mercury233's avatar mercury233

add card_code_list 12206212

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