New ability "canplayenchantmentlibrarytop" allow to play enchantments from top sets now include tokens you no longer draw conspiracy cards in the random rules file revisions commander bugs Eutropia the Twice-Favored Calculating Lich Seismic Wave Rank and File Professional Face-Breaker Realmwalker
19 lines
1.4 KiB
Plaintext
19 lines
1.4 KiB
Plaintext
include mtg.txt
|
|
name=Random Commander
|
|
unlock=prx_rnddeck
|
|
[INIT]
|
|
mode=random_commander
|
|
|
|
[PLAYERS]
|
|
auto=ability$!all(*[iscommander]|myzones) moveto(mycommandzone)!$ controller
|
|
auto=ability$!all(*[isconspiracy]|myzones) moveto(mycommandzone)!$ controller
|
|
life:40
|
|
auto=shuffle
|
|
auto=draw:7
|
|
|
|
#Commander put back rule
|
|
auto=@movedTo(*[iscommander]|mygraveyard):may name(Return to the command zone) ability$!name(Return to the command zone) name(Return to the command zone) all(*[iscommander;fresh]|mygraveyard) moveto(mycommandzone)!$ controller
|
|
auto=@movedTo(*[iscommander]|myexile):may name(Return to the command zone) ability$!name(Return to the command zone) name(Return to the command zone) all(*[iscommander;fresh]|myexile) moveto(mycommandzone)!$ controller
|
|
auto=@movedTo(*[iscommander]|mylibrary):may name(Return to the command zone) ability$!name(Return to the command zone) name(Return to the command zone) all(*[iscommander;fresh]|mylibrary) moveto(mycommandzone)!$ controller
|
|
auto=@movedTo(*[iscommander]|myhand):may name(Return to the command zone) ability$!name(Return to the command zone) name(Return to the command zone) all(*[iscommander;fresh]|myhand) moveto(mycommandzone)!$ controller
|
|
auto=@movedTo(*[iscommander]|mysideboard):may name(Return to the command zone) ability$!name(Return to the command zone) name(Return to the command zone) all(*[iscommander;fresh]|mysideboard) moveto(mycommandzone)!$ controller |