mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Necrogen Spellbomb to AB$Discard.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user