From 84185a7c7809cfe35b8a8d5ec11b0e7cbe7b7d38 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Fri, 28 Nov 2014 13:35:13 +0800 Subject: [PATCH] Added specific life cost test for griselbrand. Pls read note. --- projects/mtg/bin/Res/test/griselbrand.txt | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/mtg/bin/Res/test/griselbrand.txt diff --git a/projects/mtg/bin/Res/test/griselbrand.txt b/projects/mtg/bin/Res/test/griselbrand.txt new file mode 100644 index 000000000..eac9575bd --- /dev/null +++ b/projects/mtg/bin/Res/test/griselbrand.txt @@ -0,0 +1,24 @@ +#Testing Griselbrand with the new specific life cost {L:7} +#Player has 8 life and you cannot use the ability the second time if you cannot pay life. +#Must change griselbrand code to {L:7}:draw:7 instead of {L}{L}{L}{L}{L}{L}{L}:draw:7 +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Griselbrand +life:8 +library:forest,forest,forest,forest,forest,forest,forest,plains,mountain,mountain,mountain,mountain,mountain,mountain,island +[PLAYER2] +life:20 +[DO] +Griselbrand +Griselbrand +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:Griselbrand +life:1 +hand:mountain,mountain,mountain,mountain,mountain,mountain,island +library:forest,forest,forest,forest,forest,forest,forest,plains +[PLAYER2] +life:20 +[END]