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
 

 DragonSlayer Pantheon

View previous topic View next topic Go down 
AuthorMessage
Elorion2

Elorion2


Member Title : Am i paranoid?
Posts : 71
Join date : 2014-06-10
Location : Greece

DragonSlayer Pantheon Empty
PostSubject: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 1:33 pm

DragonSlayer Pantheon Createcard.php?name=DragonSlayer+Pantheon&cardtype=Monster&subtype=effect&attribute=Fire&level=4&rarity=Ultra+Rare&picture=http%3A%2F%2F2.bp.blogspot.com%2F-8llMbeahtzk%2FU1hE-tRF4nI%2FAAAAAAAAIwM%2F1uQOYka0a-c%2Fs1921%2Fdragonslayer-pantheon-lol-hd-1920x1080.jpg&circulation=Limited+Edition&set1=DS&set2=PA&type=Warrior&carddescription=-At+the+start+of+the+Damage+Step%2C+if+this+card+attacked+a+Dragon-type+monster+that+has+2300+or+more+attack+%3A+Destroy+that+monster

-At the start of the Damage Step, if this card attacked a Dragon-type monster that has 2300 or more attack : Destroy that monster.
-this card cannot be destroyed by dragon's

good effect? Razz
Back to top Go down
VB99

VB99


Member Title : Legendary Planet
Posts : 368
Join date : 2013-11-10

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 1:51 pm

I like it, kinda reminds me of buster blader^^

1 question though: Dragon's card efects or by battle with dragons?
Back to top Go down
http://www.fanfiktion.de/u/VB99
Elorion2

Elorion2


Member Title : Am i paranoid?
Posts : 71
Join date : 2014-06-10
Location : Greece

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 3:53 pm

VB99 wrote:
I like it, kinda reminds me of buster blader^^

1 question though: Dragon's card efects or by battle with dragons?
both
Back to top Go down
VB99

VB99


Member Title : Legendary Planet
Posts : 368
Join date : 2013-11-10

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 4:33 pm

No damage calculation, right?
Back to top Go down
http://www.fanfiktion.de/u/VB99
VB99

VB99


Member Title : Legendary Planet
Posts : 368
Join date : 2013-11-10

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 4:43 pm

function cXXXXXXXX.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
e1:SetValue(cXXXXXXXX.ind1)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e2:SetValue(cXXXXXXXX.ind2)
c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(XXXXXXXX,0))
e3:SetCategory(CATEGORY_DESTROY)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e3:SetCode(EVENT_BATTLE_START)
e3:SetTarget(cXXXXXXXX.destg)
e3:SetOperation(cXXXXXXXX.desop)
c:RegisterEffect(e3)
end
function cXXXXXXXX.ind1(e,re,rp,c)
return re:IsRace(RACE_DRAGON)
end
function cXXXXXXXX.ind2(e,c)
return c:IsRace(RACE_DRAGON)
end
function cXXXXXXXX.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
local tc=Duel.GetAttacker()
if tc==c then tc=Duel.GetAttackTarget() end
if chk==0 then return tc and tc:IsFaceup() and tc:IsRace(RACE_DRAGON) end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,tc,1,0,0)
end
function cXXXXXXXX.desop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetAttacker()
if tc==c then tc=Duel.GetAttackTarget() end
if tc:IsRelateToBattle() then Duel.Destroy(tc,REASON_EFFECT) end
end
Back to top Go down
http://www.fanfiktion.de/u/VB99
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 5:03 pm

VB99 wrote:
No damage calculation, right?
I'd assume there would still be battle calculation just it wouldn't be destroyed.
Back to top Go down
Elorion2

Elorion2


Member Title : Am i paranoid?
Posts : 71
Join date : 2014-06-10
Location : Greece

DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitimeThu Jun 12, 2014 5:13 pm

i have one problem in forums i cant see any image for some reason
Back to top Go down
Sponsored content





DragonSlayer Pantheon Empty
PostSubject: Re: DragonSlayer Pantheon   DragonSlayer Pantheon Icon_minitime

Back to top Go down
 

DragonSlayer Pantheon

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

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