mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Converted Stitch Together to script.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user