Commit b4147186 authored by Tachibana's avatar Tachibana

eme

parent ae9029b2
Pipeline #8597 passed with stages
in 34 minutes and 6 seconds
No preview for this file type
expansions/pics/25810021.jpg

61 KB | W: | H:

expansions/pics/25810021.jpg

70.1 KB | W: | H:

expansions/pics/25810021.jpg
expansions/pics/25810021.jpg
expansions/pics/25810021.jpg
expansions/pics/25810021.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -5,7 +5,7 @@ xpcall(function() require("expansions/script/c10000100") end,function() require( ...@@ -5,7 +5,7 @@ xpcall(function() require("expansions/script/c10000100") end,function() require(
function cm.initial_effect(c) function cm.initial_effect(c)
--NegateEffect --NegateEffect
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0)) e1:SetDescription(aux.Stringid(m,1))
e1:SetCategory(CATEGORY_DISABLE) e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
...@@ -118,6 +118,9 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -118,6 +118,9 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
--SpecialSummon --SpecialSummon
function cm.filter(c)
return c:IsFaceup() and c:IsSetCard(0x251) and c:IsType(TYPE_MONSTER)
end
function cm.spcon(e,c) function cm.spcon(e,c)
if c==nil then return true end if c==nil then return true end
return Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0 return Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
......
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