diff --git a/projects/mtg/bin/Res/sets/RV/_cards.dat b/projects/mtg/bin/Res/sets/RV/_cards.dat index e9a3bc5ac..4c16ae3ba 100644 --- a/projects/mtg/bin/Res/sets/RV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RV/_cards.dat @@ -818,6 +818,15 @@ mana={4} type=Artifact [/card] [card] +text=Prevent all combat damage that would be dealt this turn. +auto=preventAllcombatDamage ueot +id=1244 +name=Fog +rarity=C +type=Instant +mana={G} +[/card] +[card] text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}. id=1245 name=Force of Nature diff --git a/projects/mtg/bin/Res/sets/RV/todo.dat b/projects/mtg/bin/Res/sets/RV/todo.dat index ad171160e..ba53865b3 100644 --- a/projects/mtg/bin/Res/sets/RV/todo.dat +++ b/projects/mtg/bin/Res/sets/RV/todo.dat @@ -113,15 +113,6 @@ mana={B} subtype=Aura [/card] [card] -text=Prevent all combat damage that would be dealt this turn. -id=1244 -name=Fog -rarity=C -color=Green -type=Instant -mana={G} -[/card] -[card] text=Copy target instant or sorcery spell, except that it copies Fork's color. You may choose new targets for the copy. id=1294 name=Fork diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index da03d933e..05ad1b4e7 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -157,6 +157,7 @@ fledgling_imp.txt fledgling_imp2.txt flowstone_hellion.txt flowstone_slide.txt +fog.txt foratog.txt force_of_nature.txt force_of_nature2.txt diff --git a/projects/mtg/bin/Res/test/fog.txt b/projects/mtg/bin/Res/test/fog.txt new file mode 100644 index 000000000..16da9669e --- /dev/null +++ b/projects/mtg/bin/Res/test/fog.txt @@ -0,0 +1,34 @@ +#Test:prevent all combat damage +[INIT] +FIRSTMAIN +[PLAYER1] +hand:fog +inplay:prodigal sorcerer,raging goblin +manapool:{G} +[PLAYER2] +inplay:grizzly bears +[DO] +fog +prodigal sorcerer +p2 +next +#begin +next +#attackers +raging goblin +next +#blockers +grizzly bears +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +graveyard:fog +inplay:prodigal sorcerer,raging goblin +[PLAYER2] +inplay:grizzly bears +life:19 +[END] \ No newline at end of file