convert Tradewind Rider to AB$Bounce

This commit is contained in:
jendave
2011-08-06 13:31:11 +00:00
parent 46872d5743
commit 4e1efcebf3
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Types:Creature Spirit
Text:no text
PT:1/4
K:Flying
A:AB$Bounce | Cost$ T tapXType<2/Creature> | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | Destination$ Hand | SpellDescription$ Return target permanent to its owner's hand.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/tradewind_rider.jpg
SetInfo:TMP|Rare|http://magiccards.info/scans/en/tp/98.jpg

View File

@@ -10072,7 +10072,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(gain2Life);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Tradewind Rider")) {
String select = "Select target permanent to return to owner's hand.";
@@ -10173,6 +10173,7 @@ public class CardFactory_Creatures {
bounce.setDescription("tap, Tap two untapped creatures you control: Return target permanent to its owner's hand.");
card.addSpellAbility(bounce);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Gilt-Leaf Archdruid")) {