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
|
Name:Time Elemental
|
||||||
ManaCost:2 U
|
ManaCost:2 U
|
||||||
Types:Creature Elemental
|
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
|
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:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/time_elemental.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/time_elemental.jpg
|
||||||
|
|||||||
@@ -19297,7 +19297,7 @@ public class CardFactory_Creatures {
|
|||||||
}
|
}
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Time Elemental")) {
|
else if(cardName.equals("Time Elemental")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "2 U U") {
|
final Ability_Tap ability = new Ability_Tap(card, "2 U U") {
|
||||||
@@ -19351,7 +19351,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
ability.setBeforePayMana(runtime);
|
ability.setBeforePayMana(runtime);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Vampire Hexmage")) {
|
else if(cardName.equals("Vampire Hexmage")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user