added Blitzkrieg gamemode created by tacoghandi. for those that like playing at top speed :)

This commit is contained in:
omegablast2002@yahoo.com
2013-06-19 02:03:34 +00:00
parent 45711bb504
commit 1851f3c7a6
2 changed files with 31 additions and 0 deletions

View File

@@ -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}

View File

@@ -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]