Commit 2cd74f03 authored by GuGu's avatar GuGu

Update c26330.lua 添加效果info

parent 63c4b61d
Pipeline #19887 passed with stage
in 43 seconds
......@@ -41,7 +41,9 @@ end
function c26330.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c26330.pfilter, tp, LOCATION_MZONE, 0, 1, nil)
and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE) end
local g=Duel.GetMatchingGroup(c26330.pfilter, tp, LOCATION_MZONE, 0, nil)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
Duel.SetOperationInfo(0,CATEGORY_POSITION,g,g:GetCount(),tp,LOCATION_MZONE)
end
function c26330.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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