Commit 93eb814d authored by Tachibana's avatar Tachibana

得得得得得

parent b9bee025
No preview for this file type
expansions/pics/20100600.jpg

37.8 KB | W: | H:

expansions/pics/20100600.jpg

33.9 KB | W: | H:

expansions/pics/20100600.jpg
expansions/pics/20100600.jpg
expansions/pics/20100600.jpg
expansions/pics/20100600.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/20100602.jpg

34.8 KB | W: | H:

expansions/pics/20100602.jpg

30.9 KB | W: | H:

expansions/pics/20100602.jpg
expansions/pics/20100602.jpg
expansions/pics/20100602.jpg
expansions/pics/20100602.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/20100604.jpg

34 KB | W: | H:

expansions/pics/20100604.jpg

30.2 KB | W: | H:

expansions/pics/20100604.jpg
expansions/pics/20100604.jpg
expansions/pics/20100604.jpg
expansions/pics/20100604.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/20100606.jpg

36.7 KB | W: | H:

expansions/pics/20100606.jpg

32.8 KB | W: | H:

expansions/pics/20100606.jpg
expansions/pics/20100606.jpg
expansions/pics/20100606.jpg
expansions/pics/20100606.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/20100608.jpg

35.2 KB | W: | H:

expansions/pics/20100608.jpg

31.3 KB | W: | H:

expansions/pics/20100608.jpg
expansions/pics/20100608.jpg
expansions/pics/20100608.jpg
expansions/pics/20100608.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -31,6 +31,7 @@ function cm.initial_effect(c) ...@@ -31,6 +31,7 @@ function cm.initial_effect(c)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetHintTiming(0,TIMING_MAIN_END) e3:SetHintTiming(0,TIMING_MAIN_END)
e3:SetCountLimit(1,15000850) e3:SetCountLimit(1,15000850)
e3:SetCondition(cm.spcon)
e3:SetCost(cm.spcost) e3:SetCost(cm.spcost)
e3:SetTarget(cm.sptg) e3:SetTarget(cm.sptg)
e3:SetOperation(cm.spop) e3:SetOperation(cm.spop)
...@@ -66,6 +67,9 @@ end ...@@ -66,6 +67,9 @@ end
function cm.fieldfilter(c) function cm.fieldfilter(c)
return not (c:IsType(TYPE_MONSTER) and c:IsType(TYPE_RITUAL) and c:IsSetCard(0x9f3c)) return not (c:IsType(TYPE_MONSTER) and c:IsType(TYPE_RITUAL) and c:IsSetCard(0x9f3c))
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2
end
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(100) e:SetLabel(100)
return true return true
...@@ -110,6 +114,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,6 +114,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_DISABLE_EFFECT) e2:SetCode(EFFECT_DISABLE_EFFECT)
sc:RegisterEffect(e2) sc:RegisterEffect(e2)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
sc:CompleteProcedure()
Duel.Equip(tp,tc,sc) Duel.Equip(tp,tc,sc)
end end
end 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