mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Mind Funeral to script. Thanks Sol.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user