- Converted Maelstrom Pulse to script.

This commit is contained in:
jeffwadsworth
2012-01-17 21:20:49 +00:00
parent f86d258f15
commit 2e273d3ee9
2 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
Name:Maelstrom Pulse
ManaCost:1 B G
Types:Sorcery
Text:Destroy target nonland permanent and all other permanents with the same name as that permanent.
Text:no text
A:SP$ Destroy | Cost$ 1 B G | ValidTgts$ Permanent.nonland | TgtPrompt$ Select target nonland permanent | RememberTargets$ True | SubAbility$ DestroyAll | SpellDescription$ Destroy target nonland permanent and all other permanents with the same name as that permanent.
SVar:DestroyAll:DB$ DestroyAll | ValidCards$ Remembered.sameName | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/maelstrom_pulse.jpg
SetInfo:ARB|Rare|http://magiccards.info/scans/en/arb/92.jpg

View File

@@ -702,7 +702,7 @@ public class CardFactorySorceries {
card.addSpellAbility(spell);
} // *************** END ************ END **************************
*/
// *************** START *********** START **************************
else if (cardName.equals("Maelstrom Pulse")) {
final SpellAbility spell = new Spell(card) {
@@ -799,7 +799,7 @@ public class CardFactorySorceries {
spell.setBeforePayMana(target);
} // *************** END ************ END ***************************
*/
// *************** START *********** START **************************
else if (cardName.equals("Erratic Explosion")) {
final Cost cost = new Cost(card.getManaCost(), cardName, false);