Laurent - Added Shuffle still require testing.
Wanted to add a bunch of cards that use "shuffle" as a keyword.. after the remedy from Herr Doktor in R1050 and the removal of oblation from ONS it gave me the idea that this could be implemented... I wanted to add some cards like darksteel collosus (M10) with something like auto=@movedto(this|graveyard) from(battlefield):moveto(mylibrary) && shuffle well the above does not work ... Anyway... i'm not sure the shuffle keyword is working... I don't really have a way to test it. Also if some willing soul could have a quick look would be great.. some cards could be added like Boggart Forager (LRW), Oblation (ONS)...
This commit is contained in:
@@ -543,6 +543,16 @@ mana={W}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text=Each player shuffles his or her graveyard into his or her library.
|
||||
id=88963
|
||||
name=Mnemonic Nexus
|
||||
auto=moveto(opponentlibrary) all(*|opponentgraveyard) && shuffle opponent
|
||||
auto=moveto(mylibrary) all(*|mygraveyard) && shuffle controller
|
||||
rarity=U
|
||||
type=Instant
|
||||
mana={3}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying. At the beginning of your upkeep, you lose 1 life.
|
||||
auto=@each my upkeep:life:-1
|
||||
id=83631
|
||||
|
||||
Reference in New Issue
Block a user