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