mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Necrogen Spellbomb to AB$Discard.
This commit is contained in:
@@ -2,6 +2,7 @@ Name:Necrogen Spellbomb
|
|||||||
ManaCost:1
|
ManaCost:1
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
Text:no text
|
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.
|
A:AB$Draw | Cost$ 1 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/necrogen_spellbomb.jpg
|
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.");
|
ability.setDescription("G, Sacrifice Lifespark Spellbomb: Target land becomes a 3/3 Creature until end of turn. It is still a land.");
|
||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Necrogen Spellbomb")) {
|
else if(cardName.equals("Necrogen Spellbomb")) {
|
||||||
Ability_Cost abCost = new Ability_Cost("B Sac<1/CARDNAME>", cardName, true);
|
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.");
|
ability.setDescription("B, Sacrifice Necrogen Spellbomb: Target player discards a card.");
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
} //*************** END ************ END **************************
|
} //*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Sensei's Divining Top")) {
|
else if(cardName.equals("Sensei's Divining Top")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user