diff --git a/projects/mtg/bin/Res/test/formidable.txt b/projects/mtg/bin/Res/test/formidable.txt new file mode 100644 index 000000000..0566d7d46 --- /dev/null +++ b/projects/mtg/bin/Res/test/formidable.txt @@ -0,0 +1,33 @@ +#Testing Atarka Beastbreaker,Stampeding Elk Herd -- Formidable +#Atarka Beastbreaker will become 6/6, and then attacks along with Stampeding Elk Herd, trample effect will trigger +#then p2 will block with Steel Wall, p2 must have 13 life... +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:Atarka Beastbreaker,Krosan Tusker,Stampeding Elk Herd +manapool:{4}{G} +[PLAYER2] +inplay:Steel Wall +life:20 +[DO] +Atarka Beastbreaker +choice 1 +Atarka Beastbreaker +Stampeding Elk Herd +next +Steel Wall +#blockers +next +#combatdamage 2 +next +next +#endofcombat 2 +[ASSERT] +COMBATEND +[PLAYER1] +inplay:Atarka Beastbreaker,Krosan Tusker,Stampeding Elk Herd +manapool:{0} +[PLAYER2] +graveyard:Steel Wall +life:13 +[END] \ No newline at end of file