diff --git a/projects/mtg/bin/Res/sets/INV/_cards.dat b/projects/mtg/bin/Res/sets/INV/_cards.dat index 3b85557ca..a82364784 100644 --- a/projects/mtg/bin/Res/sets/INV/_cards.dat +++ b/projects/mtg/bin/Res/sets/INV/_cards.dat @@ -78,6 +78,20 @@ rarity=U type=Land [/card] [card] +text=Kicker {2} (You may pay an additional {2} as you play this spell.) Vigilance If the kicker cost was paid, Ardent Soldier comes into play with a +1/+1 counter on it. +id=22931 +name=Ardent Soldier +rarity=C +type=Creature +mana={1}{W} +kicker={2} +auto=Vigilance +auto=kicker counter{1/1,1} +power=1 +subtype=Human Soldier +toughness=2 +[/card] +[card] text=Enchant creature Enchanted creature gets +2/+2 and has trample. Whenever enchanted creature deals damage, you gain that much life. target=creature auto=2/2 diff --git a/projects/mtg/bin/Res/sets/INV/todo.dat b/projects/mtg/bin/Res/sets/INV/todo.dat index 0897d364c..d4b07c504 100644 --- a/projects/mtg/bin/Res/sets/INV/todo.dat +++ b/projects/mtg/bin/Res/sets/INV/todo.dat @@ -66,17 +66,7 @@ power=2 subtype=Leech toughness=2 [/card] -[card] -text=Kicker {2} (You may pay an additional {2} as you play this spell.) Vigilance If the kicker cost was paid, Ardent Soldier comes into play with a +1/+1 counter on it. -id=22931 -name=Ardent Soldier -rarity=C -type=Creature -mana={1}{W} -power=1 -subtype=Human Soldier -toughness=2 -[/card] + [card] text=Assault deals 2 damage to target creature or player. // Put a 3/3 green Elephant creature token into play. diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 0902b7092..d417e0d11 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -40,6 +40,7 @@ ankh_of_mishra.txt arcanis_the_omnipotent.txt arcanis_the_omnipotent2.txt ardakar_wastes.txt +ardent_soldier.txt argothian_enchantress.txt armadillo_cloak.txt ascendant_evincar.txt diff --git a/projects/mtg/bin/Res/test/ardent_soldier.txt b/projects/mtg/bin/Res/test/ardent_soldier.txt new file mode 100644 index 000000000..ba3c0c652 --- /dev/null +++ b/projects/mtg/bin/Res/test/ardent_soldier.txt @@ -0,0 +1,34 @@ +#Testing Kicker with counter +#BUG: kicker + counter = increase toughness, no change in power +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Ardent Soldier,shock +inplay:mountain +manapool:{1}{W}{2} +[PLAYER2] +[DO] +Ardent Soldier +eot +eot +next +next +next +next +next +Ardent Soldier +next +next +next +next +mountain +shock +Ardent Soldier +[ASSERT] +SECONDMAIN +[PLAYER1] +inplay:Ardent Soldier,mountain +graveyard:shock +[PLAYER2] +life:18 +[END] \ No newline at end of file