diff --git a/projects/mtg/bin/Res/rules/falseGod.txt b/projects/mtg/bin/Res/rules/falseGod.txt new file mode 100644 index 000000000..6ca52c92c --- /dev/null +++ b/projects/mtg/bin/Res/rules/falseGod.txt @@ -0,0 +1,15 @@ +include mtg.txt +name=False God +unlock=prx_karona +[INIT] +mode=mtg + +[PLAYERS] +life:28 +auto=shuffle +auto=draw:6 + +auto=@each myupkeep:auto=moverandom(*) from(opponentBattlefield) to(myBattlefield) +auto=@each myupkeep:auto=moverandom(*) from(myBattlefield) to(opponentBattlefield) + +auto=maxPlay(land)+1 diff --git a/projects/mtg/bin/Res/rules/horde.txt b/projects/mtg/bin/Res/rules/horde.txt new file mode 100644 index 000000000..bb55c66e0 --- /dev/null +++ b/projects/mtg/bin/Res/rules/horde.txt @@ -0,0 +1,13 @@ +include mtg.txt +name=Horde +unlock=prx_horde +[INIT] +mode=horde + +[PLAYERS] +life:20 +auto=shuffle +auto=draw:7 + +auto=@each my upkeep:if type(creature[manacost<=2]|mylibrary)~lessthan~1 then moverandom(creature[manacost<=4]) from(library) to(battlefield) +auto=@each my upkeep:moverandom(creature[manacost<=2]) from(library) to(battlefield) \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/morinfen.txt b/projects/mtg/bin/Res/rules/morinfen.txt new file mode 100644 index 000000000..e66018889 --- /dev/null +++ b/projects/mtg/bin/Res/rules/morinfen.txt @@ -0,0 +1,12 @@ +include mtg.txt +name=Morifen +unlock=prx_morinfen +[INIT] +mode=mtg + +[PLAYERS] +life:50 +auto=shuffle +auto=draw:7 + +auto=@each myupkeep:foreach(*|mybattlefield) life:-1 \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/paradise.txt b/projects/mtg/bin/Res/rules/paradise.txt new file mode 100644 index 000000000..2de03ab5a --- /dev/null +++ b/projects/mtg/bin/Res/rules/paradise.txt @@ -0,0 +1,20 @@ +include mtg.txt +name=Paradise +unlock=prx_paradise +[INIT] +mode=mtg + +[PLAYERS] +life:17 +auto=shuffle +auto=draw:7 + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{W} + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{U} + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{R} + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{B} + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{G} \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/random3.txt b/projects/mtg/bin/Res/rules/random3.txt new file mode 100644 index 000000000..9bc68cade --- /dev/null +++ b/projects/mtg/bin/Res/rules/random3.txt @@ -0,0 +1,9 @@ +include mtg.txt +name=Random 3 Colors +unlock=prx_rnddeck +[INIT] +mode=random3 + +[PLAYERS] +auto=shuffle +auto=draw:7 \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/random5.txt b/projects/mtg/bin/Res/rules/random5.txt new file mode 100644 index 000000000..7c38517c1 --- /dev/null +++ b/projects/mtg/bin/Res/rules/random5.txt @@ -0,0 +1,16 @@ +include mtg.txt +name=Random 5 Colors +unlock=prx_rnddeck +[INIT] +mode=random5 + +[PLAYERS] +life:20 +auto=shuffle +auto=draw:7 + +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{W} +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{U} +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{R} +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{B} +auto=lord(*[-noactivatedability;-nomanaability;-notapability;land]|MyBattlefield) {T}:Add{G} \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/setLimited.txt b/projects/mtg/bin/Res/rules/setLimited.txt new file mode 100644 index 000000000..be424d8cd --- /dev/null +++ b/projects/mtg/bin/Res/rules/setLimited.txt @@ -0,0 +1,11 @@ +include mtg.txt +name=Set Limited +unlock=prx_rnddeck +[INIT] +mode=set_limited + +[PLAYERS] +life:20 +auto=shuffle +auto=draw:7 + diff --git a/projects/mtg/bin/Res/rules/titania.txt b/projects/mtg/bin/Res/rules/titania.txt new file mode 100644 index 000000000..34dc02517 --- /dev/null +++ b/projects/mtg/bin/Res/rules/titania.txt @@ -0,0 +1,17 @@ +include mtg.txt +name=Titania +unlock=prx_titania +[INIT] +mode=mtg + +[PLAYERS] +life:15 +auto=shuffle +auto=draw:9 + +auto=maxPlay(land)+1 +#auto=@each myupkeep:auto=moverandom(*) from(myBattlefield) to #(opponentBattlefield) +#auto=@each myupkeep:auto=moverandom(*) from(opponentBattlefield) #to(myBattlefield) + +#auto=@each myupkeep:draw:1 +#auto=@each myupkeep:life:-1