Some minor changes to some game modes, by the way, can we make it easier to unlock the random modes?
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
include mtg.txt
|
|
name=Tribal Wars
|
|
unlock=prx_horde
|
|
[INIT]
|
|
mode=horde
|
|
|
|
[PLAYERS]
|
|
life:20
|
|
auto=shuffle
|
|
auto=draw:7
|
|
|
|
auto=@each my upkeep:if type(creature[manacost<=3]|mylibrary)~lessthan~1 then moverandom(creature[manacost<=4]) from(library) to(battlefield)
|
|
auto=@each my upkeep:if type(creature[manacost<=2]|mylibrary)~lessthan~1 then moverandom(creature[manacost<=3]) from(library) to(battlefield)
|
|
auto=@each my upkeep:moverandom(creature[manacost<=2]) from(library) to(battlefield) |