Commit a27e1652 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent e7985e28
Pipeline #30795 passed with stages
in 38 minutes and 56 seconds
......@@ -28,7 +28,7 @@ end
function s.spfilter(c,e,tp)
local b1=c:IsAbleToHand()
local b2=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1) or b2)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1 or b2)
end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,e,tp) end
......
......@@ -31,7 +31,7 @@ end
function s.spfilter(c,e,tp)
local b1=c:IsAbleToHand()
local b2=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1) or b2)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1 or b2)
end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,e,tp) end
......
......@@ -30,7 +30,7 @@ end
function s.spfilter(c,e,tp)
local b1=c:IsAbleToHand()
local b2=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1) or b2)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1 or b2)
end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,e,tp) end
......
......@@ -26,7 +26,7 @@ end
function s.spfilter(c,e,tp)
local b1=c:IsAbleToHand()
local b2=Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1) or b2)
return c:IsType(TYPE_NORMAL) and c:IsRace(RACE_ROCK) and c:IsLevel(1) and (b1 or b2)
end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,e,tp) 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