Commit 3349a102 authored by mercury233's avatar mercury233 Committed by GitHub

fix RR-アーセナル・ファルコン

parent 52d5b1fb
...@@ -53,15 +53,18 @@ function c96157835.spop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,15 +53,18 @@ function c96157835.spop1(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
end end
function c96157835.ctfilter(c)
return c:IsSetCard(0xba) and c:GetOriginalType()&TYPE_MONSTER==TYPE_MONSTER
end
function c96157835.ctcon(e) function c96157835.ctcon(e)
return e:GetHandler():GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0xba) return e:GetHandler():GetOverlayGroup():IsExists(c96157835.ctfilter,1,nil)
end end
function c96157835.ctval(e,c) function c96157835.ctval(e,c)
return e:GetHandler():GetOverlayGroup():FilterCount(Card.IsSetCard,nil,0xba)-1 return e:GetHandler():GetOverlayGroup():FilterCount(c96157835.ctfilter,nil)-1
end end
function c96157835.spcon2(e,tp,eg,ep,ev,re,r,rp) function c96157835.spcon2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:GetOverlayGroup():IsExists(Card.IsSetCard,1,nil,0xba) and c:IsPreviousLocation(LOCATION_MZONE) return c:GetOverlayGroup():IsExists(c96157835.ctfilter,1,nil) and c:IsPreviousLocation(LOCATION_MZONE)
end end
function c96157835.spfilter2(c,e,tp) function c96157835.spfilter2(c,e,tp)
return c:IsSetCard(0xba) and c:IsType(TYPE_XYZ) and not c:IsCode(96157835) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0xba) and c:IsType(TYPE_XYZ) and not c:IsCode(96157835) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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