Commit 53c7f662 authored by JoyJ's avatar JoyJ
parents 1c8db8d5 36e5d92c
...@@ -37,7 +37,7 @@ function c27993919.initial_effect(c) ...@@ -37,7 +37,7 @@ function c27993919.initial_effect(c)
e4:SetCondition(c27993919.actcon2) e4:SetCondition(c27993919.actcon2)
e4:SetValue(c27993919.actlimit2) e4:SetValue(c27993919.actlimit2)
c:RegisterEffect(e4) c:RegisterEffect(e4)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,27993919+100)
end end
function c27993919.actfilter1(c,tp) function c27993919.actfilter1(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)
......
...@@ -41,7 +41,7 @@ function c91598270.initial_effect(c) ...@@ -41,7 +41,7 @@ function c91598270.initial_effect(c)
e5:SetCondition(c91598270.actcon) e5:SetCondition(c91598270.actcon)
e5:SetValue(c91598270.aclimit) e5:SetValue(c91598270.aclimit)
c:RegisterEffect(e5) c:RegisterEffect(e5)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,91598270+100)
end end
function c91598270.limfilter(c,tp) function c91598270.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)
......
...@@ -31,7 +31,7 @@ function c92610868.initial_effect(c) ...@@ -31,7 +31,7 @@ function c92610868.initial_effect(c)
e3:SetTarget(c92610868.reptg) e3:SetTarget(c92610868.reptg)
e3:SetValue(c92610868.repval) e3:SetValue(c92610868.repval)
c:RegisterEffect(e3) c:RegisterEffect(e3)
_GENKAITOPPA.SolfachordRegister(c) _GENKAITOPPA.SolfachordRegister(c,92610868+100)
end end
function c92610868.distg(e,c) function c92610868.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)
......
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