mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Time Elemental to AB$Bounce
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user