Commit ebf2e1cc authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent 88364768
expansions/pics/26807001.jpg

88 KB | W: | H:

expansions/pics/26807001.jpg

233 KB | W: | H:

expansions/pics/26807001.jpg
expansions/pics/26807001.jpg
expansions/pics/26807001.jpg
expansions/pics/26807001.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/81013069.jpg

80.6 KB | W: | H:

expansions/pics/81013069.jpg

200 KB | W: | H:

expansions/pics/81013069.jpg
expansions/pics/81013069.jpg
expansions/pics/81013069.jpg
expansions/pics/81013069.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -70,21 +70,21 @@ function c12041001.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(aux.TRUE,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,nil)
and Duel.IsExistingTarget(aux.TRUE,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g1=Duel.SelectTarget(tp,aux.TRUE,tp,LOCATION_ONFIELD,0,1,1,nil)
local g1=Duel.SelectTarget(tp,aux.TRUE,tp,LOCATION_ONFIELD+LOCATION_GRAVE,0,1,1,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g2=Duel.SelectTarget(tp,aux.TRUE,tp,0,LOCATION_ONFIELD,1,1,nil)
local g2=Duel.SelectTarget(tp,aux.TRUE,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,1,1,nil)
g1:Merge(g2)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g1,2,0,0)
end
function c12041001.tdop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 and Duel.SendtoHand(g,nil,REASON_EFFECT)~=0 then
if g:GetCount()>0 and Duel.SendtoHand(g,REASON_EFFECT)~=0 then
local gc=g:GetFirst()
while gc do
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetValue(c12041001.aclimit)
e11:SetValue(c12041001.aclimit)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(0,1)
e1:SetLabel(gc:GetCode())
......@@ -107,4 +107,4 @@ function c12041001.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
c:RegisterFlagEffect(0,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(12041001,0))
c:RegisterFlagEffect(12041001,RESET_EVENT+RESETS_STANDARD,0,1)
end
end
\ No newline at end of file
......@@ -42,10 +42,10 @@ function c65071102.ckcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,500)
end
function c65071102.cktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_SZONE) and c65071102.filter(chkc) end
if chk==0 then return Duel.IsExistingTarget(c65071102.filter,tp,LOCATION_SZONE,LOCATION_SZONE,1,nil) end
if chkc then return chkc:IsLocation(LOCATION_SZONE) and c65071102.filter(chkc) and chkc:IsControler(1-tp) end
if chk==0 then return Duel.IsExistingTarget(c65071102.filter,tp,0,LOCATION_SZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
local g=Duel.SelectTarget(tp,c65071102.filter,tp,LOCATION_SZONE,LOCATION_SZONE,1,1,nil)
local g=Duel.SelectTarget(tp,c65071102.filter,tp,0,LOCATION_SZONE,1,1,nil)
end
function c65071102.ckop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
......
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