convert Time Elemental to AB$Bounce

This commit is contained in:
jendave
2011-08-06 10:47:31 +00:00
parent e2c3dadd1d
commit bc54324c89
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
Name:Time Elemental
ManaCost:2 U
Types:Creature Elemental
Text:When Time Elemental attacks or blocks, at end of combat, sacrifice it and it deals 5 damage to you. 2 U U, tap: Return target permanent that isn't enchanted to its owner's hand.
Text:When Time Elemental attacks or blocks, at end of combat, sacrifice it and it deals 5 damage to you.
# 2 U U, tap: Return target permanent that isn't enchanted to its owner's hand.
PT:0/2
A:AB$Bounce|Cost$2 U U T|ValidTgts$Permanent.unenchanted|TgtPrompt$Select target unenchanted permanent|Destination$Hand|SpellDescription$Return target permanent that isn't enchanted to its owner's hand.
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/time_elemental.jpg

View File

@@ -19297,7 +19297,7 @@ public class CardFactory_Creatures {
}
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Time Elemental")) {
final Ability_Tap ability = new Ability_Tap(card, "2 U U") {
@@ -19351,7 +19351,7 @@ public class CardFactory_Creatures {
ability.setBeforePayMana(runtime);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Vampire Hexmage")) {