Added Zombie Infestation.
Added a test for Zombie Infestation. Thanks to moxen & Zethfox!
This commit is contained in:
@@ -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
|
||||
|
||||
24
projects/mtg/bin/Res/test/Zombie_Infestation.txt
Normal file
24
projects/mtg/bin/Res/test/Zombie_Infestation.txt
Normal file
@@ -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]
|
||||
@@ -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
|
||||
########################
|
||||
|
||||
Reference in New Issue
Block a user