mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Dimir Guildmage to AF for Draw and Discard
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user