mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Tormod's Crypt to script.
This commit is contained in:
@@ -2,6 +2,8 @@ Name:Tormod's Crypt
|
|||||||
ManaCost:0
|
ManaCost:0
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
Text:no text
|
Text:no text
|
||||||
|
A:AB$ ChangeZoneAll | Cost$ T Exile<1/CARDNAME> | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Player | TgtPrompt$ Select target player | ChangeType$ Card | Shuffle$ True | SpellDescription$ Exile all cards from target player's graveyard.
|
||||||
|
SVar:RemRandomDeck:True
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tormods_crypt.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/tormods_crypt.jpg
|
||||||
SetInfo:DRK|Rare|http://magiccards.info/scans/en/dk/109.jpg
|
SetInfo:DRK|Rare|http://magiccards.info/scans/en/dk/109.jpg
|
||||||
|
|||||||
@@ -5905,12 +5905,12 @@ public class CardFactory implements NewConstants {
|
|||||||
card.addComesIntoPlayCommand(comesIntoPlay);
|
card.addComesIntoPlayCommand(comesIntoPlay);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Tormod's Crypt")) {
|
else if(cardName.equals("Tormod's Crypt")) {
|
||||||
/*
|
/*
|
||||||
* Tap, Sacrifice Tormod's Crypt: Exile all cards from target player's graveyard.
|
* Tap, Sacrifice Tormod's Crypt: Exile all cards from target player's graveyard.
|
||||||
*/
|
*
|
||||||
Target target = new Target(card,"Select target player", new String[] {"Player"});
|
Target target = new Target(card,"Select target player", new String[] {"Player"});
|
||||||
Cost abCost = new Cost("T Sac<1/CARDNAME>", cardName, true);
|
Cost abCost = new Cost("T Sac<1/CARDNAME>", cardName, true);
|
||||||
final Ability_Activated ability = new Ability_Activated(card, abCost, target) {
|
final Ability_Activated ability = new Ability_Activated(card, abCost, target) {
|
||||||
@@ -5943,7 +5943,7 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setStackDescription(card+" - Exile all cards from target player's graveyard.");
|
ability.setStackDescription(card+" - Exile all cards from target player's graveyard.");
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Mirror Universe")) {
|
else if(cardName.equals("Mirror Universe")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user