Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)



Card Creation Request Thread
User-made mods in DLC (Downloadable Content) form.
Get MTG cards here for your DotP that aren't available anywhere else!
Get MTG cards here for your DotP that aren't available anywhere else!
Moderator: CCGHQ Admins
Re: Card Creation Request Thread
by Kieran » 07 May 2013, 02:50
Has Gratuitous Violence and Furnace of Rath be created? If so, point me in the right direction.
Re: Card Creation Request Thread
by AriesKiki » 07 May 2013, 02:56
Here is Furnace of Rath.
- Attachments
-
FURNACE_OF_RATH_276848.zip
- (2.12 KiB) Downloaded 351 times
Re: Card Creation Request Thread
by thefiremind » 07 May 2013, 09:34
You can easily make the code for Gratuitous Violence starting from Furnace of Rath: just change
--------------------
I coded Stronghold Overseer for DotP2012 so it shouldn't take me long to update it.
EDIT: I decided to use the same idea that I used on my Agrus Kos. This allows the effect to persist even if a creature gains or loses shadow (which is exactly how it should work).
- Code: Select all
<TRIGGER value="CREATURE_TOOK_DAMAGE" />
- Code: Select all
<TRIGGER value="CREATURE_TOOK_DAMAGE">
local source = Damage():GetSource()
return source:GetZone() == ZONE_IN_PLAY and
source:GetCardType():Test( CARD_TYPE_CREATURE ) ~= 0 and
source:GetController() == EffectController()
</TRIGGER>
--------------------
Preparing a shadow deck? Nice idea!AriesKiki wrote:May I request the following cards?
Dauthi Ghoul
Dauthi Warlord
Nether Traitor
Faceless Devourer
Stronghold Overseer
Maze of Shadows
Hatred
Thanks in advance!

EDIT: I decided to use the same idea that I used on my Agrus Kos. This allows the effect to persist even if a creature gains or loses shadow (which is exactly how it should work).
- Attachments
-
STRONGHOLD_OVERSEER_109671.zip
- (106.72 KiB) Downloaded 269 times
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Card Creation Request Thread
by sumomole » 07 May 2013, 11:48
- Attachments
-
Increasing Ambition.zip
- (103.05 KiB) Downloaded 302 times
-
sumomole - Programmer
- Posts: 611
- Joined: 07 Jun 2011, 08:34
- Has thanked: 51 times
- Been thanked: 234 times
Re: Card Creation Request Thread
by Master Necro » 07 May 2013, 12:05
Hi, once again I humbly ask for the codding wizards to make a couple of damn hard cards
:
Golgari Guildmage
Moldervine Cloak
Golgari Cluestone
Bane Alley Broker
Brainspoil
Crookclaw Transmuter
Dimir Aqueduct
Dimir Machinations
Undercity Plague
Lazav, Dimir Mastermind
Mirko Vosk, Mind Drinker
Netherborn Phalanx
Beckon Apparition (Already have the spirit token named Token_Spirit_F_1_1_62220101)
Teysa, Envoy of Ghosts
Blind Hunter
Benediction of Moons
Demon's Jester
Rakdos Guildmage
Experiment Kraj
Fathom Mage
Gyre Sage
Biomantic Mastery
Huh, that was a lot, a big THANK YOU in advance!

Golgari Guildmage
Moldervine Cloak
Golgari Cluestone
Bane Alley Broker
Brainspoil
Crookclaw Transmuter
Dimir Aqueduct
Dimir Machinations
Undercity Plague
Lazav, Dimir Mastermind
Mirko Vosk, Mind Drinker
Netherborn Phalanx
Beckon Apparition (Already have the spirit token named Token_Spirit_F_1_1_62220101)
Teysa, Envoy of Ghosts
Blind Hunter
Benediction of Moons
Demon's Jester
Rakdos Guildmage
Experiment Kraj
Fathom Mage
Gyre Sage
Biomantic Mastery
Huh, that was a lot, a big THANK YOU in advance!

-
Master Necro - Posts: 259
- Joined: 24 Apr 2013, 18:25
- Has thanked: 83 times
- Been thanked: 21 times
Re: Card Creation Request Thread
by thefiremind » 07 May 2013, 12:19
- Bane Alley Broker would probably need an activated ability that lets you look at the cards, or you could just trust your memory and look at them only when you activate its real activated ability.
- Lazav can't be coded because there's no way to manipulate card names.
- Blind Hunter is here: viewtopic.php?f=64&t=4557&p=116032#p116032
- Experiment Kraj can't be coded because you can't grant abilities that weren't meant to be granted (don't be fooled by the official Necrotic Ooze, which is coded only for a challenge and already contains all the abilities that it could potentially have in that challenge).
- I made Demon's Jester just a couple of days ago, so here it is.
DEMONS_JESTER_107599.zip
- (114.65 KiB) Downloaded 279 times
- I just made Teysa, Envoy of Ghosts as well. I didn't include the token, so change all occurrences of TOKEN_SPIRIT_1_1_WHATEVER with the name of your token (the same you said to have for Beckon Apparition should be fine).
TEYSA_ENVOY_OF_GHOSTS_369011.zip
- (token not included)
- (95.3 KiB) Downloaded 280 times
Last edited by thefiremind on 07 May 2013, 12:45, edited 2 times in total.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Card Creation Request Thread
by sumomole » 07 May 2013, 12:29
You can find RTR cards in here, and Biomantic Mastery is a official card.Master Necro wrote:Hi, once again I humbly ask for the codding wizards to make a couple of damn hard cards:
Golgari Guildmage
Moldervine Cloak
Golgari Cluestone
Bane Alley Broker
Brainspoil
Crookclaw Transmuter
Dimir Aqueduct
Dimir Machinations
Undercity Plague
Lazav, Dimir Mastermind
Mirko Vosk, Mind Drinker
Netherborn Phalanx
Beckon Apparition (Already have the spirit token named Token_Spirit_F_1_1_62220101)
Teysa, Envoy of Ghosts
Blind Hunter
Benediction of Moons
Demon's Jester
Rakdos Guildmage
Experiment Kraj
Fathom Mage
Gyre Sage
Biomantic Mastery
Huh, that was a lot, a big THANK YOU in advance!
PS: Bane Alley Broker doesn't work perfect, be careful.
- Attachments
-
Beckon Apparition.zip
- (104.19 KiB) Downloaded 376 times
-
cards.zip
- Golgari Guildmage; Rakdos Guildmage
- (223.71 KiB) Downloaded 404 times
-
sumomole - Programmer
- Posts: 611
- Joined: 07 Jun 2011, 08:34
- Has thanked: 51 times
- Been thanked: 234 times
Re: Card Creation Request Thread
by Master Necro » 07 May 2013, 13:51
Thank you both! 
Just to trim the list down I still need:
Moldervine Cloak
Golgari Cluestone
Brainspoil
Crookclaw Transmuter
Dimir Aqueduct
Dimir Machinations
Undercity Plague
Netherborn Phalanx
Benediction of Moons
and
Gyre Sage

Just to trim the list down I still need:
Moldervine Cloak
Golgari Cluestone
Brainspoil
Crookclaw Transmuter
Dimir Aqueduct
Dimir Machinations
Undercity Plague
Netherborn Phalanx
Benediction of Moons
and
Gyre Sage
-
Master Necro - Posts: 259
- Joined: 24 Apr 2013, 18:25
- Has thanked: 83 times
- Been thanked: 21 times
Re: Card Creation Request Thread
by spakattack » 07 May 2013, 15:07
AriesKiki, I figure since I already made it I would share it with you just in case you or someone else would want it, it doesn't really go with your shadow deck, but you may want it for something else your making. Here's Faceless Butcher with the xml, tdx, and png http://www13.zippyshare.com/v/69441120/file.html
- spakattack
- Posts: 32
- Joined: 30 Apr 2013, 21:45
- Has thanked: 9 times
- Been thanked: 2 times
Re: Card Creation Request Thread
by thefiremind » 07 May 2013, 18:44
With this, AriesKiki's request should be completely filled. I threw in a Dauthi Slayer as well, since I found a good illustration for it.
I'm thinking about making a shadow deck too...
I'm thinking about making a shadow deck too...

- Attachments
-
AriesKiki's shadows.zip
- Dauthi Ghoul, Dauthi Warlord, Faceless Devourer, Hatred, Maze of Shadows, Nether Traitor (and a bonus: Dauthi Slayer)
- (743.23 KiB) Downloaded 293 times
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Card Creation Request Thread
by MalevolentZero » 07 May 2013, 19:52
Hello! I'm looking to see if a couple of cards were possible to make! One of them, which is the last piece I need to work into a Melira, Sylvok Outcast deck i have, is Phyrexian Unlife. I dunno if its possible to code it, but if it is I would greatly appreciate if someone good with coding could make it for me!
My next request is a pretty big combo:
Ink-Treader Nephilim
Dune-Brood Nephilim
Orochi Leafcaller
Traitorous Instinct
Soul's Fire
Soul's Grace
Chromatic Lantern
Sigil Blessing
Twitch
I know its a big list of requests...but this would absolutely make my day! This deck is amazing in a free-for-all setting and I'm excited to see if it can be implemented!
EDIT: Sorry! I also wanted to add Priviledged Position and Gavonry Ironwright!! Thanks again xP
My next request is a pretty big combo:
Ink-Treader Nephilim
Dune-Brood Nephilim
Orochi Leafcaller
Traitorous Instinct
Soul's Fire
Soul's Grace
Chromatic Lantern
Sigil Blessing
Twitch
I know its a big list of requests...but this would absolutely make my day! This deck is amazing in a free-for-all setting and I'm excited to see if it can be implemented!
EDIT: Sorry! I also wanted to add Priviledged Position and Gavonry Ironwright!! Thanks again xP
- MalevolentZero
- Posts: 15
- Joined: 06 May 2013, 09:40
- Has thanked: 4 times
- Been thanked: 0 time
Re: Card Creation Request Thread
by thefiremind » 07 May 2013, 21:08
I'm afraid you have bad luck with your request... Phyrexian Unlife can't be coded because you can't distinguish between ways of losing the game: either you grant the Platinum Angel characteristic (you can't lose no matter how), or you don't. Ink-Treader Nephilim can't be coded either because you can't check whether a spell has only one target or more.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Card Creation Request Thread
by AriesKiki » 07 May 2013, 22:24
Wow, thank you thefiremind, I have problems specially with Hatred, I had really no idea how to code it 

Return to New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)
Who is online
Users browsing this forum: No registered users and 0 guests