Readded Mephidross Vampire.

Added a few tests.
This commit is contained in:
solo81@web.de
2010-09-26 13:53:25 +00:00
parent 82ab92a61f
commit 56a6c7b6f6
7 changed files with 114 additions and 12 deletions
+18
View File
@@ -0,0 +1,18 @@
#Testing Razor Golem (keyword:AFFINITYPLAINS)
#Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Plains,Plains,Plains,Plains,Plains
hand:Razor Golem
manapool:{1}
[PLAYER2]
[DO]
Razor Golem
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Plains,Plains,Plains,Plains,Plains,Razor Golem
manapool:{0}
[PLAYER2]
[END]