Added 23 cards based on rev2185. (Card list ---> first comment)

Added tests for manacost changers and TRANSFORM.
This commit is contained in:
solo81@web.de
2010-08-17 23:22:00 +00:00
parent 251684136c
commit 704a3018fa
8 changed files with 364 additions and 198 deletions
@@ -0,0 +1,22 @@
#Testing Alabaster Leech
#Does the costreduction effect vanish when Alabaster Leech leaves he battlefield?
#Does "RESETCOST" work?
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Alabaster Leech
hand:Savannah Lions,Lightning Bolt
manapool:{W}{W}{R}
[PLAYER2]
[DO]
Lightning Bolt
Alabaster Leech
Savannah Lions
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Savannah Lions
graveyard:Alabaster Leech,Lightning Bolt
manapool:{W}
[PLAYER2]
[END]