Commit 0d15fa3f authored by kamijyoeast's avatar kamijyoeast Committed by GitHub

Add files via upload (#43)

parent 6a11f801
--高速决斗技能-空手组合技无限
Duel.LoadScript("speed_duel_common.lua")
function c100730129.initial_effect(c)
aux.SpeedDuelMoveCardToFieldCommon(66957584,c)
aux.SpeedDuelMoveCardToFieldCommon(45313724,c)
aux.SpeedDuelMoveCardToFieldCommon(40555959,c)
aux.SpeedDuelMoveCardToFieldCommon(67616300,c)
aux.SpeedDuelBeforeDraw(c,c100730129.skill)
aux.RegisterSpeedDuelSkillCardCommon()
end
function c100730129.skill(e,tp,eg,ep,ev,re,r,rp)
tp=e:GetLabelObject():GetOwner()
Duel.Hint(HINT_CARD,1-tp,100730129)
local g=Duel.GetFieldGroup(tp,LOCATION_HAND,0)
aux.SpeedDuelSendToDeckWithExile(tp,g)
local g2=Duel.SelectMatchingCard(tp,Card.IsCode,tp,LOCATION_EXTRA,0,1,1,nil,72896720)
if g2:GetCount()>0 then
local tc=g2:GetFirst()
Duel.SpecialSummon(tc,0,tp,tp,true,true,POS_FACEUP_ATTACK)
local c=Duel.CreateToken(tp,81020646)
Duel.SpecialSummon(c,0,tp,tp,true,true,POS_FACEUP_ATTACK)
local d=Duel.CreateToken(tp,13582837)
Duel.Summon(tp,d,false,nil)
end
e:Reset()
end
\ No newline at end of file
--高速决斗技能-空手组合技100
Duel.LoadScript("speed_duel_common.lua")
function c100730130.initial_effect(c)
aux.SpeedDuelMoveCardToFieldCommon(33904024,c)
aux.SpeedDuelMoveCardToFieldCommon(77859858,c)
aux.SpeedDuelMoveCardToFieldCommon(40555959,c)
aux.SpeedDuelMoveCardToFieldCommon(80921533,c)
aux.SpeedDuelBeforeDraw(c,c100730130.skill)
aux.RegisterSpeedDuelSkillCardCommon()
end
function c100730130.skill(e,tp,eg,ep,ev,re,r,rp)
tp=e:GetLabelObject():GetOwner()
Duel.Hint(HINT_CARD,1-tp,100730130)
local g=Duel.GetFieldGroup(tp,LOCATION_HAND,0)
aux.SpeedDuelSendToDeckWithExile(tp,g)
local g2=Duel.SelectMatchingCard(tp,Card.IsCode,tp,LOCATION_EXTRA,0,1,1,nil,95453143)
if g2:GetCount()>0 then
local tc=g2:GetFirst()
Duel.SpecialSummon(tc,0,tp,tp,true,true,POS_FACEUP_ATTACK)
local c=Duel.CreateToken(tp,81020646)
Duel.SpecialSummon(c,0,tp,tp,true,true,POS_FACEUP_ATTACK)
local d=Duel.CreateToken(tp,13582837)
Duel.Summon(tp,d,false,nil)
end
e:Reset()
end
\ No newline at end of file
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