mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert Sparkspitter to abMakeToken keyword
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:G
|
||||
Types:Creature Elf Spellshaper
|
||||
Text:no text
|
||||
PT:1/1
|
||||
K:abMakeToken G T Discard<1/Any><>1<>Llanowar Elves<>G 1 1 Llanowar Elves<>Controller<>G<>Creature;Elf;Druid<>1<>1<>tap: add G<>put a 1/1 green Elf Warrior creature token onto the battlefield.
|
||||
K:abMakeToken G T Discard<1/Any><>1<>Llanowar Elves<>G 1 1 Llanowar Elves<>Controller<>G<>Creature;Elf;Druid<>1<>1<>tap: add G<>Put a 1/1 green Elf Druid creature token named Llanowar Elves onto the battlefield. It has "Tap: Add Green to your mana pool."
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card126166.jpg
|
||||
End
|
||||
|
||||
@@ -3,6 +3,7 @@ ManaCost:2 R
|
||||
Types:Creature Elemental Spellshaper
|
||||
Text:no text
|
||||
PT:1/3
|
||||
K:abMakeToken R T Discard<1/Any><>1<>Spark Elemental<>R 3 1 Spark Elemental<>Controller<>R<>Creature;Elemental<>3<>1<>Haste;Trample;At the beginning of the end step, sacrifice CARDNAME.<>Put a 3/1 red Elemental creature token named Spark Elemental onto the battlefield. It has trample, haste, and "At the beginning of the end step, sacrifice Spark Elemental."
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card130341.jpg
|
||||
End
|
||||
|
||||
@@ -8717,7 +8717,7 @@ public class CardFactory_Creatures {
|
||||
}));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Sparkspitter")) {
|
||||
|
||||
@@ -8791,7 +8791,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
};
|
||||
c.addComesIntoPlayCommand(intoPlay);
|
||||
c.setSacrificeAtEOT(true);*/
|
||||
c.setSacrificeAtEOT(true);
|
||||
c.addIntrinsicKeyword("At the beginning of the end step, sacrifice CARDNAME.");
|
||||
|
||||
play.add(c);
|
||||
@@ -8825,7 +8825,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
}));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Sliversmith")) {
|
||||
|
||||
Reference in New Issue
Block a user