1c6b0bdfd5
Rules for several new game modes and rules horde, get a random tribe and summon a creature from your deck each turn paradise, lands tap for all mana false god, exchange permanents at upkeep morinfen, lose 1 life for every permanent you control at upkeep, starts at 50 life
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
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) |