convert Ezuri, Renegade Leader to AbilityFactory.

This commit is contained in:
jendave
2011-08-06 10:18:06 +00:00
parent f13d92a090
commit f40017450f
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Types:Legendary Creature Vampire
Text:no text Text:no text
PT:5/5 PT:5/5
K:Whenever a creature dealt damage by CARDNAME this turn is put into a graveyard, put a +2/+2 counter on CARDNAME. K:Whenever a creature dealt damage by CARDNAME this turn is put into a graveyard, put a +2/+2 counter on CARDNAME.
A:AB$Regenerate|ValidTgts$Creature.Vampire+Other|TgtPrompt$Select another target Vampire|Cost$T|SpellDescription$Regenerate another target vampire. A:AB$Regenerate|ValidTgts$Creature.Vampire+Other|TgtPrompt$Select another target Vampire|Cost$T|SpellDescription$Regenerate another target Vampire.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/baron_sengir.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/baron_sengir.jpg
End End

View File

@@ -4,6 +4,7 @@ Types:Legendary Creature Elf Warrior
Text:no text Text:no text
PT:2/2 PT:2/2
K:abAllPump 2 G G G:YouCtrl/Elf:+3/+3/Trample:Elf creatures you control get +3/+3 and gain trample until end of turn.:Ezuri, Renegade Leader - Elf creatures you control get +3/+3 and gain trample until EOT. K:abAllPump 2 G G G:YouCtrl/Elf:+3/+3/Trample:Elf creatures you control get +3/+3 and gain trample until end of turn.:Ezuri, Renegade Leader - Elf creatures you control get +3/+3 and gain trample until EOT.
A:AB$Regenerate|ValidTgts$Creature.Elf+Other|TgtPrompt$Select another target Elf|Cost$G|SpellDescription$Regenerate another target Elf.
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/ezuri_renegade_leader.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/ezuri_renegade_leader.jpg
End End

View File

@@ -20807,7 +20807,7 @@ public class CardFactory_Creatures {
card.addComesIntoPlayCommand(intoPlay); card.addComesIntoPlayCommand(intoPlay);
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Ezuri, Renegade Leader")) { else if(cardName.equals("Ezuri, Renegade Leader")) {
final String Tgts[] = {"Elf"}; final String Tgts[] = {"Elf"};
@@ -20848,6 +20848,7 @@ public class CardFactory_Creatures {
ability.setDescription("G: Regenerate another target Elf."); ability.setDescription("G: Regenerate another target Elf.");
}//*************** END ************ END ************************** }//*************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Leveler")) { else if(cardName.equals("Leveler")) {