It is currently 06 Nov 2025, 15:02
   
Text Size

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!

Moderator: CCGHQ Admins

Re: Card Creation Request Thread

Postby Kieran » 07 May 2013, 02:50

Has Gratuitous Violence and Furnace of Rath be created? If so, point me in the right direction.
Kieran
 
Posts: 232
Joined: 03 Nov 2012, 01:09
Has thanked: 21 times
Been thanked: 16 times

Re: Card Creation Request Thread

Postby AriesKiki » 07 May 2013, 02:56

Here is Furnace of Rath.
Attachments
FURNACE_OF_RATH_276848.zip
(2.12 KiB) Downloaded 361 times
User avatar
AriesKiki
 
Posts: 53
Joined: 05 Mar 2013, 17:46
Has thanked: 15 times
Been thanked: 3 times

Re: Card Creation Request Thread

Postby Kieran » 07 May 2013, 08:40

Thanks AriesKiki!
Kieran
 
Posts: 232
Joined: 03 Nov 2012, 01:09
Has thanked: 21 times
Been thanked: 16 times

Re: Card Creation Request Thread

Postby thefiremind » 07 May 2013, 09:34

You can easily make the code for Gratuitous Violence starting from Furnace of Rath: just change
Code: Select all
    <TRIGGER value="CREATURE_TOOK_DAMAGE" />
with
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>
then do the same with the other trigger (PLAYER_TOOK_DAMAGE). This will include only creatures you control.

--------------------

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! :)
Preparing a shadow deck? Nice idea! :D 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).
Attachments
STRONGHOLD_OVERSEER_109671.zip
(106.72 KiB) Downloaded 280 times
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby Vasht » 07 May 2013, 10:24

Hi,

i would like to request Increasing Ambition. Thx
Vasht
 
Posts: 33
Joined: 05 Jan 2013, 10:28
Has thanked: 20 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby sumomole » 07 May 2013, 11:48

Vasht wrote:Hi,

i would like to request Increasing Ambition. Thx
Attachments
Increasing Ambition.zip
(103.05 KiB) Downloaded 310 times
User avatar
sumomole
Programmer
 
Posts: 611
Joined: 07 Jun 2011, 08:34
Has thanked: 51 times
Been thanked: 234 times

Re: Card Creation Request Thread

Postby 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! :)
User avatar
Master Necro
 
Posts: 259
Joined: 24 Apr 2013, 18:25
Has thanked: 83 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby 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 286 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 291 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...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby sumomole » 07 May 2013, 12:29

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! :)
You can find RTR cards in here, and Biomantic Mastery is a official card.
PS: Bane Alley Broker doesn't work perfect, be careful.
Attachments
Beckon Apparition.zip
(104.19 KiB) Downloaded 385 times
cards.zip
Golgari Guildmage; Rakdos Guildmage
(223.71 KiB) Downloaded 413 times
User avatar
sumomole
Programmer
 
Posts: 611
Joined: 07 Jun 2011, 08:34
Has thanked: 51 times
Been thanked: 234 times

Re: Card Creation Request Thread

Postby 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
User avatar
Master Necro
 
Posts: 259
Joined: 24 Apr 2013, 18:25
Has thanked: 83 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby 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

Postby 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... :lol:
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 303 times
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby 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
MalevolentZero
 
Posts: 15
Joined: 06 May 2013, 09:40
Has thanked: 4 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby 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...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 722 times

Re: Card Creation Request Thread

Postby 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 :)
User avatar
AriesKiki
 
Posts: 53
Joined: 05 Mar 2013, 17:46
Has thanked: 15 times
Been thanked: 3 times

PreviousNext

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 9 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 9 users online :: 0 registered, 0 hidden and 9 guests (based on users active over the past 10 minutes)
Most users ever online was 9298 on 10 Oct 2025, 12:54

Users browsing this forum: No registered users and 9 guests

Login Form