Commit 2e0b5609 authored by TanakaKotoha's avatar TanakaKotoha

amd yes 2

parent 83a7777f
expansions/pics/17020101.jpg

371 KB | W: | H:

expansions/pics/17020101.jpg

504 KB | W: | H:

expansions/pics/17020101.jpg
expansions/pics/17020101.jpg
expansions/pics/17020101.jpg
expansions/pics/17020101.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/33500009.jpg

372 KB | W: | H:

expansions/pics/33500009.jpg

908 KB | W: | H:

expansions/pics/33500009.jpg
expansions/pics/33500009.jpg
expansions/pics/33500009.jpg
expansions/pics/33500009.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -46,9 +46,10 @@ end
function c10908004.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c10908004.filter,tp,LOCATION_MZONE,0,1,nil) end
end
function c10908004.activate(e,tp,eg,ep,ev,re,r,rp)
function c10908004.operation(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c10908004.filter,tp,LOCATION_MZONE,0,nil,e)
local tc=sg:GetFirst()
local c=e:GetHandler()
while tc do
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......@@ -60,6 +61,7 @@ function c10908004.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_SET_DEFENSE_FINAL)
e2:SetValue(tc:GetDefense()*2)
tc:RegisterEffect(e2)
tc=sg:GetNext()
end
end
function c10908004.filter2(c,e,tp)
......
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