Commit 1516aaed authored by dest's avatar dest Committed by mercury233

update card list and material setcode (#1054)

parent c25e39ec
......@@ -9,3 +9,4 @@ function c1546123.initial_effect(c)
e2:SetCode(EFFECT_PIERCE)
c:RegisterEffect(e2)
end
c1546123.material_setcode=0x1093
......@@ -12,6 +12,7 @@ function c17655904.initial_effect(c)
c:RegisterEffect(e1)
Duel.AddCustomActivityCounter(17655904,ACTIVITY_ATTACK,c17655904.counterfilter)
end
c17655904.card_code_list={89631139}
function c17655904.counterfilter(c)
return not c:IsCode(89631139)
end
......
......@@ -9,7 +9,7 @@ function c21082832.initial_effect(c)
e1:SetOperation(c21082832.activate)
c:RegisterEffect(e1)
end
c21082832.card_code_list={46986414}
c21082832.card_code_list={46986414,89631139}
function c21082832.filter(c,e,tp,m1,m2,ft)
if not c:IsSetCard(0xcf) or bit.band(c:GetType(),0x81)~=0x81
or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) then return false end
......
......@@ -10,6 +10,7 @@ function c43845801.initial_effect(c)
e1:SetOperation(c43845801.activate)
c:RegisterEffect(e1)
end
c43845801.card_code_list={23995346}
function c43845801.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP()
end
......
......@@ -22,6 +22,7 @@ function c64599569.initial_effect(c)
e4:SetOperation(c64599569.tgop)
c:RegisterEffect(e4)
end
c64599569.material_setcode=0x1093
function c64599569.sucop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local e1=Effect.CreateEffect(c)
......
......@@ -10,3 +10,4 @@ function c74157028.initial_effect(c)
e2:SetValue(1)
c:RegisterEffect(e2)
end
c74157028.material_setcode=0x1093
......@@ -27,6 +27,7 @@ function c79229522.initial_effect(c)
e3:SetValue(1)
c:RegisterEffect(e3)
end
c79229522.material_setcode=0x1093
function c79229522.splimit(e,se,sp,st)
return e:GetHandler():GetLocation()~=LOCATION_EXTRA
end
......
......@@ -23,6 +23,7 @@ function c84058253.initial_effect(c)
e3:SetOperation(c84058253.tgop)
c:RegisterEffect(e3)
end
c84058253.material_setcode=0x1093
function c84058253.descon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
end
......
......@@ -27,6 +27,7 @@ function c87116928.initial_effect(c)
e3:SetValue(1)
c:RegisterEffect(e3)
end
c87116928.material_setcode=0x1093
function c87116928.matfilter(c)
return c:GetSequence()>4
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