- Converted Mind Funeral to script. Thanks Sol.

This commit is contained in:
jeffwadsworth
2012-01-18 19:58:34 +00:00
parent acf6d32f47
commit 8ac4d351cb
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
Name:Mind Funeral
ManaCost:1 U B
Types:Sorcery
Text:Target opponent reveals cards from the top of his or her library until four land cards are revealed. That player puts all cards revealed this way into his or her graveyard.
Text:no
A:SP$ DigUntil | Cost$ 1 U B | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | Amount$ 4 | Valid$ Land | ValidDescription$ land | RevealedDestination$ Graveyard | SpellDescription$ Target opponent reveals cards from the top of his or her library until four land cards are revealed. That player puts all cards revealed this way into his or her graveyard.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/mind_funeral.jpg
SetInfo:ARB|Uncommon|http://magiccards.info/scans/en/arb/26.jpg

View File

@@ -1158,7 +1158,7 @@ public class CardFactorySorceries {
card.addSpellAbility(spell);
spell.setBeforePayMana(runtime);
} // *************** END ************ END **************************
/*
// *************** START *********** START **************************
else if (cardName.equals("Mind Funeral")) {
final Cost cost = new Cost("1 U B", cardName, false);
@@ -1203,7 +1203,7 @@ public class CardFactorySorceries {
}; // SpellAbility
card.addSpellAbility(spell);
} // *************** END ************ END **************************
*/
// *************** START *********** START **************************
else if (cardName.equals("Haunting Echoes")) {
final Cost cost = new Cost("3 B B", cardName, false);