convert Necrogen Spellbomb to AB$Discard.

This commit is contained in:
jendave
2011-08-06 12:13:32 +00:00
parent 2119fe5950
commit eacca55749
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Name:Necrogen Spellbomb
ManaCost:1
Types:Artifact
Text:no text
A:AB$Discard|Cost$B Sac<1/CARDNAME>|ValidTgts$Player|NumCards$1|Mode$TgtChoose|SpellDescription$Target player discards a card.
A:AB$Draw | Cost$ 1 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/necrogen_spellbomb.jpg

View File

@@ -8156,7 +8156,7 @@ public class CardFactory implements NewConstants {
ability.setDescription("G, Sacrifice Lifespark Spellbomb: Target land becomes a 3/3 Creature until end of turn. It is still a land.");
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Necrogen Spellbomb")) {
Ability_Cost abCost = new Ability_Cost("B Sac<1/CARDNAME>", cardName, true);
@@ -8192,7 +8192,7 @@ public class CardFactory implements NewConstants {
ability.setDescription("B, Sacrifice Necrogen Spellbomb: Target player discards a card.");
card.addSpellAbility(ability);
} //*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Sensei's Divining Top")) {