Commit fc8e702e authored by Huangnan's avatar Huangnan

fix

parent a7800a5d
expansions/pics/40010499.jpg

19.2 KB | W: | H:

expansions/pics/40010499.jpg

93.2 KB | W: | H:

expansions/pics/40010499.jpg
expansions/pics/40010499.jpg
expansions/pics/40010499.jpg
expansions/pics/40010499.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40010501.jpg

18.7 KB | W: | H:

expansions/pics/40010501.jpg

92 KB | W: | H:

expansions/pics/40010501.jpg
expansions/pics/40010501.jpg
expansions/pics/40010501.jpg
expansions/pics/40010501.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40010503.jpg

19.3 KB | W: | H:

expansions/pics/40010503.jpg

95.5 KB | W: | H:

expansions/pics/40010503.jpg
expansions/pics/40010503.jpg
expansions/pics/40010503.jpg
expansions/pics/40010503.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40010505.jpg

19 KB | W: | H:

expansions/pics/40010505.jpg

93.5 KB | W: | H:

expansions/pics/40010505.jpg
expansions/pics/40010505.jpg
expansions/pics/40010505.jpg
expansions/pics/40010505.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40010637.jpg

19.4 KB | W: | H:

expansions/pics/40010637.jpg

96.9 KB | W: | H:

expansions/pics/40010637.jpg
expansions/pics/40010637.jpg
expansions/pics/40010637.jpg
expansions/pics/40010637.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40010752.jpg

19.2 KB | W: | H:

expansions/pics/40010752.jpg

98.3 KB | W: | H:

expansions/pics/40010752.jpg
expansions/pics/40010752.jpg
expansions/pics/40010752.jpg
expansions/pics/40010752.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/40011372.jpg

19.3 KB | W: | H:

expansions/pics/40011372.jpg

96.2 KB | W: | H:

expansions/pics/40011372.jpg
expansions/pics/40011372.jpg
expansions/pics/40011372.jpg
expansions/pics/40011372.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -64,13 +64,13 @@ function c11600325.disop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DISABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
local cg=Duel.GetMatchingGroup(c11600325.cfilter,tp,0,LOCATION_MZONE,nil)
if #cg>0 and Duel.SelectYesNo(tp,aux.Stringid(11600325,0)) then
......
......@@ -38,7 +38,7 @@ function c11600345.value(e,c)
return Duel.GetFieldGroupCount(c:GetControler(),LOCATION_REMOVED,LOCATION_REMOVED)*(-100)
end
function c11600345.costfilter(c)
return c:IsSetCard(0x545) and c:IsType(TYPE_MONSTER) and c:GetAttack()>0 and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x3540) and c:IsType(TYPE_MONSTER) and c:GetAttack()>0 and c:IsAbleToRemoveAsCost()
end
function c11600345.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c11600345.costfilter,tp,LOCATION_GRAVE,0,3,nil) 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