diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 2e5afacee..d74aef4ed 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -182,6 +182,7 @@ castle.txt cathodion.txt celestial_mantle.txt celestial_purge.txt +celestial_sword.txt chainbreaker.txt circle_of_protection.txt circle_of_protection_i211.txt diff --git a/projects/mtg/bin/Res/test/celestial_sword.txt b/projects/mtg/bin/Res/test/celestial_sword.txt new file mode 100644 index 000000000..9171f03e1 --- /dev/null +++ b/projects/mtg/bin/Res/test/celestial_sword.txt @@ -0,0 +1,37 @@ +#Testing Celestial Sword. It has a complex "newability" +[INIT] +FIRSTMAIN +[PLAYER1] +hand:shock +inplay:Celestial Sword,grizzly bears +manapool:{3}{R} +[PLAYER2] +life:20 +[DO] +Celestial Sword +Grizzly Bears +Shock +Grizzly Bears +next +#begin +next +#attackers +Grizzly Bears +next +#blockers +next +#damage +eot +eot +next +next +next +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Celestial Sword +graveyard:Grizzly Bears,Shock +manapool:{0} +[PLAYER2] +life:15 +[END] \ No newline at end of file