Added Manic Vandal.

This commit is contained in:
jendave
2011-08-06 05:14:17 +00:00
parent a5de1ff273
commit fb9ba53e5a
3 changed files with 10 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ 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
manic_vandal.jpg http://www.wizards.com/global/images/magic/general/manic_vandal.jpg
back_to_nature.jpg http://www.wizards.com/global/images/magic/general/back_to_nature.jpg back_to_nature.jpg http://www.wizards.com/global/images/magic/general/back_to_nature.jpg
augury_owl.jpg http://www.wizards.com/global/images/magic/general/augury_owl.jpg augury_owl.jpg http://www.wizards.com/global/images/magic/general/augury_owl.jpg
water_servant.jpg http://www.wizards.com/global/images/magic/general/water_servant.jpg water_servant.jpg http://www.wizards.com/global/images/magic/general/water_servant.jpg

View File

@@ -1,3 +1,9 @@
Manic Vandal
2 R
Creature Human Warrior
When Manic Vandal enters the battlefield, destroy target artifact.
2/2
Back to Nature Back to Nature
1 G 1 G
Instant Instant

View File

@@ -13700,8 +13700,9 @@ public class CardFactory_Creatures {
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Viridian Shaman") || cardName.equals("Uktabi Orangutan") else if(cardName.equals("Viridian Shaman") || cardName.equals("Uktabi Orangutan")
|| cardName.equals("Vithian Renegades") || cardName.equals("Keldon Vandals")) { || cardName.equals("Vithian Renegades") || cardName.equals("Keldon Vandals")
|| cardName.equals("Manic Vandal")) {
final SpellAbility ability = new Ability(card, "0") { final SpellAbility ability = new Ability(card, "0") {
@Override @Override
public void resolve() { public void resolve() {