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)
2014




Theros cards?????
Moderator: CCGHQ Admins
Theros cards?????
by Rickycoe123 » 03 Sep 2013, 20:12
- Rickycoe123
- Posts: 138
- Joined: 14 Mar 2013, 22:44
- Has thanked: 1 time
- Been thanked: 15 times
Re: Theros cards?????
by gorem2k » 03 Sep 2013, 20:35
I'm waiting for Gatherer to have the correct multiverse ID.
Master of Waves is a bit overpowered I think. gonna be interesting to see interactions with enchantments, this seems like an aura-oriented set.
Cast Ordeal of Purphoros on Artisan of Forms that copy Master of Waves... jee!
Bow of Nylea looks useful too.
just reviewed Master of Waves isn't Elemental so I thought he was gonna be 3/2. now, I've changed my mind
the blue God is still my favorite. for 3, give unblockeable! sure.
Master of Waves is a bit overpowered I think. gonna be interesting to see interactions with enchantments, this seems like an aura-oriented set.
Cast Ordeal of Purphoros on Artisan of Forms that copy Master of Waves... jee!
Bow of Nylea looks useful too.
just reviewed Master of Waves isn't Elemental so I thought he was gonna be 3/2. now, I've changed my mind

the blue God is still my favorite. for 3, give unblockeable! sure.
Re: Theros cards?????
by RiiakShiNal » 03 Sep 2013, 21:11
Lets see if you cast Ordeal of Purphoros on Artisan of Forms then have Artisan of Forms copy Master of Waves. Artisan of Forms would get protection from red before Ordeal of Purphoros resolves meaning that Ordeal of Purphoros would fizzle, also since Artisan of Forms was already on the battlefield when it copied Master of Waves it would not trigger the Enters the Battlefield ability so it would not produce any 1/0 blue elemental tokens. Nah, not a very good combo there. If you get out two or more Master of Waves and start flickering them then you have a good combo. Or you get out a Master of Waves then use a card that makes creatures you control enter as copies of target creature (I forget the name of the card) and target Master of Waves, then cast a creature (any creature).
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Theros cards?????
by GrovyleXShinyCelebi » 03 Sep 2013, 22:43
Just wondering, does anyone know what does "devotion to red" mean?
i.e. "As long as your devotion to red is less than five, Pulporos isn't a creature"
i.e. "As long as your devotion to red is less than five, Pulporos isn't a creature"
(in Duels 2014)
Duels 2012: viewtopic.php?f=109&t=12152
Duels 2013: viewtopic.php?f=109&t=12481&p=137458#p137458
Duels 2012: viewtopic.php?f=109&t=12152
Duels 2013: viewtopic.php?f=109&t=12481&p=137458#p137458
-
GrovyleXShinyCelebi - Posts: 294
- Joined: 12 Jun 2013, 18:23
- Has thanked: 14 times
- Been thanked: 37 times
Re: Theros cards?????
by Rari » 03 Sep 2013, 22:59
I coded enough to make the Heroes vs Monsters Duels decks, and a few more for funsies. I don't really want to make a release of them, since my art for most of them is kind of sketchy and I'm still not sure how one would go about coding Bestow.
GrovyleXShinyCelebi: Each R in the mana costs of permanents you control adds to your devotion to red. (Edit: very similar to chroma.)
Guess I'll share one of the devotion cards I did (with evergreen text, since devotion is still so new).
GrovyleXShinyCelebi: Each R in the mana costs of permanents you control adds to your devotion to red. (Edit: very similar to chroma.)
Guess I'll share one of the devotion cards I did (with evergreen text, since devotion is still so new).
- Abhorrent Overlord | Open
- Code: Select all
<?xml version='1.0' encoding='UTF-8'?>
<CARD_V2 ExportVersion="1">
<FILENAME text="RARI_ABHORRENT_OVERLORD_55555523" />
<CARDNAME text="ABHORRENT_OVERLORD" />
<TITLE>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Abhorrent Overlord]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Démon dépouilleur]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[HARPYio incursor]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Sensendämon]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[HARPYe Saccheggiatore]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[強奪する悪魔]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[Reiver HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Reiver HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Reiver HARPY]]></LOCALISED_TEXT>
</TITLE>
<MULTIVERSEID value="55555523" />
<ARTID value="RARI_55555523" />
<ARTIST name="Brom" />
<CASTING_COST cost="{5}{B}{B}" />
<TYPE metaname="Creature" />
<SUB_TYPE metaname="HARPY" />
<EXPANSION value="CMD" />
<RARITY metaname="R" />
<POWER value="6" />
<TOUGHNESS value="6" />
<STATIC_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Flying]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Vol]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Vuela.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Fliegend]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Volare]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[飛行]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[비행]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Полет]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Voar]]></LOCALISED_TEXT>
<INTRINSIC characteristic="CHARACTERISTIC_FLYING" />
</STATIC_ABILITY>
<TRIGGERED_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black. |(Each |{B}| in the mana costs of permanents you control counts toward your devotion to black.)| ]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[強奪する悪魔が戦場に出たとき、あなたがそれをあなたの手札から唱えていた場合、アーティファクトでも黒でもないすべてのクリーチャーを破壊する。 それらは再生できない。]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[When Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.]]></LOCALISED_TEXT>
<TRIGGER value="ZONECHANGE_END" simple_qualifier="self" to_zone="ZONE_BATTLEFIELD" />
<RESOLUTION_TIME_ACTION>
local filter = ClearFilter()
filter:Add( FE_IS_PERMANENT, true )
filter:Add( FE_CONTROLLER, OP_IS, EffectController())
local total = filter:ChromaCount(COLOUR_BLACK)
MTG():PutTokensOntoBattlefield( "TOKEN_HARPY_1_1_B_247055", total, EffectController() )
</RESOLUTION_TIME_ACTION>
</TRIGGERED_ABILITY>
<TOKEN_REGISTRATION reservation="1" type="TOKEN_HARPY_1_1_B_247055" />
<HELP title="MORE_INFO_BADGE_TITLE_10" body="MORE_INFO_BADGE_BODY_10" zone="ZONE_ANY" />
<SFX text="COMBAT_BLUNT_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
<SFX text="COMBAT_BLUNT_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
</CARD_V2>
- Harpy token | Open
- Code: Select all
<?xml version="1.0"?>
<CARD_V2 ExportVersion="1">
<FILENAME text="TOKEN_HARPY_1_1_B_247055" />
<CARDNAME text="HARPY" />
<TITLE>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[HARPY]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[HARPY]]></LOCALISED_TEXT>
</TITLE>
<MULTIVERSEID value="247055" />
<ARTID value="RARI_247055" />
<COLOUR value="B" />
<ARTIST name="Pete Venters" />
<CASTING_COST cost="" />
<TYPE metaname="Creature" />
<SUB_TYPE metaname="Dragon" />
<EXPANSION value="DPI" />
<RARITY metaname="T" />
<POWER value="1" />
<TOUGHNESS value="1" />
<TOKEN />
<STATIC_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Flying]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="fr-FR"><![CDATA[Vol]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="es-ES"><![CDATA[Vuela.]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="de-DE"><![CDATA[Fliegend]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="it-IT"><![CDATA[Volare]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="jp-JA"><![CDATA[飛行]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ko-KR"><![CDATA[비행]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="ru-RU"><![CDATA[Полет]]></LOCALISED_TEXT>
<LOCALISED_TEXT LanguageCode="pt-BR"><![CDATA[Voar]]></LOCALISED_TEXT>
<INTRINSIC characteristic="CHARACTERISTIC_FLYING" />
</STATIC_ABILITY>
<SFX text="COMBAT_DRAGON_LARGE_ATTACK" power_boundary_min="4" power_boundary_max="-1" />
<SFX text="COMBAT_DRAGON_SMALL_ATTACK" power_boundary_min="1" power_boundary_max="3" />
</CARD_V2>
Please help yourself to my collection of DoTP artwork. Pretty cards for everyone!
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 39 guests