Commit fb758c5b authored by REIKAI's avatar REIKAI 💬

fix

parent b386c8bf
Pipeline #23921 passed with stages
in 25 minutes and 26 seconds
...@@ -43,8 +43,8 @@ function c1156015.LExtraFilter(c,f,lc,tp) ...@@ -43,8 +43,8 @@ function c1156015.LExtraFilter(c,f,lc,tp)
end end
return false return false
end end
function c1156015.GetLinkMaterials(tp,f,lc) function c1156015.GetLinkMaterials(tp,f,lc,e)
local mg=Duel.GetMatchingGroup(aux.LConditionFilter,tp,LOCATION_MZONE,0,nil,f,lc) local mg=Duel.GetMatchingGroup(aux.LConditionFilter,tp,LOCATION_MZONE,0,nil,f,lc,e)
local mg2=Duel.GetMatchingGroup(c1156015.LExtraFilter,tp,LOCATION_HAND+LOCATION_SZONE,LOCATION_ONFIELD,nil,f,lc,tp) local mg2=Duel.GetMatchingGroup(c1156015.LExtraFilter,tp,LOCATION_HAND+LOCATION_SZONE,LOCATION_ONFIELD,nil,f,lc,tp)
if mg2:GetCount()>0 then mg:Merge(mg2) end if mg2:GetCount()>0 then mg:Merge(mg2) end
return mg return mg
...@@ -64,12 +64,12 @@ function c1156015.LinkCondition(f,minc,maxc,gf) ...@@ -64,12 +64,12 @@ function c1156015.LinkCondition(f,minc,maxc,gf)
local tp=c:GetControler() local tp=c:GetControler()
local mg=nil local mg=nil
if og then if og then
mg=og:Filter(aux.LConditionFilter,nil,f,c) mg=og:Filter(aux.LConditionFilter,nil,f,c,e)
else else
mg=c1156015.GetLinkMaterials(tp,f,c) mg=c1156015.GetLinkMaterials(tp,f,c,e)
end end
if lmat~=nil then if lmat~=nil then
if not aux.LConditionFilter(lmat,f,c) then return false end if not aux.LConditionFilter(lmat,f,c,e) then return false end
mg:AddCard(lmat) mg:AddCard(lmat)
end end
local fg=Duel.GetMustMaterial(tp,EFFECT_MUST_BE_LMATERIAL) local fg=Duel.GetMustMaterial(tp,EFFECT_MUST_BE_LMATERIAL)
...@@ -90,12 +90,12 @@ function c1156015.LinkTarget(f,minc,maxc,gf) ...@@ -90,12 +90,12 @@ function c1156015.LinkTarget(f,minc,maxc,gf)
end end
local mg=nil local mg=nil
if og then if og then
mg=og:Filter(aux.LConditionFilter,nil,f,c) mg=og:Filter(aux.LConditionFilter,nil,f,c,e)
else else
mg=c1156015.GetLinkMaterials(tp,f,c) mg=c1156015.GetLinkMaterials(tp,f,c,e)
end end
if lmat~=nil then if lmat~=nil then
if not aux.LConditionFilter(lmat,f,c) then return false end if not aux.LConditionFilter(lmat,f,c,e) then return false end
mg:AddCard(lmat) mg:AddCard(lmat)
end end
local fg=Duel.GetMustMaterial(tp,EFFECT_MUST_BE_LMATERIAL) local fg=Duel.GetMustMaterial(tp,EFFECT_MUST_BE_LMATERIAL)
......
...@@ -53,8 +53,15 @@ function c77765002.initial_effect(c) ...@@ -53,8 +53,15 @@ function c77765002.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local function KaguyaFilter(c,e,tp,cc) local function KaguyaFilter(c,e,tp,cc)
local p=c:GetControler() local p=c:GetControler()
local tc=Senya.GetDFCBackSideCard(cc) local code=c.dfc_front_side
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c) Duel.DisableActionCheck(true)
local tc=Duel.CreateToken(tp,code)
Duel.DisableActionCheck(false)
if tc then
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c)
else
return false
end
end end
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_SINGLE)
......
...@@ -70,8 +70,15 @@ function cm.initial_effect(c) ...@@ -70,8 +70,15 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local function KaguyaFilter(c,e,tp,cc) local function KaguyaFilter(c,e,tp,cc)
local p=c:GetControler() local p=c:GetControler()
local tc=Senya.GetDFCBackSideCard(cc) local code=c.dfc_front_side
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c) Duel.DisableActionCheck(true)
local tc=Duel.CreateToken(tp,code)
Duel.DisableActionCheck(false)
if tc then
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c)
else
return false
end
end end
local function DifficultyFilter(c,e,tp) local function DifficultyFilter(c,e,tp)
return Kaguya.IsDifficulty(c) and Senya.IsDFCTransformable(c) and Duel.IsExistingMatchingCard(KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e,tp,c) return Kaguya.IsDifficulty(c) and Senya.IsDFCTransformable(c) and Duel.IsExistingMatchingCard(KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e,tp,c)
......
...@@ -8,7 +8,15 @@ function cm.initial_effect(c) ...@@ -8,7 +8,15 @@ function cm.initial_effect(c)
end end
local function KaguyaFilter(c,e,tp,cc) local function KaguyaFilter(c,e,tp,cc)
local p=c:GetControler() local p=c:GetControler()
local tc=Senya.GetDFCBackSideCard(cc) local code=c.dfc_front_side
Duel.DisableActionCheck(true)
local tc=Duel.CreateToken(tp,code)
Duel.DisableActionCheck(false)
if tc then
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c)
else
return false
end
return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c) and (cc:IsControler(c:GetControler()) or c:IsAbleToChangeControler()) return c:IsFaceup() and c:IsCode(77765001) and Duel.GetLocationCount(p,LOCATION_SZONE,tp)>0 and tc:CheckEquipTarget(c) and (cc:IsControler(c:GetControler()) or c:IsAbleToChangeControler())
end end
local function DifficultyFilter(c,e,tp) local function DifficultyFilter(c,e,tp)
......
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