New game modes
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
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user