Commit 181331d9 authored by TanakaKotoha's avatar TanakaKotoha

readme

parent d9250801
No preview for this file type
...@@ -36,7 +36,7 @@ function c4210007.tgfilter(c) ...@@ -36,7 +36,7 @@ function c4210007.tgfilter(c)
return c:IsFaceup() and c:IsAbleToHand() return c:IsFaceup() and c:IsAbleToHand()
end end
function c4210007.tgtg(e,tp,eg,ep,ev,re,r,rp,chk) function c4210007.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c4210001.tgfilter,tp,LOCATION_ONFIELD,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c4210007.tgfilter,tp,LOCATION_ONFIELD,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
local g=Duel.SelectTarget(tp,c4210007.tgfilter,tp,LOCATION_ONFIELD,0,1,1,nil) local g=Duel.SelectTarget(tp,c4210007.tgfilter,tp,LOCATION_ONFIELD,0,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,tp,LOCATION_ONFIELD) Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,1,tp,LOCATION_ONFIELD)
......
...@@ -51,7 +51,7 @@ function c65030082.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function c65030082.op(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c65030082.tgfil,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_EXTRA,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c65030082.tgfil,tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_EXTRA,0,1,1,nil)
local c=g:GetFirst() local c=g:GetFirst()
if c then if c then
Duel.MoveToField(c,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end end
end end
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c65030083.initial_effect(c) function c65030083.initial_effect(c)
aux.AddCodeList(c,65030086) aux.AddCodeList(c,65030086)
--synchro summon --synchro summon
aux.AddSynchroMixProcedure(c,aux.NonTuner(c65030083.synfil),nil,nil,aux.Tuner(nil),2,99) aux.AddSynchroMixProcedure(c,aux.NonTuner(c65030083.synfil),nil,nil,aux.Tuner(nil),1,99)
c:EnableReviveLimit() c:EnableReviveLimit()
--negate --negate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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