Added Abundance (thanks Squee!)

This commit is contained in:
moomarc
2012-05-17 13:28:49 +00:00
parent 5f81e31d8f
commit aa8c39453c
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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