Commit 1778473c authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005016.lua

parent ee195412
--曙光的魔物 牙月拉结尔 --曙光的魔物 牙月拉结尔
function c12005016.initial_effect(c) function c12005016.initial_effect(c)
--synchro summon --synchro summon
aux.AddSynchroProcedure(c,nil,aux.FilterBoolFunction(Card.IsSetCard,0xfbb+0x1fbd),1) aux.AddSynchroProcedure(c,nil,c12005016.mfilter,1)
c:EnableReviveLimit() c:EnableReviveLimit()
--remove --remove
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
...@@ -26,6 +26,9 @@ function c12005016.initial_effect(c) ...@@ -26,6 +26,9 @@ function c12005016.initial_effect(c)
e2:SetOperation(c12005016.spop1) e2:SetOperation(c12005016.spop1)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c12005016.mfilter(c)
return c:IsSetCard(0xfbb) or c:IsSetCard(0x1fbd)
end
function c12005016.rmcon(e,tp,eg,ep,ev,re,r,rp) function c12005016.rmcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
end 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