- Converted Stitch Together to script.

This commit is contained in:
Sloth
2011-11-10 20:19:46 +00:00
parent d2cca0fb0e
commit ec69b60fb4
2 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
Name:Stitch Together
ManaCost:B B
Types:Sorcery
Text:Return target creature card from your graveyard to your hand.\r\nThreshold - Return that card from your graveyard to the battlefield instead if seven or more cards are in your graveyard.
Text:no text
A:SP$ ChangeZone | Cost$ B B | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | ConditionCheckSVar$ X | ConditionSVarCompare$ LE6 | SubAbility$ DBChangeZone | SpellDescription$ Return target creature card from your graveyard to your hand. Threshold - Return that card from your graveyard to the battlefield instead if seven or more cards are in your graveyard.
SVar:DBChangeZone:DB$ ChangeZone | Defined$ Targeted | Origin$ Graveyard | Destination$ Battlefield | ConditionCheckSVar$ X | ConditionSVarCompare$ GE7
SVar:X:Count$InYourYard
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/stitch_together.jpg
SetInfo:COM|Uncommon|http://magiccards.info/scans/en/cmd/102.jpg

View File

@@ -1928,7 +1928,7 @@ public class CardFactorySorceries {
} // *************** END ************ END **************************
// *************** START *********** START **************************
else if (cardName.equals("Stitch Together")) {
/*else if (cardName.equals("Stitch Together")) {
final SpellAbility spell = new Spell(card) {
private static final long serialVersionUID = -57996914115026814L;
@@ -2008,7 +2008,7 @@ public class CardFactorySorceries {
} // showMessage()
}; // Input
spell.setBeforePayMana(target);
} // *************** END ************ END **************************
}*/ // *************** END ************ END **************************
// *************** START *********** START **************************
else if (cardName.equals("Patriarch's Bidding")) {