- Added 181 new cards.

The BIG CARD SAFARI 2011 is over: After 4 months of intensive testing, i can proudly present you this huge card package. All these cards are working 100%. 
Card list --> First comment.

- Added 20 tests to save the cards whose code is not covered by already existing tests.

- Added Magic2012 (M12) with 75 completely new cards.
This commit is contained in:
solo81@web.de
2011-07-10 21:36:15 +00:00
parent 3148a25f3a
commit 706c8c8883
29 changed files with 4821 additions and 1314 deletions
@@ -0,0 +1,21 @@
#Testing Haunting Echoes.
#Haunting Echoes' rules text: "Exile all cards from target player's graveyard other than basic land cards. For each card exiled this way, search that player's library for all cards with the same name as that card and exile them. Then that player shuffles his or her library."
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Haunting Echoes
manapool:{3}{B}{B}
[PLAYER2]
graveyard:White Knight,Glorious Anthem
library:White Knight,Glorious Anthem,Grizzly Bears
[DO]
Haunting Echoes
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Haunting Echoes
manapool:{0}
[PLAYER2]
library:Grizzly Bears
exile:White Knight,Glorious Anthem,White Knight,Glorious Anthem
[END]