mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Converted Identity Crisis to script.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
Name:Identity Crisis
|
Name:Identity Crisis
|
||||||
ManaCost:2 W W B B
|
ManaCost:2 W W B B
|
||||||
Types:Sorcery
|
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:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/identity_crisis.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/identity_crisis.jpg
|
||||||
SetInfo:ARB|Rare|http://magiccards.info/scans/en/arb/81.jpg
|
SetInfo:ARB|Rare|http://magiccards.info/scans/en/arb/81.jpg
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ public class CardFactory_Sorceries {
|
|||||||
spell.setBeforePayMana(runtime);
|
spell.setBeforePayMana(runtime);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Identity Crisis")) {
|
else if(cardName.equals("Identity Crisis")) {
|
||||||
@@ -174,6 +175,7 @@ public class CardFactory_Sorceries {
|
|||||||
card.addSpellAbility(spell);
|
card.addSpellAbility(spell);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Do or Die")) {
|
else if(cardName.equals("Do or Die")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user