From 34fabaab5fde5e5a0ef460f8f82d3741bc798f1d Mon Sep 17 00:00:00 2001 From: Hythonia Date: Sat, 27 Mar 2021 12:33:41 +0100 Subject: [PATCH] STA: Abundant Harvest --- forge-gui/res/cardsfolder/upcoming/abundant_harvest.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/abundant_harvest.txt 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.