mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
update Feral Lightning to use spMakeToken keyword
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user