Commit 76ce0e88 authored by JoyJ's avatar JoyJ
parents 123a6b11 d2798cde
...@@ -36,7 +36,7 @@ function c28115467.initial_effect(c) ...@@ -36,7 +36,7 @@ function c28115467.initial_effect(c)
e4:SetTarget(c28115467.avfilter) e4:SetTarget(c28115467.avfilter)
e4:SetValue(1) e4:SetValue(1)
c:RegisterEffect(e4) c:RegisterEffect(e4)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,28115467+100)
end end
function c28115467.distg(e,c) function c28115467.distg(e,c)
return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
...@@ -30,7 +30,7 @@ function c54100561.initial_effect(c) ...@@ -30,7 +30,7 @@ function c54100561.initial_effect(c)
e3:SetTarget(c54100561.reptg) e3:SetTarget(c54100561.reptg)
e3:SetValue(c54100561.repval) e3:SetValue(c54100561.repval)
c:RegisterEffect(e3) c:RegisterEffect(e3)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,54100561+100)
end end
function c54100561.distg(e,c) function c54100561.distg(e,c)
return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
...@@ -39,7 +39,7 @@ function c54387923.initial_effect(c) ...@@ -39,7 +39,7 @@ function c54387923.initial_effect(c)
e4:SetTarget(c54387923.destg) e4:SetTarget(c54387923.destg)
e4:SetOperation(c54387923.desop) e4:SetOperation(c54387923.desop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,54387923+100)
end end
function c54387923.actfilter(c,tp) function c54387923.actfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
...@@ -35,7 +35,7 @@ function c55226153.initial_effect(c) ...@@ -35,7 +35,7 @@ function c55226153.initial_effect(c)
e4:SetTarget(c55226153.atktg) e4:SetTarget(c55226153.atktg)
e4:SetValue(c55226153.atkval) e4:SetValue(c55226153.atkval)
c:RegisterEffect(e4) c:RegisterEffect(e4)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,55226153+100)
end end
function c55226153.distg(e,c) function c55226153.distg(e,c)
return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
...@@ -49,7 +49,7 @@ function c80776622.initial_effect(c) ...@@ -49,7 +49,7 @@ function c80776622.initial_effect(c)
e5:SetTarget(c80776622.destg) e5:SetTarget(c80776622.destg)
e5:SetOperation(c80776622.desop) e5:SetOperation(c80776622.desop)
c:RegisterEffect(e5) c:RegisterEffect(e5)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,80776622+100)
end end
function c80776622.limfilter(c,tp) function c80776622.limfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
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