Commit 24950989 authored by yxli's avatar yxli
parents 5e66212e 07c0dfaa
pics/101208190.jpg

521 KB | W: | H:

pics/101208190.jpg

79.6 KB | W: | H:

pics/101208190.jpg
pics/101208190.jpg
pics/101208190.jpg
pics/101208190.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208191.jpg

558 KB | W: | H:

pics/101208191.jpg

79.9 KB | W: | H:

pics/101208191.jpg
pics/101208191.jpg
pics/101208191.jpg
pics/101208191.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208192.jpg

545 KB | W: | H:

pics/101208192.jpg

82.4 KB | W: | H:

pics/101208192.jpg
pics/101208192.jpg
pics/101208192.jpg
pics/101208192.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208193.jpg

502 KB | W: | H:

pics/101208193.jpg

71.2 KB | W: | H:

pics/101208193.jpg
pics/101208193.jpg
pics/101208193.jpg
pics/101208193.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208194.jpg

466 KB | W: | H:

pics/101208194.jpg

64.9 KB | W: | H:

pics/101208194.jpg
pics/101208194.jpg
pics/101208194.jpg
pics/101208194.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208195.jpg

504 KB | W: | H:

pics/101208195.jpg

63.5 KB | W: | H:

pics/101208195.jpg
pics/101208195.jpg
pics/101208195.jpg
pics/101208195.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101208196.jpg

493 KB | W: | H:

pics/101208196.jpg

70.3 KB | W: | H:

pics/101208196.jpg
pics/101208196.jpg
pics/101208196.jpg
pics/101208196.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301222.jpg

512 KB | W: | H:

pics/101301222.jpg

71.3 KB | W: | H:

pics/101301222.jpg
pics/101301222.jpg
pics/101301222.jpg
pics/101301222.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301223.jpg

503 KB | W: | H:

pics/101301223.jpg

83.5 KB | W: | H:

pics/101301223.jpg
pics/101301223.jpg
pics/101301223.jpg
pics/101301223.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301228.jpg

538 KB | W: | H:

pics/101301228.jpg

77.3 KB | W: | H:

pics/101301228.jpg
pics/101301228.jpg
pics/101301228.jpg
pics/101301228.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301229.jpg

516 KB | W: | H:

pics/101301229.jpg

75 KB | W: | H:

pics/101301229.jpg
pics/101301229.jpg
pics/101301229.jpg
pics/101301229.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301266.jpg

506 KB | W: | H:

pics/101301266.jpg

88 KB | W: | H:

pics/101301266.jpg
pics/101301266.jpg
pics/101301266.jpg
pics/101301266.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101301267.jpg

515 KB | W: | H:

pics/101301267.jpg

69.9 KB | W: | H:

pics/101301267.jpg
pics/101301267.jpg
pics/101301267.jpg
pics/101301267.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -58,13 +58,13 @@ function s.initial_effect(c) ...@@ -58,13 +58,13 @@ function s.initial_effect(c)
--place in pzone --place in pzone
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1)) e2:SetDescription(aux.Stringid(id,1))
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_DECK) e5:SetCode(EVENT_TO_DECK)
e2:SetProperty(EFFECT_FLAG_DELAY) e5:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCondition(s.pzcon) e5:SetCondition(s.pzcon)
e2:SetTarget(s.pztg) e5:SetTarget(s.pztg)
e2:SetOperation(s.pzop) e5:SetOperation(s.pzop)
c:RegisterEffect(e2) c:RegisterEffect(e5)
end end
function s.reg(e,tp,eg,ep,ev,re,r,rp,chk) function s.reg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
...@@ -130,7 +130,7 @@ function s.rspcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -130,7 +130,7 @@ function s.rspcost(e,tp,eg,ep,ev,re,r,rp,chk)
return true return true
end end
function s.rfilter(c) function s.rfilter(c)
return c:IsSetCard(0x197) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:CheckActivateEffect(false,true,false)~=nil return c:IsSetCard(0x197) and c:GetType()==TYPE_SPELL+TYPE_RITUAL and c:CheckActivateEffect(false,true,false)~=nil
end end
function s.rsptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.rsptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then if chk==0 then
......
...@@ -35,7 +35,7 @@ function s.initial_effect(c) ...@@ -35,7 +35,7 @@ function s.initial_effect(c)
e4:SetCountLimit(1,id+o) e4:SetCountLimit(1,id+o)
e4:SetTarget(s.sptg) e4:SetTarget(s.sptg)
e4:SetOperation(s.spop) e4:SetOperation(s.spop)
c:RegisterEffect(e2) c:RegisterEffect(e4)
end end
function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return not e:GetHandler():IsPublic() end if chk==0 then return not e:GetHandler():IsPublic() end
...@@ -73,7 +73,7 @@ function s.spfilter(c,e,tp) ...@@ -73,7 +73,7 @@ function s.spfilter(c,e,tp)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return Duel.IsExistingMatchingCard(s.relfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,c,tp,c) if chk==0 then return Duel.IsExistingMatchingCard(s.relfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,tp)
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,nil,e,tp) end and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_DECK)
end end
......
...@@ -61,10 +61,10 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,10 +61,10 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLP(1-tp)>=850 then Duel.PayLPCost(1-tp,850) end if Duel.GetLP(1-tp)>=850 then Duel.PayLPCost(1-tp,850) end
end end
function s.cfilter3(c,tp,e) function s.cfilter3(c,tp,e)
return c:IsLocation(LOCATION_MZONE) and c:IsSummonPlayer(tp) and c:IsCanBeEffectTarget(e) and c:IsLevelAbove(1) return c:IsLocation(LOCATION_MZONE) and c:IsSummonPlayer(tp) and c:IsCanBeEffectTarget(e) and c:IsType(TYPE_RITUAL) and c:IsLevelAbove(1)
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp) function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter3,1,nil,tp) return eg:IsExists(s.cfilter3,1,nil,tp,e)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsSetCard(0x196,0x197) and c:GetType()~=TYPE_SPELL+TYPE_CONTINUOUS and c:IsAbleToHand() return c:IsSetCard(0x196,0x197) and c:GetType()~=TYPE_SPELL+TYPE_CONTINUOUS and c:IsAbleToHand()
......
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