diff --git a/projects/mtg/bin/Res/sets/CHK/todo.dat b/projects/mtg/bin/Res/sets/CHK/todo.dat index fd74d8e18..101273330 100644 --- a/projects/mtg/bin/Res/sets/CHK/todo.dat +++ b/projects/mtg/bin/Res/sets/CHK/todo.dat @@ -1899,7 +1899,7 @@ name=Swallowing Plague mana={X}{B}{B} type=Sorcery subtype=Arcane -Swallowing Plague deals X damage to target creature and you gain X life. +text=Swallowing Plague deals X damage to target creature and you gain X life. rarity=U [/card] diff --git a/projects/mtg/bin/Res/sets/EVE/_cards.dat b/projects/mtg/bin/Res/sets/EVE/_cards.dat index a5238098d..825a00d01 100644 --- a/projects/mtg/bin/Res/sets/EVE/_cards.dat +++ b/projects/mtg/bin/Res/sets/EVE/_cards.dat @@ -827,6 +827,19 @@ type=Instant mana={WB}{WB}{WB} [/card] [card] +text=Gain control of target creature until end of turn. Untap that creature. It gets +X/+0 and gains haste until end of turn. +id=157202 +alias=129767 +target=creature +auto=haste +auto=untap +auto=X/0 +name=Unwilling Recruit +rarity=U +type=Sorcery +mana={X}{R}{R}{R} +[/card] +[card] text=Lifelink Voracious Hatchling comes into play with four -1/-1 counters on it. Whenever you play a white spell, remove a -1/-1 counter from Voracious Hatchling. Whenever you play a black spell, remove a -1/-1 counter from Voracious Hatchling. abilities=lifelink auto=@movedTo(*[white]|mystack):counter(-1/-1,-1) @@ -864,4 +877,4 @@ mana={GU}{GU}{GU} power=2 subtype=Merfolk Wizard toughness=2 -[/card] +[/card] \ No newline at end of file diff --git a/projects/mtg/bin/Res/sets/EVE/todo.dat b/projects/mtg/bin/Res/sets/EVE/todo.dat index 36c0b11d0..87a428b09 100644 --- a/projects/mtg/bin/Res/sets/EVE/todo.dat +++ b/projects/mtg/bin/Res/sets/EVE/todo.dat @@ -1072,16 +1072,7 @@ rarity=U type=Instant mana={2}{UR} [/card] -[card] -text=Gain control of target creature until end of turn. Untap that creature. It gets +X/+0 and gains haste until end of turn. -target=creature -auto=:haste -id=157202 -name=Unwilling Recruit -rarity=U -type=Sorcery -mana={X}{R}{R}{R} -[/card] + [card] text=Whenever a permanent you control becomes untapped, Wake Thrasher gets +1/+1 until end of turn. diff --git a/projects/mtg/bin/Res/sets/GPT/todo.dat b/projects/mtg/bin/Res/sets/GPT/todo.dat index a73ae3130..0952ca3bd 100644 --- a/projects/mtg/bin/Res/sets/GPT/todo.dat +++ b/projects/mtg/bin/Res/sets/GPT/todo.dat @@ -519,7 +519,7 @@ id=83630 name=Invoke the Firemind mana={X}{U}{U}{R} type=Sorcery -text=Choose one  EDraw X cards; or Invoke the Firemind deals X damage to target creature or player. +text=Choose one - Draw X cards; or Invoke the Firemind deals X damage to target creature or player. rarity=R [/card] [card] diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index b86f3d2a0..dfb5aba44 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -217,6 +217,7 @@ terror.txt terror2.txt titanic_ultimatum.txt tranquil_domain.txt +unwilling_recruit.txt volcanic_island.txt unstable_mutation.txt wall_of_diffusion.txt diff --git a/projects/mtg/bin/Res/test/unwilling_recruit.txt b/projects/mtg/bin/Res/test/unwilling_recruit.txt new file mode 100644 index 000000000..44af4b9be --- /dev/null +++ b/projects/mtg/bin/Res/test/unwilling_recruit.txt @@ -0,0 +1,44 @@ +#Unwilling Recruit, same as act of treason with +X/+0 from mana +[INIT] +COMBATATTACKERS +[PLAYER1] +inplay:grizzly bears +[PLAYER2] +hand:Unwilling Recruit +inplay:129652,129649,129651,plains,swamp +[DO] +grizzly bears +eot +next +#upkeep +next +#draw +next +#firstmain +129652 +129649 +129651 +plains +swamp +Unwilling Recruit +grizzly bears +next +#begin +next +#attackers +grizzly bears +next +#blockers +next +#damage +next +#end combat +[ASSERT] +COMBATEND +[PLAYER1] +life:16 +[PLAYER2] +inplay:129652,129649,129651,plains,swamp,grizzly bears +graveyard:Unwilling Recruit +life:18 +[END] \ No newline at end of file