- Converted Gift of Estates to script.

This commit is contained in:
jendave
2011-08-07 00:58:10 +00:00
parent dc68283c45
commit d81afcb4c0
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
Name:Gift of Estates
ManaCost:1 W
Types:Sorcery
Text:If an opponent controls more lands than you, search your library for up to three Plains cards and put them into your hand.
Text:no text
A:SP$ ChangeZone | Cost$ 1 W | IsPresent$ Land.YouCtrl | PresentCompare$ LTX | Origin$ Library | Destination$ Hand | ChangeType$ Plains | ChangeNum$ 3 | SpellDescription$ If an opponent controls more lands than you, search your library for up to three Plains cards and put them into your hand.
SVar:X:Count$Valid Land.YouDontCtrl
SVar:Rarity:Uncommon
SVar:Picture:http://resources.wizards.com/magic/cards/9ed/en-us/card84504.jpg
SetInfo:POR|Rare|http://magiccards.info/scans/en/po/179.jpg

View File

@@ -1541,6 +1541,7 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Gift of Estates")) {
@@ -1577,6 +1578,7 @@ public class CardFactory_Sorceries {
card.addSpellAbility(spell);
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Rite of Replication")) {