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.
37 lines
647 B
Plaintext
37 lines
647 B
Plaintext
#Testing Miraculous Recovery. Target is a Grizzly Bears.
|
|
#Miraculous Recovery`s rules text:
|
|
#"Return target creature card from your graveyard to the battlefield with a +1/+1 counter on it."
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Miraculous Recovery
|
|
inplay:Fervor
|
|
graveyard:Grizzly Bears
|
|
manapool:{4}{W}
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
Miraculous Recovery
|
|
Grizzly Bears
|
|
next
|
|
#combatbegins
|
|
next
|
|
#combatattackers
|
|
Grizzly Bears
|
|
next
|
|
#combatblockers
|
|
next
|
|
#combatdamage 2
|
|
next
|
|
#endofcombat 2
|
|
next
|
|
#secondmain
|
|
[ASSERT]
|
|
SECONDMAIN
|
|
[PLAYER1]
|
|
graveyard:Miraculous Recovery
|
|
inplay:Fervor,Grizzly Bears
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:17
|
|
[END] |