Commit 273c4012 authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent 01135fc7
Pipeline #26908 passed with stages
in 25 minutes and 36 seconds
......@@ -56,9 +56,9 @@ function c50218220.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
if e:GetLabel()~=100 then return false end
e:SetLabel(0)
return Duel.CheckReleaseGroup(REASON_COST,tp,c50218220.tg2f1,1,nil,e,tp)
return Duel.CheckReleaseGroup(tp,c50218220.tg2f1,1,nil,e,tp)
end
local rg=Duel.SelectReleaseGroup(REASON_COST,tp,c50218220.tg2f1,1,1,nil,e,tp)
local rg=Duel.SelectReleaseGroup(tp,c50218220.tg2f1,1,1,nil,e,tp)
e:SetLabel(rg:GetFirst():GetOriginalAttribute())
Duel.Release(rg,REASON_COST)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
......
......@@ -96,8 +96,8 @@ function c50221125.cfilter(c,tp)
return c:IsSetCard(0xcb6) and c:IsSummonLocation(LOCATION_EXTRA)
end
function c50221125.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(REASON_COST,tp,c50221125.cfilter,1,nil,tp) end
local g=Duel.SelectReleaseGroup(REASON_COST,tp,c50221125.cfilter,1,1,nil,tp)
if chk==0 then return Duel.CheckReleaseGroup(tp,c50221125.cfilter,1,nil,tp) end
local g=Duel.SelectReleaseGroup(tp,c50221125.cfilter,1,1,nil,tp)
Duel.Release(g,REASON_COST)
end
function c50221125.filter(c,e,tp)
......
......@@ -98,8 +98,8 @@ function c50221130.cfilter(c,tp)
return c:IsSetCard(0xcb6) and c:IsType(TYPE_RITUAL+TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)
end
function c50221130.expcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(REASON_COST,tp,c50221130.cfilter,1,nil,tp) end
local g=Duel.SelectReleaseGroup(REASON_COST,tp,c50221130.cfilter,1,1,nil,tp)
if chk==0 then return Duel.CheckReleaseGroup(tp,c50221130.cfilter,1,nil,tp) end
local g=Duel.SelectReleaseGroup(tp,c50221130.cfilter,1,1,nil,tp)
Duel.Release(g,REASON_COST)
end
function c50221130.exptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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