update Feral Lightning to use spMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:17:05 +00:00
parent 420bcc03ca
commit f7c4438faa
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ Name:Feral Lightning
ManaCost:3 R R R
Types:Sorcery
Text:Put three 3/1 red Elemental creature tokens with haste into play. Remove them from the game at end of turn.
K:spMakeToken<>3<>Elemental<>R 3 1 Elemental<>Controller<>R<>Creature;Elemental<>3<>1<>Haste;At the beginning of the end step, sacrifice CARDNAME.
SVar:PlayMain1:TRUE
SVar:Rarity:Uncommon
SVar:Picture:http://resources.wizards.com/magic/cards/sok/en-us/card84373.jpg
End

View File

@@ -4473,6 +4473,7 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/* converted to keyword
//*************** START *********** START **************************
else if(cardName.equals("Feral Lightning")) {
SpellAbility spell = new Spell(card) {
@@ -4534,6 +4535,7 @@ public class CardFactory_Sorceries {
card.setSVar("PlayMain1", "TRUE");
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************