diff --git a/.gitattributes b/.gitattributes index 42673ff16d9..ca831091195 100644 --- a/.gitattributes +++ b/.gitattributes @@ -43,6 +43,7 @@ res/cardsfolder/a/absorb_vis.txt svneol=native#text/plain res/cardsfolder/a/abu_jafar.txt -text res/cardsfolder/a/abuna_acolyte.txt svneol=native#text/plain res/cardsfolder/a/abunas_chant.txt -text +res/cardsfolder/a/abundance.txt -text res/cardsfolder/a/abundant_growth.txt -text res/cardsfolder/a/abyssal_gatekeeper.txt svneol=native#text/plain res/cardsfolder/a/abyssal_horror.txt svneol=native#text/plain diff --git a/res/cardsfolder/a/abundance.txt b/res/cardsfolder/a/abundance.txt new file mode 100644 index 00000000000..d1134e37d1c --- /dev/null +++ b/res/cardsfolder/a/abundance.txt @@ -0,0 +1,15 @@ +Name:Abundance +ManaCost:2 G G +Types:Enchantment +Text:no text +R:Event$ Draw | ValidPlayer$ You | ReplaceWith$ AbundantChoice | Optional$ True | Description$ If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order. +SVar:AbundantChoice:AB$ GenericChoice | Cost$ 0 | Choices$ DigLand,DigNonland | Defined$ You +SVar:DigLand:DB$ DigUntil | Valid$ Card.Land | ValidDescription$ land | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | ChoiceDescription$ Land +SVar:DigNonland:DB$ DigUntil | Valid$ Card.nonLand | ValidDescription$ nonland | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | ChoiceDescription$ nonLand +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/abundance.jpg +SetInfo:USG|Rare|http://magiccards.info/scans/en/us/229.jpg +SetInfo:10E|Rare|http://magiccards.info/scans/en/10e/249.jpg +Oracle:If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order. +End \ No newline at end of file