Commit 30fd44e2 authored by Tachibana's avatar Tachibana

eme

parent 77b49b86
Pipeline #6194 passed with stages
in 43 minutes and 19 seconds
expansions/pics/16104219.jpg

158 KB | W: | H:

expansions/pics/16104219.jpg

158 KB | W: | H:

expansions/pics/16104219.jpg
expansions/pics/16104219.jpg
expansions/pics/16104219.jpg
expansions/pics/16104219.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e1:SetOperation(cm.spop)
c:RegisterEffect(e1)
local e2=rkch.PenAdd(c,{m,1},{1,m+1},{cm.cost,nil,cm.addtarget,cm.addop},false)
local e3=rkch.MonzToPen(c,m,nil,0)
local e3=rkch.MonzToPen(c,m,EVENT_RELEASE,nil)
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetRange(0x7f)
......
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e1:SetOperation(cm.spop)
c:RegisterEffect(e1)
local e2=rkch.PenAdd(c,{m,1},{1,m+1},{cm.cost,nil,cm.addtarget,cm.addop},false)
local e3=rkch.MonzToPen(c,m,nil,0)
local e3=rkch.MonzToPen(c,m,EVENT_RELEASE,nil)
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD)
e4:SetRange(LOCATION_MZONE)
......
......@@ -128,7 +128,7 @@ end
function cm.spop(e,tp)
local tc=Duel.GetFirstTarget()
local c=e:GetHandler()
if not tc:IsRelateToEffect(e) or not c:IsRelateToEffect(e) or not tc:IsAbleToHand() or not tc:IsCanBeSpecialSummoned(e,0,tp,false,false) or Duel.GetLocationCountFromEx(tp,tp,nil,tc)<1 then return end
if not tc:IsRelateToEffect(e) or not c:IsRelateToEffect(e) or not tc:IsCanBeSpecialSummoned(e,0,tp,false,false) or Duel.GetLocationCountFromEx(tp,tp,nil,tc)<1 then return end
if Duel.SpecialSummonStep(tc,0,tp,tp,false,false,POS_FACEUP) then
if tc.dff==true then
tc:RegisterFlagEffect(tc:GetOriginalCode(),RESET_EVENT+0x7e0000,EFFECT_FLAG_CLIENT_HINT+EFFECT_FLAG_OATH,0,0,aux.Stringid(16104200,3))
......
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