mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Ezuri, Renegade Leader to AbilityFactory.
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Legendary Creature Vampire
|
||||
Text:no text
|
||||
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.
|
||||
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:Picture:http://www.wizards.com/global/images/magic/general/baron_sengir.jpg
|
||||
End
|
||||
|
||||
@@ -4,6 +4,7 @@ Types:Legendary Creature Elf Warrior
|
||||
Text:no text
|
||||
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.
|
||||
A:AB$Regenerate|ValidTgts$Creature.Elf+Other|TgtPrompt$Select another target Elf|Cost$G|SpellDescription$Regenerate another target Elf.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ezuri_renegade_leader.jpg
|
||||
End
|
||||
@@ -20807,7 +20807,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Ezuri, Renegade Leader")) {
|
||||
final String Tgts[] = {"Elf"};
|
||||
@@ -20848,6 +20848,7 @@ public class CardFactory_Creatures {
|
||||
ability.setDescription("G: Regenerate another target Elf.");
|
||||
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Leveler")) {
|
||||
|
||||
Reference in New Issue
Block a user