convert Dimir Guildmage to AF for Draw and Discard

This commit is contained in:
jendave
2011-08-06 12:14:50 +00:00
parent de7efee044
commit 13d74f189a
2 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ ManaCost:UB UB
Types:Creature Human Wizard
Text:no text
PT:2/2
A:AB$Draw|Cost$3 U|ValidTgts$Player|NumCards$1|SorcerySpeed$True|SpellDescription$Target player draws a card. Activate this ability only any time you could cast a sorcery.
A:AB$Discard|Cost$3 B|ValidTgts$Player|Mode$TgtChoose|NumCards$1|SorcerySpeed$True|SpellDescription$Target player discards a card. Activate this ability only any time you could cast a sorcery.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/dimir_guildmage.jpg
SetInfo:RAV|Uncommon|http://magiccards.info/scans/en/rav/245.jpg

View File

@@ -240,7 +240,7 @@ public class CardFactory_Creatures {
a1.setBeforePayMana(new Input_PayManaCost(a1));
a1.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a1));
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Dimir Guildmage")) {
final SpellAbility a1 = new Ability(card, "3 B") {
@@ -325,7 +325,7 @@ public class CardFactory_Creatures {
a2.setBeforePayMana(new Input_PayManaCost(a2));
a2.setBeforePayMana(CardFactoryUtil.input_targetPlayer(a2));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Shinka Gatekeeper")) {