- Added Choose Your Demise.

This commit is contained in:
Agetian
2017-08-04 15:57:05 +00:00
parent eaae999878
commit 60c20cc628
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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