diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 50972c6ec..1e1bf173c 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -60,12 +60,14 @@ goblin_balloon_brigade.txt goblin_balloon_brigade2.txt goblin_king.txt gravedigger.txt +hannas_custody.txt hymn_of_rebirth.txt icatian_priest.txt keldon_warlord.txt kird_ape.txt kudzu.txt kudzu2.txt +lhurgoyf.txt lifeforce.txt living_lands.txt lord_of_the_pit.txt diff --git a/projects/mtg/bin/Res/test/hannas_custody.txt b/projects/mtg/bin/Res/test/hannas_custody.txt new file mode 100644 index 000000000..222f963bd --- /dev/null +++ b/projects/mtg/bin/Res/test/hannas_custody.txt @@ -0,0 +1,27 @@ +#enchantment: All artifacts have shroud. +#bug: all artifacts go to graveyard +[INIT] +FIRSTMAIN +[PLAYER1] +hand:hanna's custody,disenchant +inplay:the rack,swamp,plains +manapool:{2}{W} +[PLAYER2] +inplay:black vise,bad moon +[DO] +hanna's custody +swamp +plains +disenchant +black vise +bad moon +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:the rack,swamp,plains,hanna's custody +graveyard:disenchant +manapool:{0} +[PLAYER2] +graveyard:bad moon +inplay:black vise +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/lhurgoyf.txt b/projects/mtg/bin/Res/test/lhurgoyf.txt new file mode 100644 index 000000000..926867f2d --- /dev/null +++ b/projects/mtg/bin/Res/test/lhurgoyf.txt @@ -0,0 +1,26 @@ +#Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1. +#bug: power and toughness always 0/1 +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:lhurgoyf +graveyard:grizzly bears +[PLAYER2] +graveyard:air elemental +[DO] +lhurgoyf +next +#blockers +next +#combatdamage +next +#endofcombat +[ASSERT] +COMBATEND +[PLAYER1] +inplay:lhurgoyf +graveyard:grizzly bears +[PLAYER2] +graveyard:air elemental +life:18 +[END] \ No newline at end of file