mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Converted Gift of Estates to script.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1541,6 +1541,7 @@ public class CardFactory_Sorceries {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
/*
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Gift of Estates")) {
|
||||
@@ -1576,7 +1577,8 @@ public class CardFactory_Sorceries {
|
||||
card.clearFirstSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
*/
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Rite of Replication")) {
|
||||
|
||||
Reference in New Issue
Block a user