It is currently 15 Sep 2025, 21:45
   
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 nivmizzet1 » 12 May 2013, 13:08

Can someone help with Chalice of Life and Chalice of Death?

This one's way beyond my skill level. I've basically got the cards filled out with their standard abilities, but they need the transform ability coded.
Attachments
chalice of life & death.zip
(203.58 KiB) Downloaded 306 times
nivmizzet1
 
Posts: 617
Joined: 21 Mar 2013, 10:10
Has thanked: 100 times
Been thanked: 25 times

Re: Card Creation Request Thread

Postby NEMESiS » 12 May 2013, 16:19

MalevolentZero wrote:
Also, does anyone know if Cabal Coffers has been done already? To me it seems like it would already have been a popular request due to its power.
You should check the "lands" thread for lands.

viewtopic.php?f=64&t=10195&p=117367#p117367


Kieran wrote:Perhaps now would be a good time to request all the Cluestones.
I made the rest of them. I only tested the original Golgari Cluestone but the rest should work fine.
Attachments
GUILDS CLUESTONES.zip
(5.27 MiB) Downloaded 291 times
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby MalevolentZero » 12 May 2013, 17:51

thefiremind wrote:
MalevolentZero wrote:Phyrexian Unlife
Could you please take a good look at the previous page of this topic? :mrgreen: :wink:
WOW! How did that ninja me XD. Thank you so much!

Also, I'll check the lands thread now, I actually forgot about that thread, so sorry!


Updated list:
Orochi Leafcaller
Chromatic Lantern
Souls Grace
MalevolentZero
 
Posts: 15
Joined: 06 May 2013, 09:40
Has thanked: 4 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby NEMESiS » 12 May 2013, 19:15

I tried making Dimir Aqueduct but the game refuses to tap the land when producing mana. So basically you can infinitely cast Baleful Strix and we can't have that.... If someone sees an error here or knows a better way to make it let me know. I want to make the other sister lands for a deck I am making.

Code: Select all
<?xml version='1.0' encoding='UTF-8'?>
<CARD_V2>
  <FILENAME text="DIMIR_AQUEDUCT_271209" />
  <CARDNAME text="DIMIR_AQUEDUCT" />
  <TITLE>
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Aqueduc de Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Acueducto Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Dimir-Aquädukt]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Acquedotto Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
  </TITLE>
  <MULTIVERSEID value="271209" />
  <ARTID value="A271209" />
  <ARTIST name="John Avon" />
  <CASTING_COST cost="" />
  <TYPE metaname="Land" />
  <EXPANSION value="PC2" />
  <RARITY metaname="C" />
  <TRIGGERED_ABILITY filter_zone="ZONE_IN_PLAY" internal="1">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[L’Aqueduc de Dimir arrive sur le champ de bataille engagé.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[El Acueducto Dimir entra al campo de batalla girado.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Der Dimir-Aquädukt kommt getappt ins Spiel.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[L’Acquedotto Dimir entra nel campo di battaglia TAPpato.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路はタップ状態で戦場に出る。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_IN_PLAY" />
    <RESOLUTION_TIME_ACTION>
    if TriggerObject() ~= nil then
       TriggerObject():ComesIntoPlayTapped() 
    end
    </RESOLUTION_TIME_ACTION>
  </TRIGGERED_ABILITY>
  <TRIGGERED_ABILITY dangerous="1" filter_zone="ZONE_IN_PLAY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Quand l’Aqueduc de Dimir arrive sur le champ de bataille, renvoyez un terrain que vous contrôlez dans la main de son propriétaire.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Cuando el Acueducto Dimir entre al campo de batalla, regresa una tierra que controles a la mano de su propietario.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Wenn der Dimir-Aquädukt ins Spiel kommt, bringe ein Land, das du kontrollierst, auf die Hand seines Besitzers zurück.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Quando l’Acquedotto Dimir entra nel campo di battaglia, fai tornare una terra che controlli in mano al suo proprietario.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路が戦場に出たとき、あなたがコントロールする土地を1つオーナーの手札に戻す。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_IN_PLAY" />
    <TARGET_DEFINITION id="6">
    local filter = Object():GetFilter()
    filter:Clear()
    filter:AddCardType( CARD_TYPE_LAND )
    filter:SetPlayer( EffectController() )
    filter:SetZone( ZONE_IN_PLAY )
    filter:SetHint( HINT_ENEMY_ONLY, EffectController() )
    filter:NotTargetted()
    </TARGET_DEFINITION>
    <TARGET_DETERMINATION>
    return AtLeastOneTargetFromDefinition(0)
    </TARGET_DETERMINATION>
    <PLAY_TIME_ACTION target_choosing="1">
    EffectController():ChooseTarget( 0, "CARD_QUERY_CHOOSE_LAND_TO_PUT_INTO_HAND", EffectDC():Make_Targets(0) )
    </PLAY_TIME_ACTION>
    <RESOLUTION_TIME_ACTION>
    local target = EffectDC():Get_Targets(0):Get_CardPtr(0)
    if target ~= nil then
       target:PutInHand() 
    end
    </RESOLUTION_TIME_ACTION>
  </TRIGGERED_ABILITY>
  <MANA_ABILITY filter_zone="ZONE_IN_PLAY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{T} : Ajoutez {U}{B} à votre réserve.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{T}: Agrega {U}{B} a tu reserva de maná.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{T}: Erhöhe deinen Manavorrat um {U}{B}.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{T}: Aggiungi {U}{B} alla tua riserva di mana.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{T}:あなたのマナ・プールに{U}{B}を加える。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <COST type="TapSelf" />
    <PRODUCES amount="{U}{B}" />
  </MANA_ABILITY>
  <AI_BASE_SCORE score="150" zone="ZONE_IN_PLAY" />
</CARD_V2>
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby East Bay » 12 May 2013, 19:41

NEMESiS wrote:Dimir Aqueduct
Yeah I did that one to but wasn't happy with it
Code: Select all
<?xml version='1.0' encoding='UTF-8'?>
<CARD_V2>
  <FILENAME text="DIMIR_AQUEDUCT_RAV" />
  <CARDNAME text="DIMIR_AQUEDUCT" />
  <TITLE>
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Aqueduc de Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Acueducto Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Dimir-Aquädukt]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Acquedotto Dimir]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Dimir Aqueduct]]></LOCALISED_TEXT>
  </TITLE>
  <MULTIVERSEID value="271209" />
  <ARTID value="DIMIR_AQUEDUCT" />
  <ARTIST name="John Avon" />
  <CASTING_COST cost="" />
  <TYPE metaname="Land" />
  <EXPANSION value="PC2" />
  <RARITY metaname="C" />
  <TRIGGERED_ABILITY internal="1" filter_zone="ZONE_IN_PLAY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[L’Aqueduc de Dimir arrive sur le champ de bataille engagé.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[El Acueducto Dimir entra al campo de batalla girado.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Der Dimir-Aquädukt kommt getappt ins Spiel.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[L’Acquedotto Dimir entra nel campo di battaglia TAPpato.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路はタップ状態で戦場に出る。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Dimir Aqueduct enters the battlefield tapped.]]></LOCALISED_TEXT>
    <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_IN_PLAY" />   
    <RESOLUTION_TIME_ACTION>
    if TriggerObject() ~= nil then
       TriggerObject():ComesIntoPlayTapped() 
    end
    </RESOLUTION_TIME_ACTION>
  </TRIGGERED_ABILITY>
  <TRIGGERED_ABILITY auto_skip="1" filter_zone="ZONE_IN_PLAY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Quand l’Aqueduc de Dimir arrive sur le champ de bataille, renvoyez un terrain que vous contrôlez dans la main de son propriétaire.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Cuando el Acueducto Dimir entre al campo de batalla, regresa una tierra que controles a la mano de su propietario.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Wenn der Dimir-Aquädukt ins Spiel kommt, bringe ein Land, das du kontrollierst, auf die Hand seines Besitzers zurück.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Quando l’Acquedotto Dimir entra nel campo di battaglia, fai tornare una terra che controlli in mano al suo proprietario.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[ディミーアの水路が戦場に出たとき、あなたがコントロールする土地を1つオーナーの手札に戻す。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When Dimir Aqueduct enters the battlefield, return a land you control to its owner’s hand.]]></LOCALISED_TEXT>
    <TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_IN_PLAY" />
    <TARGET_DEFINITION id="0">
    local filter = Object():GetFilter()
    filter:Clear()
    filter:AddCardType( CARD_TYPE_LAND )
    filter:SetZone( ZONE_IN_PLAY )
    filter:SetController( EffectController() )
    filter:SetHint( HINT_ALLIED_ONLY, EffectController() )
    </TARGET_DEFINITION>
    <TARGET_DETERMINATION>
    return AtLeastOneTargetFromDefinition(0)
    </TARGET_DETERMINATION>
    <PLAY_TIME_ACTION target_choosing="1">
    EffectController():ChooseTarget( 0, "CARD_QUERY_CHOOSE_LAND_TO_PUT_INTO_HAND", EffectDC():Make_Targets(0) )
    </PLAY_TIME_ACTION>
    <RESOLUTION_TIME_ACTION>
    local target = EffectDC():Get_Targets(0):Get_CardPtr(0)
    if target ~= nil then
       target:PutInHand() 
    end
    </RESOLUTION_TIME_ACTION>
   </TRIGGERED_ABILITY>
  <ACTIVATED_ABILITY forced_skip="1" filter_zone="ZONE_IN_PLAY">
    <LOCALISED_TEXT LanguageCode="en-US"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[{T} : Ajoutez {U}{B} à votre réserve.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[{T}: Agrega {U}{B} a tu reserva de maná.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[{T}: Erhöhe deinen Manavorrat um {U}{B}.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[{T}: Aggiungi {U}{B} alla tua riserva di mana.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[{T}:あなたのマナ・プールに{U}{B}を加える。]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
    <LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[{T}: Add {U}{B} to your mana pool.]]></LOCALISED_TEXT>
      <COST type="Mana" cost=""/>
      <COST type="TapSelf" />
    <AVAILABILITY>
    return Object():Tapped() == 0 and EffectController():IsAI() == 0
      </AVAILABILITY>      
      <RESOLUTION_TIME_ACTION>
       MTG():PutTokensIntoPlay( "_TOKEN_B_624996", 1, EffectController() )
       MTG():PutTokensIntoPlay( "_TOKEN_U_624995", 1, EffectController() )
      </RESOLUTION_TIME_ACTION>
   <AI_BASE_SCORE score="300" zone="ZONE_IN_PLAY" />
  </ACTIVATED_ABILITY>
  <TOKEN_REGISTRATION reservation="1" type="MANATOKEN_U" />
  <TOKEN_REGISTRATION reservation="1" type="MANATOKEN_B" />
</CARD_V2>
Attachments
DIMIR_AQUEDUCT.rar
(115.2 KiB) Downloaded 297 times
User avatar
East Bay
 
Posts: 85
Joined: 17 Mar 2013, 02:05
Has thanked: 33 times
Been thanked: 30 times

Re: Card Creation Request Thread

Postby Master Necro » 12 May 2013, 22:07

NWM :)
Last edited by Master Necro on 13 May 2013, 12:35, edited 1 time in total.
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 Kieran » 12 May 2013, 23:51

NEMESiS, a thousand thanks! I also updated your contributions on the Land Request thread.
Kieran
 
Posts: 232
Joined: 03 Nov 2012, 01:09
Has thanked: 21 times
Been thanked: 16 times

Re: Card Creation Request Thread

Postby Master Necro » 13 May 2013, 13:50

Could someone make me the Izzet Keyrune ? :)
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 drleg3nd » 14 May 2013, 06:35

hey was curse of exhaustion made ? been looking for that,thx
drleg3nd
 
Posts: 528
Joined: 14 May 2012, 20:05
Has thanked: 5 times
Been thanked: 30 times

Re: Card Creation Request Thread

Postby drleg3nd » 14 May 2013, 06:36

also increasing ambition,thx
drleg3nd
 
Posts: 528
Joined: 14 May 2012, 20:05
Has thanked: 5 times
Been thanked: 30 times

Re: Card Creation Request Thread

Postby thefiremind » 14 May 2013, 07:53

drleg3nd wrote:hey was curse of exhaustion made ? been looking for that,thx
Do you know that there's a search function that you can use to answer such questions by yourself?

Search tutorial (is it really needed?) | Open

  1. Image
    ----------------------------------------

  2. Image
    ----------------------------------------

  3. Image
    ----------------------------------------

  4. Image

Try to search for "ambition" as well... :wink:
< 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 nivmizzet1 » 14 May 2013, 12:52

Can someone create Cradle of Vitality? I didn't think it would be hard, but then I tried and failed miserably.
nivmizzet1
 
Posts: 617
Joined: 21 Mar 2013, 10:10
Has thanked: 100 times
Been thanked: 25 times

Re: Card Creation Request Thread

Postby Vasht » 14 May 2013, 12:55

Hi,

could someone code Soul's Majesty ? thx

Edit: wanted to add Tribal Flames to my request (if possible)
Vasht
 
Posts: 33
Joined: 05 Jan 2013, 10:28
Has thanked: 20 times
Been thanked: 0 time

Re: Card Creation Request Thread

Postby NEMESiS » 15 May 2013, 04:01

Have any of you managed to make any of the Unhinged or Unplugged block cards?

http://gatherer.wizards.com/Pages/Searc ... nged%22%5D

http://gatherer.wizards.com/Pages/Searc ... lued%22%5D

I honestly cannot stop laughing at some of these cards. :lol:
User avatar
NEMESiS
 
Posts: 460
Joined: 03 Jan 2013, 04:02
Location: Pools of Becoming
Has thanked: 70 times
Been thanked: 21 times

Re: Card Creation Request Thread

Postby sumomole » 15 May 2013, 05:00

nivmizzet1 wrote:Can someone create Cradle of Vitality? I didn't think it would be hard, but then I tried and failed miserably.
Yes, it's easy to code, you can copy "you may pay {1}{W}. If you do," from Sigil of the New Dawn, "put +1/+1 counter on target creature" from Decree of Savagery, "Whenever you gain life" and “for each 1 life you gained" from False Cure. These are the official card. :wink:
User avatar
sumomole
Programmer
 
Posts: 611
Joined: 07 Jun 2011, 08:34
Has thanked: 51 times
Been thanked: 234 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 11 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 11 users online :: 0 registered, 0 hidden and 11 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 11 guests

Login Form