mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Converted Identity Crisis to script.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user