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
 

 Doom Decision

View previous topic View next topic Go down 
AuthorMessage
Project Leviamon

Project Leviamon


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

Doom Decision Empty
PostSubject: Doom Decision   Doom Decision Icon_minitimeTue Aug 20, 2013 5:14 pm

Just a random card me and Teanby came up with(Teanby came up with the name, i did the script and card). Also yes the guy in the artwork is holding 2 cards just ignore that.

Doom Decision 397337649.png&set1=&set2=&inset=false&type=&description=Activate%20only%20if%20your%20life%20points%20are%20double%20or%20more%20than%20your%20opponents.%20Discard%201%20card%2C%20then%20halve%20both%20players%20life%20points

--Doom Decision
function c17524680.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(c17524680.spcost)
e1:SetOperation(c17524680.operation)
c:RegisterEffect(e1)
end
function c17524680.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLP(tp)>Duel.GetLP(1-tp)*2 or Duel.GetLP(tp)==Duel.GetLP(1-tp)*2 end
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,e:GetHandler()) end
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST+REASON_DISCARD)
Duel.SetOperationInfo(0,CATEGORY_DAMAGE,nil,0,1-tp,0)
end
function c17524680.operation(e,tp,eg,ep,ev,re,r,rp)
local lp=Duel.GetLP(tp)
Duel.SetLP(tp,Duel.GetLP(tp)/2)
local lp=Duel.GetLP(1-tp)
Duel.SetLP(1-tp,Duel.GetLP(1-tp)/2)
end


Last edited by Project Leviamon on Tue Aug 20, 2013 5:17 pm; edited 1 time in total (Reason for editing : just needed to point that out lol)
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

Doom Decision Empty
PostSubject: Re: Doom Decision   Doom Decision Icon_minitimeWed Aug 21, 2013 4:11 am

well, that's not cheap lol add it to the dark army and discard from the top of the deck lmao
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

Doom Decision Empty
PostSubject: Re: Doom Decision   Doom Decision Icon_minitimeWed Aug 21, 2013 8:55 am

it discards from your hand not from your deck lol. and it is kinda broken in a burn deck, and dark world decks, and fabled decks lol
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

Doom Decision Empty
PostSubject: Re: Doom Decision   Doom Decision Icon_minitimeThu Aug 22, 2013 5:38 am

i don't know what it is about OP cards, but I always get excited to try to duel my way around those effects. D.D. Dragons give me courage lhh
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
Sponsored content





Doom Decision Empty
PostSubject: Re: Doom Decision   Doom Decision Icon_minitime

Back to top Go down
 

Doom Decision

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-