mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Tradewind Rider to AB$Bounce
This commit is contained in:
@@ -4,6 +4,7 @@ Types:Creature Spirit
|
|||||||
Text:no text
|
Text:no text
|
||||||
PT:1/4
|
PT:1/4
|
||||||
K:Flying
|
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:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tradewind_rider.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/tradewind_rider.jpg
|
||||||
SetInfo:TMP|Rare|http://magiccards.info/scans/en/tp/98.jpg
|
SetInfo:TMP|Rare|http://magiccards.info/scans/en/tp/98.jpg
|
||||||
|
|||||||
@@ -10072,7 +10072,7 @@ public class CardFactory_Creatures {
|
|||||||
card.addComesIntoPlayCommand(gain2Life);
|
card.addComesIntoPlayCommand(gain2Life);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Tradewind Rider")) {
|
else if(cardName.equals("Tradewind Rider")) {
|
||||||
String select = "Select target permanent to return to owner's hand.";
|
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.");
|
bounce.setDescription("tap, Tap two untapped creatures you control: Return target permanent to its owner's hand.");
|
||||||
card.addSpellAbility(bounce);
|
card.addSpellAbility(bounce);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Gilt-Leaf Archdruid")) {
|
else if(cardName.equals("Gilt-Leaf Archdruid")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user