Commit d6d5325c authored by Huangnan's avatar Huangnan

fix

parent e50bdb52
Pipeline #40591 failed with stages
in 2 minutes and 13 seconds
expansions/pics/11600630.jpg

33.1 KB | W: | H:

expansions/pics/11600630.jpg

76.3 KB | W: | H:

expansions/pics/11600630.jpg
expansions/pics/11600630.jpg
expansions/pics/11600630.jpg
expansions/pics/11600630.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -33,7 +33,7 @@ function c79101030.initial_effect(c)
e3:SetCountLimit(1,79101030+2)
e3:SetCondition(c79101030.thcon2)
e3:SetTarget(c79101030.thtg2)
e3:SetOperation(c79101030.thop)
e3:SetOperation(c79101030.thop2)
c:RegisterEffect(e3)
end
function c79101030.cfilter(c,tp,f)
......
......@@ -34,7 +34,7 @@ function c79101060.initial_effect(c)
e3:SetCountLimit(1,79101060+2)
e3:SetCondition(c79101060.spcon2)
e3:SetTarget(c79101060.sptg2)
e3:SetOperation(c79101060.spop)
e3:SetOperation(c79101060.spop2)
c:RegisterEffect(e3)
end
function c79101060.spfilter(c,e,tp)
......
--合约塔魂〖心梦〗零依
function c79101080.initial_effect(c)
--link summon
aux.AddLinkProcedure(c,nil,2,2,c79101080.lcheck)
c:EnableReviveLimit()
aux.AddLinkProcedure(c,c79101080.mfilter,2,2)
--SpecialSummon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
......@@ -24,8 +25,8 @@ function c79101080.initial_effect(c)
e2:SetOperation(c79101080.lkop)
c:RegisterEffect(e2)
end
function c79101080.mfilter(c)
return c:IsLinkAttribute(0x10) and c:IsLinkRace(RACE_WARRIOR+RACE_FAIRY)
function c79101080.lcheck(g,lc)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x6a11)
end
function c79101080.filter(c,e,tp)
return c:IsSetCard(0x6a11) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......@@ -53,6 +54,7 @@ function c79101080.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Duel.SpecialSummonComplete()
end
function c79101080.lkcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp and Duel.IsMainPhase()
......
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