Commit abeed3ae authored by TanakaKotoha's avatar TanakaKotoha

fbk

parent 0e4856b6
......@@ -32,7 +32,7 @@ function c60151601.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151601.condition)
e5:SetTarget(c60151601.target)
e5:SetOperation(c60151601.operation)
e5:SetOperation(c60151601.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151601.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151601.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151601.filter3(c)
return c:IsFaceup() and c:IsSetCard(0xcb25) and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand()
end
......
......@@ -32,7 +32,7 @@ function c60151602.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151602.condition)
e5:SetTarget(c60151602.target)
e5:SetOperation(c60151602.operation)
e5:SetOperation(c60151602.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151602.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151602.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151602.filter3(c)
return c:IsSetCard(0xcb25) and c:IsType(TYPE_PENDULUM) and not c:IsCode(60151602) and c:IsAbleToHand()
end
......
......@@ -32,7 +32,7 @@ function c60151603.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151603.condition)
e5:SetTarget(c60151603.target)
e5:SetOperation(c60151603.operation)
e5:SetOperation(c60151603.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151603.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151603.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151603.filter3(c,e,tp)
return c:IsSetCard(0xcb25) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
......
......@@ -32,7 +32,7 @@ function c60151604.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151604.condition)
e5:SetTarget(c60151604.target)
e5:SetOperation(c60151604.operation)
e5:SetOperation(c60151604.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151604.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151604.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151604.filter3(c,e,tp)
return c:IsSetCard(0xcb25) and c:IsType(TYPE_PENDULUM)
and ((c:IsLocation(LOCATION_HAND+LOCATION_GRAVE)) or (c:IsLocation(LOCATION_REMOVED) and c:IsFaceup()))
......
......@@ -32,7 +32,7 @@ function c60151605.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151605.condition)
e5:SetTarget(c60151605.target)
e5:SetOperation(c60151605.operation)
e5:SetOperation(c60151605.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151605.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151605.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151605.filter3(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsDestructable()
end
......
......@@ -32,7 +32,7 @@ function c60151606.initial_effect(c)
e5:SetRange(LOCATION_PZONE)
e5:SetCondition(c60151606.condition)
e5:SetTarget(c60151606.target)
e5:SetOperation(c60151606.operation)
e5:SetOperation(c60151606.operation2)
c:RegisterEffect(e5)
--spsummon
local e3=Effect.CreateEffect(c)
......@@ -101,6 +101,13 @@ function c60151606.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel.SpecialSummonComplete()
end
function c60151606.operation2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
end
Duel.SpecialSummonComplete()
end
function c60151606.filter3(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToRemove()
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