Commit a4ebbea4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent 2af09fdb
Pipeline #30879 passed with stages
in 38 minutes and 11 seconds
No preview for this file type
--温迪
local s,id=GetID()
function s.initial_effect(c)
--fusion materia
--fusion materia
c:EnableReviveLimit()
aux.AddFusionProcMix(c,false,true,s.fusfilter1,s.fusfilter1,s.fusfilter2)
--cannot be target
......
......@@ -140,8 +140,12 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
local rc=re:GetHandler()
if Duel.NegateEffect(ev) and re:GetHandler():IsRelateToEffect(re) then
Duel.SendtoDeck(eg,nil,2,REASON_EFFECT)
if rc:IsType(TYPE_SPELL+TYPE_TRAP) then
rc:CancelToGrave()
end
Duel.SendtoDeck(eg,nil,2,REASON_EFFECT)
end
end
......
--岩之魔神 摩拉克斯
local s,id=GetID()
function s.initial_effect(c)
--synchro summon
--synchro summon
aux.AddSynchroMixProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0xa540),nil,nil,aux.Tuner(aux.FilterBoolFunction(Card.IsSetCard,0xa540)),1,99)
c:EnableReviveLimit()
--spsummon
......
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