diff --git a/forge-gui/res/cardsfolder/upcoming/abundant_harvest.txt b/forge-gui/res/cardsfolder/upcoming/abundant_harvest.txt new file mode 100644 index 00000000000..e924bb937b3 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/abundant_harvest.txt @@ -0,0 +1,8 @@ +Name:Abundant Harvest +ManaCost:G +Types:Sorcery +A:SP$ GenericChoice | Cost$ G | Choices$ DigLand,DigNonland | SpellDescription$ Choose land or nonland. Reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and the rest on the bottom of your library in a random order. +SVar:DigLand:DB$ DigUntil | Valid$ Card.Land | ValidDescription$ land | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | RevealRandomOrder$ True | SpellDescription$ Land +SVar:DigNonland:DB$ DigUntil | Valid$ Card.nonLand | ValidDescription$ nonland | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | RevealRandomOrder$ True | SpellDescription$ Nonand +AI:RemoveDeck:All +Oracle:Choose land or nonland. Reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and the rest on the bottom of your library in a random order.