a place for all your custom card needs you can post scripts pics and request for card to be made also please donate to the funding for a new server made for custom card duels
 
HomePortalLatest imagesSearchRegisterLog in

Share
 

 D.D. Dragon - Seraph

View previous topic View next topic Go down 
AuthorMessage
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Dragon - Seraph Empty
PostSubject: D.D. Dragon - Seraph   D.D. Dragon - Seraph Icon_minitimeTue Aug 06, 2013 9:08 am

Huge thanks to Jack for helping with the banishing part.

D.D. Dragon - Seraph Seraph11

--32083013
function c32083013.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32083013,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c32083013.spcon)
e1:SetTarget(c32083013.sptg)
e1:SetOperation(c32083013.spop)
c:RegisterEffect(e1)
end
function c32083013.spcon(e,tp,eg,ep,ev,re,r,rp)
local at=Duel.GetAttacker()
return at:GetControler()~=tp and Duel.GetAttackTarget()==nil
end
function c32083013.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)
end
function c32083013.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c and Duel.SpecialSummonStep(c,0,tp,tp,true,true,POS_FACEUP) then
Duel.Remove(Duel.GetAttacker(),POS_FACEUP,REASON_EFFECT)
end
end
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
jackmoonward

jackmoonward
Admin
Admin

Posts : 75
Join date : 2013-08-03
Age : 26
Location : Classified

D.D. Dragon - Seraph Empty
PostSubject: Re: D.D. Dragon - Seraph   D.D. Dragon - Seraph Icon_minitimeTue Aug 06, 2013 9:09 am

My pleasure :3

~Jack
Back to top Go down
http://www.tehmadhouse.tk
 

D.D. Dragon - Seraph

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» D.D. Dragon - Aruval
» D.D. God Dragon
» D.D. Dragon - Ouroboros
» D.D. Dragon - Void
» The Dragon's Gift

Permissions in this forum:You cannot reply to topics in this forum
Mackpro :: MackPro :: Custom Cards-