Commit 605b361c authored by wind2009's avatar wind2009

Update K9-66a号 ヨクル

parent b3b9230d
No preview for this file type
...@@ -60,7 +60,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,7 +60,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local sc=e:GetLabelObject() local sc=e:GetLabelObject()
local g=Group.FromCards(c,sc) local g=Group.FromCards(c,sc)
local fg=g:Filter(Card.IsRelateToEffect,nil,e) local fg=g:Filter(Card.IsRelateToChain,nil)
if Duel.IsPlayerAffectedByEffect(tp,59822133) then return end if Duel.IsPlayerAffectedByEffect(tp,59822133) then return end
if Duel.GetLocationCount(tp,LOCATION_MZONE)<2 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<2 then return end
if fg:GetCount()~=2 then return end if fg:GetCount()~=2 then return end
...@@ -73,12 +73,12 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,12 +73,12 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(s.xyzlimit) e1:SetValue(s.xyzlimit)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
tc:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(id,3))
end end
end end
end end
function s.xyzlimit(e,c) function s.xyzlimit(e,c)
if not c then return false end return c and c:IsAttribute(ATTRIBUTE_LIGHT)
return c:IsAttribute(ATTRIBUTE_LIGHT)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsSetCard(0x2cb) and c:IsType(TYPE_MONSTER) and not c:IsRace(RACE_AQUA) and c:IsAbleToHand() return c:IsSetCard(0x2cb) and c:IsType(TYPE_MONSTER) and not c:IsRace(RACE_AQUA) and c:IsAbleToHand()
......
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