From 68823286a365449899cc0ea5c79e729cdded9488 Mon Sep 17 00:00:00 2001 From: Eduardo MG Date: Wed, 26 Oct 2022 15:56:45 -0500 Subject: [PATCH] Random Commander rule file --- .../mtg/bin/Res/rules/randomCommander.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 projects/mtg/bin/Res/rules/randomCommander.txt diff --git a/projects/mtg/bin/Res/rules/randomCommander.txt b/projects/mtg/bin/Res/rules/randomCommander.txt new file mode 100644 index 000000000..3e138f279 --- /dev/null +++ b/projects/mtg/bin/Res/rules/randomCommander.txt @@ -0,0 +1,19 @@ +include mtg.txt +name=Random Commander +unlock=prx_rnddeck +[INIT] +mode=random_commander + +[PLAYERS] + +auto=ability$!all(*[iscommander]|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) target(*[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) target(*[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) target(*[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) target(*[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) target(*[iscommander;fresh]|mysideboard) moveto(mycommandzone)!$ controller \ No newline at end of file