mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Added Choose Your Demise.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
forge-gui/res/cardsfolder/c/choose_your_demise.txt
Normal file
11
forge-gui/res/cardsfolder/c/choose_your_demise.txt
Normal 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.
|
||||
Reference in New Issue
Block a user