diff --git a/projects/mtg/bin/Res/rules/Blitzkrieg.txt b/projects/mtg/bin/Res/rules/Blitzkrieg.txt new file mode 100644 index 000000000..06ddbde78 --- /dev/null +++ b/projects/mtg/bin/Res/rules/Blitzkrieg.txt @@ -0,0 +1,22 @@ +include mtg.txt +name=Blitzkrieg +unlock=prx_geirkztilb +[INIT] +mode=mtg + +auto=shuffle +auto=draw:8 + +auto=sethand:7 +auto=@each my draw:if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 && if type(*|myhand)~lessthan~8 then draw:1 + +auto=@movedTo(land|myBattlefield) from(myhand):draw:1 controller +auto=maxPlay(land)1000 + + +#Lands Mana Rules +auto=lord(Plains|MyBattlefield) {T}:Add{W} +auto=lord(Island|MyBattlefield) {T}:Add{U} +auto=lord(Swamp|MyBattlefield) {T}:Add{B} +auto=lord(Mountain|MyBattlefield) {T}:Add{R} +auto=lord(Forest|MyBattlefield) {T}:Add{G} \ No newline at end of file diff --git a/projects/mtg/bin/Res/rules/awards.dat b/projects/mtg/bin/Res/rules/awards.dat index e04ef56de..9fbb4bd86 100644 --- a/projects/mtg/bin/Res/rules/awards.dat +++ b/projects/mtg/bin/Res/rules/awards.dat @@ -22,4 +22,13 @@ unlock_text=Stone Hewer Basic Unlocked teaser=Love Equipment and want a real challenge? Unlock Stone Hewer Basic:) trophyroom_text=Won with more than 10 equipments. unlock_condition=type(equipment|Battlefield)~morethan~10 +[/award] + +[award] +name=Blitzkrieg Mode +id=prx_geirkztilb +unlock_text=Blitzkrieg Mode Unlocked +teaser=Like to play fast? Unlock Blitzkrieg Mode :) +trophyroom_text=Won with more than 18 lands. +unlock_condition=type(land|myBattlefield)~morethan~18 [/award] \ No newline at end of file