converting Fracturing Gust to spDestroyAll keyword

This commit is contained in:
jendave
2011-08-06 06:13:28 +00:00
parent 25161778bc
commit 162ddb916c
2 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
Fracturing Gust
2 GW GW GW
Instant
Destroy all artifacts and enchantments. You gain 2 life for each permanent destroyed this way.
spDestroyAll:Artifact,Enchantment:Drawback$GainLifeYou/X.Times.2
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/fracturing_gust.jpg
Abandoned Outpost Abandoned Outpost
no cost no cost
Land Land
@@ -11262,13 +11270,6 @@ abPump RG RG RG:+3/+0
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/foxfire_oak.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/foxfire_oak.jpg
Fracturing Gust
2 GW GW GW
Instant
Destroy all artifacts and enchantments. You gain 2 life for each permanent destroyed this way.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/fracturing_gust.jpg
Frantic Purification Frantic Purification
2 W 2 W
Instant Instant

View File

@@ -4767,11 +4767,11 @@ public class CardFactory_Instants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Fracturing Gust")) { /*else if(cardName.equals("Fracturing Gust")) {
/* /*
* Destroy all artifacts and enchantments. * Destroy all artifacts and enchantments.
* You gain 2 life for each permanent destroyed this way. * You gain 2 life for each permanent destroyed this way.
*/ *
SpellAbility spell = new Spell(card) { SpellAbility spell = new Spell(card) {
private static final long serialVersionUID = 6940814538785932457L; private static final long serialVersionUID = 6940814538785932457L;
@@ -4819,6 +4819,7 @@ public class CardFactory_Instants {
card.clearSpellAbility(); card.clearSpellAbility();
card.addSpellAbility(spell); card.addSpellAbility(spell);
}// *************** END ************ END ************************** }// *************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************