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.
31 lines
615 B
Plaintext
31 lines
615 B
Plaintext
#Testing Power Armor. Target is a Grizzly Bears. it should get +4/+4.
|
|
#Power Armor's rules text: "Domain - {3}, {T}: Target creature gets +1/+1 until end of turn for each basic land type among lands you control."
|
|
[INIT]
|
|
COMBATBEGINS
|
|
[PLAYER1]
|
|
inplay:Power Armor,Grizzly Bears,Tundra,Bayou,Swamp
|
|
manapool:{3}
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
Power Armor
|
|
Grizzly Bears
|
|
next
|
|
#combatattackers
|
|
Grizzly Bears
|
|
next
|
|
#blockers
|
|
next
|
|
#combatdamage 2
|
|
next
|
|
#endofcombat 2
|
|
next
|
|
#secondmain
|
|
[ASSERT]
|
|
SECONDMAIN
|
|
[PLAYER1]
|
|
inplay:Power Armor,Grizzly Bears,Tundra,Bayou,Swamp
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
life:14
|
|
[END] |