mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Added Vampire Aristocrat and Bloodthrone Vampire.
This commit is contained in:
@@ -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_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_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
|
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
|
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
|
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
|
defense_grid.jpg http://www.wizards.com/global/images/magic/general/defense_grid.jpg
|
||||||
|
|||||||
@@ -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
|
Lighthouse Chronologist
|
||||||
1 U
|
1 U
|
||||||
Creature Human Wizard
|
Creature Human Wizard
|
||||||
|
|||||||
@@ -12999,7 +12999,8 @@ public class CardFactory_Creatures {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** 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 SpellAbility a2 = new Ability(card, "0") {
|
||||||
final Command eot1 = new Command() {
|
final Command eot1 = new Command() {
|
||||||
|
|||||||
Reference in New Issue
Block a user