- 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:
@@ -0,0 +1,38 @@
|
||||
#Testing Berserk. Target is a Grizzly Bears.
|
||||
#TEST 1:
|
||||
#Grizzly Bears attacks. Opponent should get 10 damage.
|
||||
#Grizzly Bears should die at end of turn.
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
hand:Berserk,Giant Growth
|
||||
inplay:Grizzly Bears
|
||||
manapool:{G}{G}
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Giant Growth
|
||||
Grizzly Bears
|
||||
Berserk
|
||||
Grizzly Bears
|
||||
Grizzly Bears
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#combatdamage 2
|
||||
next
|
||||
#endofcombat 2
|
||||
next
|
||||
#secondmain
|
||||
next
|
||||
#endofturn
|
||||
next
|
||||
#cleanup
|
||||
[ASSERT]
|
||||
CLEANUP
|
||||
[PLAYER1]
|
||||
graveyard:Giant Growth,Berserk,Grizzly Bears
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
life:10
|
||||
[END]
|
||||
Reference in New Issue
Block a user