mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Added Manic Vandal.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user