mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Added Abundance (thanks Squee!)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
15
res/cardsfolder/a/abundance.txt
Normal file
15
res/cardsfolder/a/abundance.txt
Normal 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
|
||||
Reference in New Issue
Block a user