From cf5491a08e744768c2c00eac0da04decdf2663ad Mon Sep 17 00:00:00 2001 From: "leungclj@googlemail.com" Date: Mon, 12 Jul 2010 08:01:13 +0000 Subject: [PATCH] leungclj - "fixed" Tolsimir Wolfblood by giving the token milticolour manacost. Test included. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 11 ++++++- projects/mtg/bin/Res/test/_tests.txt | 1 + .../mtg/bin/Res/test/tolsimir_wolfblood.txt | 29 +++++++++++++++++++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 projects/mtg/bin/Res/test/tolsimir_wolfblood.txt diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 9aec10fcd..41eb743a5 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -47216,7 +47216,7 @@ toughness=7 name=Tolsimir Wolfblood auto=lord(creature[green]|myBattlefield) 1/1 other auto=lord(creature[white]|myBattlefield) 1/1 other -auto={T}:token(Voja,creature wolf, 2/2,green white legendary) +auto={T}:token(-89110) text=Other green creatures you control get +1/+1. -- Other white creatures you control get +1/+1. -- {T}: Put a legendary 2/2 green and white Wolf creature token named Voja onto the battlefield. mana={4}{G}{W} type=Legendary Creature @@ -47225,6 +47225,15 @@ power=3 toughness=4 [/card] [card] +name=Voja +id=-89110 +mana={G}{W} +type=Legendary Creature +subtype=Wolf +power=2 +toughness=2 +[/card] +[card] name=Tomb of Urami auto={T}:add{B} && aslongas(ogre|myBattlefield) damage:1 controller <1 auto={2}{B}{B}{T}:moveTo(mygraveyard) all(land|myBattlefield) && token(-74492) diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index b10c17605..28fd1f977 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -434,6 +434,7 @@ threaten.txt throne_of_bone.txt thunder-thrash_elder.txt titanic_ultimatum.txt +tolsimir_wolfblood.txt torture.txt tranquil_domain.txt twitch.txt diff --git a/projects/mtg/bin/Res/test/tolsimir_wolfblood.txt b/projects/mtg/bin/Res/test/tolsimir_wolfblood.txt new file mode 100644 index 000000000..e8891fc10 --- /dev/null +++ b/projects/mtg/bin/Res/test/tolsimir_wolfblood.txt @@ -0,0 +1,29 @@ +#testing ledgendary token + multicolour via manacost. +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Tolsimir Wolfblood +[PLAYER2] +[DO] +Tolsimir Wolfblood +eot +eot +next +next +next +next +next +Voja +next +next +next +Tolsimir Wolfblood +next +next +[ASSERT] +endofturn +[PLAYER1] +inplay:Tolsimir Wolfblood +[PLAYER2] +life:16 +[END] \ No newline at end of file