From 162ddb916cb27c726d38ff1eb91e25ef3b00a737 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 06:13:28 +0000 Subject: [PATCH] converting Fracturing Gust to spDestroyAll keyword --- res/cards.txt | 15 ++++++++------- src/forge/CardFactory_Instants.java | 5 +++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index 852d07af08d..b0cc748088c 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -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 no cost Land @@ -11262,13 +11270,6 @@ abPump RG RG RG:+3/+0 SVar:Rarity:Common 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 2 W Instant diff --git a/src/forge/CardFactory_Instants.java b/src/forge/CardFactory_Instants.java index a1d7f77ee36..cc1f304827d 100644 --- a/src/forge/CardFactory_Instants.java +++ b/src/forge/CardFactory_Instants.java @@ -4767,11 +4767,11 @@ public class CardFactory_Instants { }//*************** END ************ END ************************** //*************** START *********** START ************************** - else if(cardName.equals("Fracturing Gust")) { + /*else if(cardName.equals("Fracturing Gust")) { /* * Destroy all artifacts and enchantments. * You gain 2 life for each permanent destroyed this way. - */ + * SpellAbility spell = new Spell(card) { private static final long serialVersionUID = 6940814538785932457L; @@ -4819,6 +4819,7 @@ public class CardFactory_Instants { card.clearSpellAbility(); card.addSpellAbility(spell); }// *************** END ************ END ************************** + */ //*************** START *********** START **************************