- Converted these mass destroy spells to the spDestroyAll keyword: Planar Cleansing; Soulscour.

This commit is contained in:
jendave
2011-08-06 05:52:15 +00:00
parent 92c6ba5db0
commit 44ac9b9737
2 changed files with 22 additions and 17 deletions

View File

@@ -1,3 +1,19 @@
Planar Cleansing
3 W W W
Sorcery
Destroy all non-land permanents.
spDestroyAll:Permanent.nonLand
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/planar_cleansing.jpg
Soulscour
7 W W W
Sorcery
Destroy all nonartifact permanents.
spDestroyAll:Permanent.nonArtifact
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/soulscour.jpg
Back to Nature
1 G
Instant
@@ -22285,13 +22301,6 @@ SVar:PicCount:4
SVar:Rarity:Land
SVar:Picture:http://resources.wizards.com/magic/cards/unh/en-us/card73963.jpg
Planar Cleansing
3 W W W
Sorcery
Destroy all non-land permanents.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/planar_cleansing.jpg
Planar Gate
6
Artifact
@@ -27691,13 +27700,6 @@ Whenever another creature comes into play, you gain 1 life.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/souls_attendant.jpg
Soulscour
7 W W W
Sorcery
Destroy all nonartifact permanents.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/soulscour.jpg
Soulsurge Elemental
3 R
Creature Elemental

View File

@@ -10731,6 +10731,8 @@ public class CardFactory implements NewConstants {
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
}//*************** END ************ END **************************
/* Converted to the spDestroyAll keyword
//*************** START *********** START **************************
else if(cardName.equals("Soulscour")) {
SpellAbility spell = new Spell(card) {
@@ -10774,6 +10776,7 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}// *************** END ************ END **************************
*/
//*************** START *********** START **************************
@@ -10803,7 +10806,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END **************************
/* Converted to the spDestroyAll keyword
/* Converted to the spDestroyAll keyword
//*************** START *********** START **************************
else if(cardName.equals("Wrath of God") || cardName.equals("Damnation")) {
SpellAbility spell = new Spell(card) {
@@ -10929,7 +10932,7 @@ public class CardFactory implements NewConstants {
}// *************** END ************ END **************************
*/
/* Converted to the spDestroyAll keyword
//*************** START *********** START **************************
else if(cardName.equals("Planar Cleansing")) {
SpellAbility spell = new Spell(card) {
@@ -10966,7 +10969,7 @@ public class CardFactory implements NewConstants {
card.clearSpellAbility();
card.addSpellAbility(spell);
}// *************** END ************ END **************************
*/
/* Converted to the spDestroyAll keyword
//*************** START *********** START **************************