Commit 2d025edd authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 08cc6622
--圣杯战争-Lancer-恩奇都
function c50424315.initial_effect(c)
--link summon
aux.AddLinkProcedure(c,nil,2,2,c50424315.lcheck)
aux.AddLinkProcedure(c,c50424315.lfilter,2,2,c50424315.lcheck)
c:EnableReviveLimit()
--draw
local e1=Effect.CreateEffect(c)
......@@ -38,8 +38,11 @@ function c50424315.initial_effect(c)
e3:SetOperation(c50424315.eqop)
c:RegisterEffect(e3)
end
function c50424315.lfilter(c)
return c:IsLinkSetCard(0xdb0)
end
function c50424315.lcheck(g)
return g:IsExists(Card.IsLinkAttribute,1,nil,ATTRIBUTE_LIGHT)
return g:IsExists(Card.IsLinkSetCard,2,nil,0xdb0)
end
function c50424315.drcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
......
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