diff --git a/projects/mtg/bin/Res/sets/POR/_cards.dat b/projects/mtg/bin/Res/sets/POR/_cards.dat index dc02c6757..2723353c7 100644 --- a/projects/mtg/bin/Res/sets/POR/_cards.dat +++ b/projects/mtg/bin/Res/sets/POR/_cards.dat @@ -475,7 +475,7 @@ abilities=flying text=Fire Tempest deals 6 damage to each creature and each player. id=4339 name=Fire Tempest -auto=damage:6 all (creature,player) +auto=damage:6 all(creature,player) rarity=R mana={5}{R}{R} type=Sorcery diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e0c51e12a..da03d933e 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -149,6 +149,7 @@ farmstead.txt fastbond.txt fastbond2.txt fault_line.txt +fire_tempest.txt fists_of_ironwood.txt flagstones.txt flare.txt diff --git a/projects/mtg/bin/Res/test/fire_tempest.txt b/projects/mtg/bin/Res/test/fire_tempest.txt new file mode 100644 index 000000000..54e1cf1b7 --- /dev/null +++ b/projects/mtg/bin/Res/test/fire_tempest.txt @@ -0,0 +1,19 @@ +#Testing Fire Tempest +[INIT] +FIRSTMAIN +[PLAYER1] +hand:4339 +manapool:{5}{R}{R} +life:20 +[PLAYER2] +life:20 +[DO] +4339 +[ASSERT] +FIRSTMAIN +[PLAYER1] +life:14 +graveyard:4339 +[PLAYER2] +life:14 +[END]