- Adding Fog
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-29 12:54:00 +00:00
parent 2763acf9a9
commit 1d38a4794d
4 changed files with 44 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ fledgling_imp.txt
fledgling_imp2.txt
flowstone_hellion.txt
flowstone_slide.txt
fog.txt
foratog.txt
force_of_nature.txt
force_of_nature2.txt

View File

@@ -0,0 +1,34 @@
#Test:prevent all combat damage
[INIT]
FIRSTMAIN
[PLAYER1]
hand:fog
inplay:prodigal sorcerer,raging goblin
manapool:{G}
[PLAYER2]
inplay:grizzly bears
[DO]
fog
prodigal sorcerer
p2
next
#begin
next
#attackers
raging goblin
next
#blockers
grizzly bears
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:fog
inplay:prodigal sorcerer,raging goblin
[PLAYER2]
inplay:grizzly bears
life:19
[END]