diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 11f5bc766..92d003360 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -1,6 +1,5 @@ #Primitives Pack for Wagic the Homebrew. -#Please keep these card alphabetized, and try to have the "name=" line at the top of each card -[card] +#Please keep these card alphabetized, and try to have the "name=" line at the top of each card[card] name=AErathi Berserker auto=rampage(3/3,1) text=Rampage 3 (Whenever this creature becomes blocked, it gets +3/+3 until end of turn for each creature blocking it beyond the first.) @@ -53020,6 +53019,29 @@ power=4 toughness=3 [/card] [card] +name=Zombie Infestation +auto={0}:aslongas(*|myhand) token(-220579111) >1 +text=Discard two cards: Put a 2/2 black Zombie creature token onto the battlefield. +mana={G} +type=Enchantment +[/card] +[card] +name=ZombInfs First Discard +auto=moveto(mygraveyard) target(*|myhand) +auto=@movedto(this|exile):token(-220579112) +auto=moveto(exile) all(this) +id=-220579111 +type=nothing +[/card] +[card] +name=ZombInfs Second Discard +auto=moveto(mygraveyard) target(*|myhand) +auto=@movedto(this|exile):token(Zombie,creature zombie,2/2,black) +auto=moveto(exile) all(this) +id=-220579112 +type=nothing +[/card] +[card] name=Zombie Master auto=lord(zombie) swampwalk other auto=lord(zombie) {B}:regenerate other diff --git a/projects/mtg/bin/Res/test/Zombie_Infestation.txt b/projects/mtg/bin/Res/test/Zombie_Infestation.txt new file mode 100644 index 000000000..0142edd66 --- /dev/null +++ b/projects/mtg/bin/Res/test/Zombie_Infestation.txt @@ -0,0 +1,24 @@ +#Testing Zombie Infestation +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Swamp,Scathe Zombies +inplay:Zombie Infestation +[PLAYER2] +life:20 +[DO] +Zombie Infestation +choice 0 +Swamp +choice 0 +Scathe Zombies +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Zombie Infestation,* +graveyard:Swamp,Scathe Zombies +manapool:{0} +life:20 +[PLAYER2] +life:20 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 36cb3eadf..5de9fdfc5 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -456,6 +456,7 @@ windswept_heath.txt wrath_of_god.txt wrath_of_god2.txt wreak_havoc.txt +Zombie_Infestation.txt zombie_master.txt zombify.txt ########################