- Converted Identity Crisis to script.

This commit is contained in:
jendave
2011-08-07 00:58:27 +00:00
parent d74357057f
commit aa8e67a98c
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
Name:Identity Crisis
ManaCost:2 W W B B
Types:Sorcery
Text:Exile all cards from target player's hand and graveyard.
Text:no text
A:SP$ ChangeZoneAll | Cost$ 2 W W B B | Origin$ Hand | Destination$ Exile | ValidTgts$ Player | TgtPrompt$ Select target player | ChangeType$ Card | SubAbility$ SVar=DBChangeZoneAll | SpellDescription$ Exile all cards from target player's hand and graveyard.
SVar:DBChangeZoneAll:DB$ChangeZoneAll | Defined$ Targeted | Origin$ Graveyard | Destination$ Exile | ChangeType$ Card
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/identity_crisis.jpg
SetInfo:ARB|Rare|http://magiccards.info/scans/en/arb/81.jpg

View File

@@ -131,7 +131,8 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
spell.setBeforePayMana(runtime);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Identity Crisis")) {
@@ -174,7 +175,8 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Do or Die")) {
// TODO: Please please please, someone fix this card