Added Vampire Aristocrat and Bloodthrone Vampire.

This commit is contained in:
jendave
2011-08-06 04:58:50 +00:00
parent 5a12782a28
commit b474775153
3 changed files with 22 additions and 7 deletions

View File

@@ -38,6 +38,8 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
bloodthrone_vampire.jpg http://www.wizards.com/global/images/magic/general/bloodthrone_vampire.jpg
vampire_aristocrat.jpg http://www.wizards.com/global/images/magic/general/vampire_aristocrat.jpg
tooth_of_chiss_goria.jpg http://www.wizards.com/global/images/magic/general/tooth_of_chiss_goria.jpg
scale_of_chiss_goria.jpg http://www.wizards.com/global/images/magic/general/scale_of_chiss_goria.jpg
defense_grid.jpg http://www.wizards.com/global/images/magic/general/defense_grid.jpg

View File

@@ -1,3 +1,15 @@
Vampire Aristocrat
2 B
Creature Vampire Rogue
no text
2/2
Bloodthrone Vampire
1 B
Creature Vampire
no text
1/1
Lighthouse Chronologist
1 U
Creature Human Wizard

View File

@@ -12999,7 +12999,8 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
//*************** START *********** START **************************
else if(cardName.equals("Nantuko Husk") || cardName.equals("Phyrexian Ghoul")) {
else if (cardName.equals("Nantuko Husk") || cardName.equals("Phyrexian Ghoul") ||
cardName.equals("Vampire Aristocrat") || cardName.equals("Bloodthrone Vampire")) {
final SpellAbility a2 = new Ability(card, "0") {
final Command eot1 = new Command() {