It is currently 14 May 2025, 22:34
   
Text Size

Theros cards?????

Moderator: CCGHQ Admins

Theros cards?????

Postby Rickycoe123 » 03 Sep 2013, 20:12

Is anyone willing to make some Theros cards???


http://mythicspoiler.com/
Rickycoe123
 
Posts: 138
Joined: 14 Mar 2013, 22:44
Has thanked: 1 time
Been thanked: 15 times

Re: Theros cards?????

Postby 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 :roll:

the blue God is still my favorite. for 3, give unblockeable! sure.
gorem2k
 
Posts: 464
Joined: 01 Apr 2013, 04:21
Has thanked: 48 times
Been thanked: 33 times

Re: Theros cards?????

Postby 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).
RiiakShiNal
Programmer
 
Posts: 2188
Joined: 16 May 2011, 21:37
Has thanked: 75 times
Been thanked: 497 times

Re: Theros cards?????

Postby 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"
User avatar
GrovyleXShinyCelebi
 
Posts: 294
Joined: 12 Jun 2013, 18:23
Has thanked: 14 times
Been thanked: 37 times

Re: Theros cards?????

Postby 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).

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>
Which requires some harpy tokens (the art for which may have possibly been spoiled at PAX?)
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!
User avatar
Rari
 
Posts: 47
Joined: 14 Jul 2013, 05:59
Has thanked: 16 times
Been thanked: 4 times


Return to 2014

Who is online

Users browsing this forum: No registered users and 39 guests


Who is online

In total there are 39 users online :: 0 registered, 0 hidden and 39 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 39 guests

Login Form