Commit 464dbb0b authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent 8b3027f9
expansions/pics/81010019.jpg

58.6 KB | W: | H:

expansions/pics/81010019.jpg

71.6 KB | W: | H:

expansions/pics/81010019.jpg
expansions/pics/81010019.jpg
expansions/pics/81010019.jpg
expansions/pics/81010019.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -19,7 +19,7 @@ function c33400402.initial_effect(c) ...@@ -19,7 +19,7 @@ function c33400402.initial_effect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_TO_GRAVE) e1:SetCode(EVENT_TO_GRAVE)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,33400402) e1:SetCountLimit(1,33400402+10000)
e1:SetCondition(c33400402.thcon) e1:SetCondition(c33400402.thcon)
e1:SetOperation(c33400402.thop) e1:SetOperation(c33400402.thop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -28,7 +28,7 @@ function c33400402.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,7 +28,7 @@ function c33400402.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(Card.IsSetCard,1,nil,0x6343) or eg:IsExists(Card.IsSetCard,1,nil,0x5343) return eg:IsExists(Card.IsSetCard,1,nil,0x6343) or eg:IsExists(Card.IsSetCard,1,nil,0x5343)
end end
function c33400402.spfilter1(c,e,tp) function c33400402.spfilter1(c,e,tp)
return c:IsSetCard(0x341) or c:IsSetCard(0x5342) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return (c:IsSetCard(0x341) or c:IsSetCard(0x5342)) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c33400402.sptg1(e,tp,eg,ep,ev,re,r,rp,chk) function c33400402.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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