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
 

 Dragonic Transformation

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

Dragonic Transformation Empty
PostSubject: Dragonic Transformation   Dragonic Transformation Icon_minitimeSun Aug 11, 2013 11:22 pm

This one is actually a generic Dragon card
Dragonic Transformation Transf10

--32083025
function c32083025.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c32083025.cost)
e1:SetTarget(c32083025.target)
e1:SetOperation(c32083025.activate)
c:RegisterEffect(e1)
end
function c32083025.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,nil,1,nil) end
local g=Duel.SelectReleaseGroup(tp,nil,1,1,nil)
    Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function c32083025.filter(c,e,tp)
return c:IsRace(RACE_DRAGON) and c:IsLevelBelow(4)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c32083025.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c32083025.filter,tp,LOCATION_DECK,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
end
function c32083025.activate(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c32083025.filter,tp,LOCATION_DECK,0,1,1,nil,e,tp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
Project Leviamon

Project Leviamon


Member Title : Busy with high school sadly
Posts : 320
Join date : 2013-08-03
Age : 24
Location : Digital World

Dragonic Transformation Empty
PostSubject: Re: Dragonic Transformation   Dragonic Transformation Icon_minitimeSun Aug 11, 2013 11:30 pm

it could still be very useful in your D.D. Dragon's deck
Back to top Go down
http://www.pokecommunity.com/member.php?u=364458
cane_63106

cane_63106


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

Dragonic Transformation Empty
PostSubject: Re: Dragonic Transformation   Dragonic Transformation Icon_minitimeSun Aug 11, 2013 11:52 pm

lol oh it is. I've OTK'd the hell out of people with it. but i realized it'll help in any dragon deck or even more so if i'm tag dueling with another dragon duelist. this card is actually a couple of years old, but i've never wanted to change it to be D.D. specific.
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
Sponsored content





Dragonic Transformation Empty
PostSubject: Re: Dragonic Transformation   Dragonic Transformation Icon_minitime

Back to top Go down
 

Dragonic Transformation

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

 Similar topics

-
» Mask Transformation

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