convert more cards to xxMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:42:15 +00:00
parent 7e1c13ac92
commit 5d0607157e
5 changed files with 12 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ Types:Creature Dragon
Text:When Broodmate Dragon comes into play, put a 4/4 red Dragon creature token with flying into play.
PT:4/4
K:Flying
K:etbMakeToken<>1<>Dragon<>R 4 4 Dragon<>Controller<>R<>Creature;Dragon<>4<>4<>Flying<>put a 4/4 red Dragon creature token with flying onto the battlefield.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/broodmate_dragon.jpg
End

View File

@@ -4,6 +4,7 @@ Types:Creature Elf
Text:When Deranged Hermit enters the battlefield, put four 1/1 green Squirrel creature tokens onto the battlefield.\r\nSquirrel creatures get +1/+1.
PT:1/1
K:Echo:3 G G
K:etbMakeToken<>4<>Squirrel<>G 1 1 Squirrel<>Controller<>G<>Creature;Squirrel<>1<>1<>None<>put four 1/1 green Squirrel creature tokens onto the battlefield.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_hermit.jpg
End

View File

@@ -4,6 +4,7 @@ Types:Creature Beast
Text:no text
PT:8/8
K:Vigilance
K:abMakeToken T<>1<>Beast<>RGW 8 8 Beast<>Controller<>R G W<>Creature;Beast<>8<>8<>None<>put an 8/8 Beast creature token that's red, green, and white onto the battlefield.
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/godsire.jpg
End

View File

@@ -4,6 +4,7 @@ Types:Creature Giant
Text:Whenever Grave Titan enters the battlefield or attacks, put two 2/2 black Zombie creature tokens onto the battlefield.
PT:6/6
K:Deathtouch
K:etbMakeToken<>2<>Zombie<>B 2 2 Zombie<>Controller<>B<>Creature;Zombie<>2<>2<>None<>put two 2/2 black Zombie creature tokens onto the battlefield.
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_titan.jpg
End

View File

@@ -13333,7 +13333,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Broodmate Dragon")) {
final SpellAbility ability = new Ability(card, "0") {
@@ -13354,8 +13354,8 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Deranged Hermit")) {
final SpellAbility ability = new Ability(card, "0") {
@@ -13381,8 +13381,8 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Grave Titan")) {
final SpellAbility ability = new Ability(card, "0") {
@@ -13409,7 +13409,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Primeval Titan")) {
@@ -13480,7 +13480,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Godsire")) {
final SpellAbility a1 = new Ability_Tap(card) {
@@ -13508,7 +13508,7 @@ public class CardFactory_Creatures {
//a1.setBeforePayMana(new Input_PayManaCost(a1));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Wydwen, the Biting Gale")) {