diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index cdfab77e5..69f93c61c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -411,8 +411,10 @@ pyroclasm.txt quilled_sliver.txt rain_of_filth_i206.txt rain_of_filth_i283.txt -rakdos_pit_dragon_WITH_hellbent.txt -rakdos_pit_dragon_WITHOUT_hellbent.txt +rakdos_pit_dragon_1.txt +rakdos_pit_dragon_2.txt +rakdos_pit_dragon_3.txt +rakdos_pit_dragon_4.txt rampant_growth.txt rancor.txt ray_of_command.txt diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_1.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_1.txt new file mode 100644 index 000000000..f479ebbaf --- /dev/null +++ b/projects/mtg/bin/Res/test/rakdos_pit_dragon_1.txt @@ -0,0 +1,26 @@ +#Testing Rakdos Pit Dragon WITH Hellbent. +#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. +# +# Rakdos Pit Dragon should deal damamge twice for 3 points each since player has no cards in hand +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:rakdos pit dragon +[PLAYER2] +life:20 +[DO] +rakdos pit dragon +next +#blockers +next +#damage +next +#combatend +next +[ASSERT] +COMBATEND +[PLAYER1] +inplay:rakdos pit dragon +[PLAYER2] +life:14 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_2.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_2.txt new file mode 100644 index 000000000..f8256a32c --- /dev/null +++ b/projects/mtg/bin/Res/test/rakdos_pit_dragon_2.txt @@ -0,0 +1,27 @@ +#Testing Rakdos Pit Dragon WITH Hellbent. +#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. +# +# Rakdos Pit Dragon should deal damamge twice for 3 points each since player has no cards in hand +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:rakdos pit dragon +graveyard:black knight +[PLAYER2] +life:20 +[DO] +rakdos pit dragon +next +#blockers +next +#damage +next +#combatend +[ASSERT] +COMBATEND +[PLAYER1] +inplay:rakdos pit dragon +graveyard:black knight +[PLAYER2] +life:14 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_3.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_3.txt new file mode 100644 index 000000000..674be8d62 --- /dev/null +++ b/projects/mtg/bin/Res/test/rakdos_pit_dragon_3.txt @@ -0,0 +1,29 @@ +#Testing Rakdos Pit Dragon WITHOUT Hellbent. +#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. +# +# Rakdos Pit Dragon should only deal damamge once for 3 points +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:rakdos pit dragon +hand:white knight +graveyard: black knight +[PLAYER2] +life:20 +[DO] +rakdos pit dragon +next +#blockers +next +#damage +next +#combatend +[ASSERT] +COMBATEND +[PLAYER1] +inplay:rakdos pit dragon +hand:white knight +graveyard: black knight +[PLAYER2] +life:17 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/rakdos_pit_dragon_4.txt b/projects/mtg/bin/Res/test/rakdos_pit_dragon_4.txt new file mode 100644 index 000000000..86daeb17f --- /dev/null +++ b/projects/mtg/bin/Res/test/rakdos_pit_dragon_4.txt @@ -0,0 +1,27 @@ +#Testing Rakdos Pit Dragon WITHOUT Hellbent. +#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand. +# +# Rakdos Pit Dragon should only deal damage once since player1 has a card in hand +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:rakdos pit dragon +hand:white knight +[PLAYER2] +life:20 +[DO] +rakdos pit dragon +next +#blockers +next +#damage +next +#combatend +[ASSERT] +COMBATEND +[PLAYER1] +inplay:rakdos pit dragon +hand:white knight +[PLAYER2] +life:17 +[END] \ No newline at end of file