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.
29 lines
523 B
Plaintext
29 lines
523 B
Plaintext
#Testing Accelerated Mutation. Target is a Grizzly Bears.
|
|
#It should get +4/+4 because of Giant Mantis on your battlefield.
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
hand:Accelerated Mutation
|
|
inplay:Grizzly Bears,Giant Mantis
|
|
manapool:{3}{G}{G}
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
Accelerated Mutation
|
|
Grizzly Bears
|
|
Grizzly Bears
|
|
next
|
|
#blockers
|
|
next
|
|
#combatdamage 2
|
|
next
|
|
#endofcombat 2
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:Grizzly Bears,Giant Mantis
|
|
graveyard:Accelerated Mutation
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:14
|
|
[END] |