From 60c20cc628e322e5fe21a986792d1f4b90b314db Mon Sep 17 00:00:00 2001 From: Agetian Date: Fri, 4 Aug 2017 15:57:05 +0000 Subject: [PATCH] - Added Choose Your Demise. --- .gitattributes | 1 + forge-gui/res/cardsfolder/c/choose_your_demise.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 forge-gui/res/cardsfolder/c/choose_your_demise.txt diff --git a/.gitattributes b/.gitattributes index dec0c165f3f..c78d1db008b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3841,6 +3841,7 @@ forge-gui/res/cardsfolder/c/choking_sands.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/choking_tethers.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/choking_vines.txt -text forge-gui/res/cardsfolder/c/choose_your_champion.txt -text +forge-gui/res/cardsfolder/c/choose_your_demise.txt -text forge-gui/res/cardsfolder/c/chord_of_calling.txt -text forge-gui/res/cardsfolder/c/chorus_of_might.txt -text forge-gui/res/cardsfolder/c/chorus_of_the_conclave.txt -text diff --git a/forge-gui/res/cardsfolder/c/choose_your_demise.txt b/forge-gui/res/cardsfolder/c/choose_your_demise.txt new file mode 100644 index 00000000000..bbf9d022e4e --- /dev/null +++ b/forge-gui/res/cardsfolder/c/choose_your_demise.txt @@ -0,0 +1,11 @@ +Name:Choose Your Demise +ManaCost:no cost +Types:Scheme +T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TwoPiles | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, look at the top four cards of your library and separate them into a face-down pile and a face-up pile. An opponent chooses one of those piles. Put the cards in that pile into your hand and the rest on the bottom of your library in any order. +SVar:TwoPiles:DB$ PeekAndReveal | Defined$ You | PeekAmount$ 4 | NoReveal$ True | RememberPeeked$ True | SubAbility$ Separate | SpellDescription$ When you set this scheme in motion, look at the top four cards of your library and separate them into a face-down pile and a face-up pile. An opponent chooses one of those piles. Put the cards in that pile into your hand and the rest on the bottom of your library in any order. +SVar:Separate:DB$ TwoPiles | Defined$ You | Separator$ You | Chooser$ Opponent | DefinedCards$ Remembered | ChosenPile$ DBHand | UnchosenPile$ DBLibraryBottom | Zone$ Library | FaceDown$ One | StackDescription$ None +SVar:DBHand:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Hand | SubAbility$ DBCleanup +SVar:DBLibraryBottom:DB$ ChangeZoneAll | ChangeType$ Card.IsRemembered | Origin$ Library | Destination$ Library | LibraryPosition$ -1 | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:Picture:https://downloads.cardforge.org/images/cards/E01/Choose Your Demise.full.jpg +Oracle:When you set this scheme in motion, look at the top four cards of your library and separate them into a face-down pile and a face-up pile. An opponent chooses one of those piles. Put the cards in that pile into your hand and the rest on the bottom of your library in any order. \ No newline at end of file