It is currently 04 Aug 2025, 05:14
   
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

Attachments
FURNACE_OF_RATH_276848.zip
(2.12 KiB) Downloaded 351 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 268 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 301 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

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

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

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 375 times
cards.zip
Golgari Guildmage; Rakdos Guildmage
(223.71 KiB) Downloaded 404 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

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 293 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 1 guest

Main Menu

User Menu

Our Partners


Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 1 guest

Login Form