Added Memnite and Bull Cerodon.

Updated readme and runtime.
master
ubeefx 2011-01-11 19:14:24 +00:00
parent 696077ffbe
commit d881cf082c
7 changed files with 34 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -27,7 +27,7 @@ Have fun!
Release 1.7 (January 14, 2011)
===========
- 4 new cards (508 total)
- 6 new cards (510 total)
- new splash screen
- added mana info for lands in hand and on battlefield

View File

@ -5768,3 +5768,27 @@ equip={2}
power=1
toughness=1
timing=equipment
>Bull Cerodon
value=5
rarity=3
type=Creature
subtype=Beast
color=rw
converted=6
cost={4}{R}{W}
power=5
toughness=5
ability=vigilance,haste
timing=fmain
>Memnite
value=1
rarity=2
type=Artifact,Creature
subtype=Construct
converted=0
cost={0}
power=1
toughness=1
timing=main

View File

@ -53,6 +53,7 @@ Brigid, Hero of Kinsbaile
Brion Stoutarm
Brittle Effigy
Broodmate Dragon
Bull Cerodon
Burst Lightning
Butcher of Malakir
Cairn Wanderer
@ -256,6 +257,7 @@ Martial Coup
Mask of Memory
Mask of Riddles
Meglonoth
Memnite
Merfolk Seastalkers
Messenger Falcons
Midnight Banshee

View File

@ -139,6 +139,7 @@ Brigid, Hero of Kinsbaile.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?mu
Brion Stoutarm.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=140217&type=card
Brittle Effigy.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=205002&type=card
Broodmate Dragon.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=178101&type=card
Bull Cerodon.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=205321&type=card
Burst Lightning.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=177558&type=card
Butcher of Malakir.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=197125&type=card
Cairn Wanderer.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=140171&type=card
@ -344,6 +345,7 @@ Martial Coup.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=17
Mask of Memory.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=205316&type=card
Mask of Riddles.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=179584&type=card
Meglonoth.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=179886&type=card
Memnite.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=194078&type=card
Merfolk Seastalkers.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=189625&type=card
Messenger Falcons.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=189644&type=card
Midnight Banshee.jpg;http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=147431&type=card
@ -653,6 +655,7 @@ Brigid, Hero of Kinsbaile.jpg;http://magiccards.info/scans/en/lw/6.jpg
Brion Stoutarm.jpg;http://magiccards.info/scans/en/lw/246.jpg
Brittle Effigy.jpg;http://magiccards.info/scans/en/m11/202.jpg
Broodmate Dragon.jpg;http://magiccards.info/scans/en/ala/160.jpg
Bull Cerodon.jpg;http://magiccards.info/scans/en/pch/84.jpg
Burst Lightning.jpg;http://magiccards.info/scans/en/zen/119.jpg
Butcher of Malakir.jpg;http://magiccards.info/scans/en/wwk/53.jpg
Cairn Wanderer.jpg;http://magiccards.info/scans/en/lw/105.jpg
@ -858,6 +861,7 @@ Martial Coup.jpg;http://magiccards.info/scans/en/cfx/11.jpg
Mask of Memory.jpg;http://magiccards.info/scans/en/pch/119.jpg
Mask of Riddles.jpg;http://magiccards.info/scans/en/arb/25.jpg
Meglonoth.jpg;http://magiccards.info/scans/en/cfx/118.jpg
Memnite.jpg;http://magiccards.info/scans/en/som/174.jpg
Merfolk Seastalkers.jpg;http://magiccards.info/scans/en/zen/55.jpg
Messenger Falcons.jpg;http://magiccards.info/scans/en/arb/145.jpg
Midnight Banshee.jpg;http://magiccards.info/scans/en/shm/72.jpg

View File

@ -115,16 +115,16 @@ public class TestGameBuilder {
addToLibrary(opponent,"Island",10);
addToGraveyard(player,"Mogg Fanatic",2);
addToGraveyard(opponent,"Island",2);
addToHand(player,"Vivid Creek",1);
addToHand(player,"Rupture Spire",1);
addToHand(player,"Bellowing Tanglewurm",1);
addToHand(player,"Skullclamp",2);
addToHand(player,"Skullclamp",1);
addToHand(player,"Blaze",1);
addToHand(player,"Asceticism",1);
addToHand(player,"Pongify",1);
addToHand(player,"Accorder Paladin",1);
addToHand(player,"Guul Draz Vampire",1);
addToHand(player,"Flayer Husk",1);
addToHand(player,"Memnite",1);
addToHand(player,"Bull Cerodon",1);
createPermanent(game,player,"Sigiled Paladin",false,1);
createPermanent(game,player,"Hero of Bladehold",false,1);