mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- C15: Add Synthetic Destiny
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -14564,6 +14564,7 @@ forge-gui/res/cardsfolder/s/syndicate_enforcer.txt -text
|
||||
forge-gui/res/cardsfolder/s/synod_artificer.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/s/synod_centurion.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/s/synod_sanctum.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/s/synthetic_destiny.txt -text
|
||||
forge-gui/res/cardsfolder/s/syphon_flesh.txt -text
|
||||
forge-gui/res/cardsfolder/s/syphon_life.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/s/syphon_mind.txt -text
|
||||
|
||||
12
forge-gui/res/cardsfolder/s/synthetic_destiny.txt
Normal file
12
forge-gui/res/cardsfolder/s/synthetic_destiny.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Synthetic Destiny
|
||||
ManaCost:4 U U
|
||||
Types:Instant
|
||||
A:SP$ ChangeZoneAll | Cost$ 4 U U | ChangeType$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBDestiny | SpellDescription$ Exile all creatures you control. At the beginning of the next end step, reveal cards from the top of your library until you reveal that many creature cards, put all creature cards revealed this way onto the battlefield, then shuffle the rest of the revealed cards into your library.
|
||||
SVar:DBDestiny:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ DBMassReveal | RememberObjects$ Remembered | TriggerDescription$ At the beginning of the next end step, reveal cards from the top of your library until you reveal that many creature cards, put all creature cards revealed this way onto the battlefield, then shuffle the rest of the revealed cards into your library. | StackDescription$ None
|
||||
SVar:DBMassReveal:DB$ DigUntil | Amount$ MassX | References$ MassX | Valid$ Creature.YouOwn | ValidDescription$ creature | RevealedDestination$ Library | RevealedLibraryPosition$ 0 | FoundDestination$ Battlefield | SubAbility$ DBMassCleanup | Shuffle$ True
|
||||
SVar:DBMassCleanup:DB$ Cleanup | ClearRemembered$ True | SubAbility$ DBMassShuffle
|
||||
SVar:DBMassShuffle:DB$ Shuffle
|
||||
SVar:MassX:Remembered$Amount
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/synthetic_destiny.jpg
|
||||
Oracle:Exile all creatures you control. At the beginning of the next end step, reveal cards from the top of your library until you reveal that many creature cards, put all creature cards revealed this way onto the battlefield, then shuffle the rest of the revealed cards into your library.
|
||||
Reference in New Issue
Block a user