Commit aa34c18f authored by Huangnan's avatar Huangnan

四季映姬字段修复

parent 9bf9579d
No preview for this file type
......@@ -49,13 +49,13 @@ function c1000701.sccon(e)
return not Duel.IsExistingMatchingCard(c1000701.cfilter,e:GetHandlerPlayer(),LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000701.cfilter(c)
return c:IsSetCard(0x5204)
return c:IsSetCard(0x9204)
end
function c1000701.decon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000701.cfilter,tp,LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000701.defilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000701.detg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable()
......@@ -74,7 +74,7 @@ function c1000701.deop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c1000701.thfilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsCode(1000701)
return c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsCode(1000701)
end
function c1000701.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
......
......@@ -49,13 +49,13 @@ function c1000702.sccon(e)
return not Duel.IsExistingMatchingCard(c1000702.cfilter,e:GetHandlerPlayer(),LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000702.cfilter(c)
return c:IsSetCard(0x5204)
return c:IsSetCard(0x9204)
end
function c1000702.decon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000702.cfilter,tp,LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000702.defilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000702.detg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable()
......@@ -77,7 +77,7 @@ function c1000702.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function c1000702.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c1000702.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c1000702.thfilter,tp,LOCATION_GRAVE,0,1,nil) end
......
......@@ -49,13 +49,13 @@ function c1000703.sccon(e)
return not Duel.IsExistingMatchingCard(c1000703.cfilter,e:GetHandlerPlayer(),LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000703.cfilter(c)
return c:IsSetCard(0x5204)
return c:IsSetCard(0x9204)
end
function c1000703.decon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000703.cfilter,tp,LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000703.defilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000703.detg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable()
......@@ -77,7 +77,7 @@ function c1000703.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function c1000703.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c1000703.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c1000703.thfilter,tp,LOCATION_EXTRA,0,1,nil) end
......
......@@ -49,13 +49,13 @@ function c1000704.sccon(e)
return not Duel.IsExistingMatchingCard(c1000704.cfilter,e:GetHandlerPlayer(),LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000704.cfilter(c)
return c:IsSetCard(0x5204)
return c:IsSetCard(0x9204)
end
function c1000704.decon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000704.cfilter,tp,LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000704.defilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000704.detg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable()
......@@ -77,7 +77,7 @@ function c1000704.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function c1000704.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c1000704.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c1000704.thfilter,tp,LOCATION_REMOVED,0,1,nil) end
......
......@@ -43,7 +43,7 @@ function c1000705.initial_effect(c)
c:RegisterEffect(e4)
end
function c1000705.atkfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER)
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER)
end
function c1000705.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c1000705.atkfilter(chkc) end
......@@ -68,7 +68,7 @@ function c1000705.atkop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c1000705.cfilter(c,tp)
return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsSetCard(0x5204)and c:IsPreviousLocation(LOCATION_ONFIELD) and c:GetPreviousControler()==tp
return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsSetCard(0x9204)and c:IsPreviousLocation(LOCATION_ONFIELD) and c:GetPreviousControler()==tp
end
function c1000705.drcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c1000705.cfilter,1,nil,tp)
......@@ -88,7 +88,7 @@ function c1000705.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) and e:GetHandler():IsPreviousPosition(POS_FACEUP)
end
function c1000705.spfilter(c,e,tp)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_PENDULUM) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_PENDULUM) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c1000705.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE+LOCATION_EXTRA) and c1000705.spfilter(chkc,e,tp) end
......
......@@ -34,7 +34,7 @@ function c1000706.initial_effect(c)
c:RegisterEffect(e3)
end
function c1000706.cfilter(c)
return c:IsSetCard(0x5204) and c:IsFaceup()
return c:IsSetCard(0x9204) and c:IsFaceup()
end
function c1000706.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000706.cfilter,tp,LOCATION_MZONE,0,1,nil)
......@@ -80,7 +80,7 @@ function c1000706.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummonComplete()
end
function c1000706.tgfilter(c,tp)
return c:IsFaceup() and c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsSetCard(0x5204)
return c:IsFaceup() and c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsSetCard(0x9204)
end
function c1000706.discon(e,tp,eg,ep,ev,re,r,rp)
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
......
......@@ -39,10 +39,10 @@ function c1000707.initial_effect(c)
c:RegisterEffect(e4)
end
function c1000707.tgtg(e,c)
return c:IsSetCard(0x5204) and (c:GetSequence()==6 or c:GetSequence()==7)
return c:IsSetCard(0x9204) and (c:GetSequence()==6 or c:GetSequence()==7)
end
function c1000707.desfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsDestructable()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsDestructable()
end
function c1000707.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsControler(tp) and c1000707.desfilter(chkc) and chkc~=e:GetHandler() end
......@@ -70,7 +70,7 @@ function c1000707.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST)
end
function c1000707.thfilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c1000707.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000707.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -40,8 +40,8 @@ function c1000708.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()==0
end
function c1000708.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,Card.IsSetCard,1,nil,0x5204) end
local g=Duel.SelectReleaseGroup(tp,Card.IsSetCard,1,1,nil,0x5204)
if chk==0 then return Duel.CheckReleaseGroup(tp,Card.IsSetCard,1,nil,0x9204) end
local g=Duel.SelectReleaseGroup(tp,Card.IsSetCard,1,1,nil,0x9204)
Duel.Release(g,REASON_COST)
end
function c1000708.target(e,tp,eg,ep,ev,re,r,rp,chk)
......@@ -81,7 +81,7 @@ function c1000708.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummonComplete()
end
function c1000708.repfilter(c,tp)
return c:IsSetCard(0x5204) and c:IsLocation(LOCATION_ONFIELD)
return c:IsSetCard(0x9204) and c:IsLocation(LOCATION_ONFIELD)
and c:IsControler(tp) and c:IsReason(REASON_EFFECT+REASON_BATTLE)
end
function c1000708.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -52,7 +52,7 @@ function c1000709.condition(e,tp,eg,ep,ev,re,r,rp)
end
function c1000709.filter(c,e,tp)
return ((c:IsLocation(LOCATION_GRAVE) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0)) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsSetCard(0x5204) and c:IsFaceup()
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0)) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsSetCard(0x9204) and c:IsFaceup()
end
function c1000709.target2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000709.filter,tp,LOCATION_GRAVE+LOCATION_EXTRA,0,1,nil,e,tp) end
......@@ -98,7 +98,7 @@ function c1000709.tdcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST)
end
function c1000709.tdfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsAbleToDeck()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsAbleToDeck()
end
function c1000709.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c1000709.tdfilter(chkc) and chkc~=e:GetHandler() end
......
......@@ -2,7 +2,7 @@
function c1000710.initial_effect(c)
c:SetUniqueOnField(1,1,1000710)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x5204),aux.NonTuner(Card.IsSetCard,0x5204),1)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x9204),aux.NonTuner(Card.IsSetCard,0x9204),1)
c:EnableReviveLimit()
--pierce
local e1=Effect.CreateEffect(c)
......@@ -10,7 +10,7 @@ function c1000710.initial_effect(c)
e1:SetCode(EFFECT_PIERCE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x5204))
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x9204))
c:RegisterEffect(e1)
--actlimit
local e2=Effect.CreateEffect(c)
......
......@@ -2,7 +2,7 @@
function c1000711.initial_effect(c)
c:SetUniqueOnField(1,1,1000711)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x5204),aux.NonTuner(Card.IsSetCard,0x5204),1)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x9204),aux.NonTuner(Card.IsSetCard,0x9204),1)
c:EnableReviveLimit()
--atkup
local e1=Effect.CreateEffect(c)
......@@ -10,7 +10,7 @@ function c1000711.initial_effect(c)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x5204))
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x9204))
e1:SetValue(c1000711.value)
c:RegisterEffect(e1)
--position change
......@@ -35,7 +35,7 @@ function c1000711.initial_effect(c)
c:RegisterEffect(e3)
end
function c1000711.atkfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x5204)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsSetCard(0x9204)
end
function c1000711.value(e,c)
return Duel.GetMatchingGroupCount(c1000711.atkfilter,c:GetControler(),LOCATION_GRAVE+LOCATION_EXTRA,0,nil)*150
......
......@@ -36,13 +36,13 @@ function c1000712.initial_effect(c)
c:RegisterEffect(e4)
end
function c1000712.sprfilter1(c,tp)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_TUNER) and c:IsAbleToRemoveAsCost()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_TUNER) and c:IsAbleToRemoveAsCost()
end
function c1000712.sprfilter2(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_XYZ) and c:IsAbleToRemoveAsCost()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_XYZ) and c:IsAbleToRemoveAsCost()
end
function c1000712.sprfilter3(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_SYNCHRO) and c:IsAbleToRemoveAsCost()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_SYNCHRO) and c:IsAbleToRemoveAsCost()
end
function c1000712.sprcon(e,c)
if c==nil then return true end
......
......@@ -65,7 +65,7 @@ function c1000713.initial_effect(c)
end
c1000713.pendulum_level=4
function c1000713.pcfilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_PENDULUM) and not c:IsForbidden()
return c:IsSetCard(0x9204) and c:IsType(TYPE_PENDULUM) and not c:IsForbidden()
end
function c1000713.pctg(e,tp,eg,ep,ev,re,r,rp,chk)
local seq=e:GetHandler():GetSequence()
......@@ -83,7 +83,7 @@ function c1000713.pcop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c1000713.cfilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToRemoveAsCost()
end
function c1000713.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000713.cfilter,tp,LOCATION_GRAVE,0,2,nil) end
......@@ -103,7 +103,7 @@ function c1000713.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c1000713.mfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelBelow(4) and c:IsSetCard(0x5204) and not c:IsType(TYPE_XYZ) and not c:IsType(TYPE_TOKEN)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelBelow(4) and c:IsSetCard(0x9204) and not c:IsType(TYPE_XYZ) and not c:IsType(TYPE_TOKEN)
end
function c1000713.xyzfilter1(c,g)
return g:IsExists(c1000713.xyzfilter2,1,c,c:GetLevel())
......@@ -139,7 +139,7 @@ function c1000713.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c1000713.filter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000713.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000713.filter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -77,13 +77,13 @@ function c1000714.sccon(e)
return not Duel.IsExistingMatchingCard(c1000714.cfilter,e:GetHandlerPlayer(),LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000714.cfilter(c)
return c:IsSetCard(0x5204)
return c:IsSetCard(0x9204)
end
function c1000714.decon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c1000714.cfilter,tp,LOCATION_PZONE,0,1,e:GetHandler())
end
function c1000714.defilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
end
function c1000714.detg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable()
......@@ -105,7 +105,7 @@ function c1000714.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function c1000714.thfilter(c)
return c:IsSetCard(0x5204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsCode(1000714)
return c:IsSetCard(0x9204) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsCode(1000714)
end
function c1000714.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(c1000714.thfilter,tp,LOCATION_DECK,0,1,nil) end
......@@ -134,7 +134,7 @@ function c1000714.cost(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end
function c1000714.thfilter1(c)
return c:IsSetCard(0x5204) and c:IsAbleToHand()
return c:IsSetCard(0x9204) and c:IsAbleToHand()
end
function c1000714.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000714.thfilter1,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) end
......
......@@ -57,7 +57,7 @@ function c1000715.initial_effect(c)
end
c1000715.pendulum_level=6
function c1000715.mfilter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelAbove(5) and c:IsSetCard(0x5204) and not c:IsType(TYPE_XYZ) and not c:IsType(TYPE_TOKEN)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelAbove(5) and c:IsSetCard(0x9204) and not c:IsType(TYPE_XYZ) and not c:IsType(TYPE_TOKEN)
end
function c1000715.xyzfilter1(c,g)
return g:IsExists(c1000715.xyzfilter2,1,c,c:GetLevel())
......@@ -125,7 +125,7 @@ function c1000715.operation(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function c1000715.thfilter(c)
return c:IsFaceup() and c:IsSetCard(0x5204) and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x9204) and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand()
end
function c1000715.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c1000715.thfilter,tp,LOCATION_EXTRA,0,1,nil) end
......
......@@ -21,7 +21,7 @@
#setname 0xc203
!setname 0xc204 Madoka
!setname 0x3204 Sayaka Miki
!setname 0x5204 四季映姫
!setname 0x9204 四季映姫
#setname 0x6204
!setname 0x20c 纪录
!setname 0x520c 物语纪录
......
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