diff --git a/res/cards.txt b/res/cards.txt index 0d4a9c1e2b5..7facb2cbe0c 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,53 @@ +Back to Nature +1 G +Instant +Destroy all enchantments. +spDestroyAll:Enchantment +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/back_to_nature.jpg + +Cleanfall +2 W +Sorcery Arcane +Destroy all enchantments. +spDestroyAll:Enchantment +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/cleanfall.jpg + +Hush +3 G +Sorcery +Destroy all enchantments. +spDestroyAll:Enchantment +Cycling:2 +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/hush.jpg + +Tempest of Light +2 W +Instant +Destroy all enchantments. +spDestroyAll:Enchantment +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/tempest_of_light.jpg + +Tranquil Path +4 G +Sorcery +Destroy all enchantments. +spDestroyAll:Enchantment +Draw a card. +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquil_path.jpg + +Tranquility +2 G +Sorcery +Destroy all enchantments. +spDestroyAll:Enchantment +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquility.jpg + Tethered Griffin W Creature Griffin @@ -2604,13 +2654,6 @@ You may play two additional lands on each of your turns. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/azusa_lost_but_seeking.jpg -Back to Nature -1 G -Instant -no text -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/back_to_nature.jpg - Bad Moon 1 B Enchantment @@ -5759,13 +5802,6 @@ RegenerateMe:2 SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/clay_statue.jpg -Cleanfall -2 W -Sorcery Arcane -no text -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/cleanfall.jpg - Clear 1 W Instant @@ -14553,14 +14589,6 @@ no text SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/hurricane.jpg -Hush -3 G -Sorcery -no text -Cycling:2 -SVar:Rarity:Common -SVar:Picture:http://www.wizards.com/global/images/magic/general/hush.jpg - Hyalopterous Lemure 4 B Creature Spirit @@ -29978,13 +30006,6 @@ Vigilance SVar:Rarity:Uncommon SVar:Picture:http://resources.wizards.com/magic/cards/vi/en-us/card3746.jpg -Tempest of Light -2 W -Instant -no text -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/tempest_of_light.jpg - Temple Acolyte 1 W Creature Human Cleric @@ -31260,14 +31281,6 @@ spDestroyAll:Enchantment.nonAura SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquil_domain.jpg -Tranquil Path -4 G -Sorcery -no text -Draw a card. -SVar:Rarity:Common -SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquil_path.jpg - Tranquil Thicket no cost Land @@ -31278,13 +31291,6 @@ Cycling:G SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquil_thicket.jpg -Tranquility -2 G -Sorcery -no text -SVar:Rarity:Common -SVar:Picture:http://www.wizards.com/global/images/magic/general/tranquility.jpg - Transcendent Master 1 W W Creature Human Cleric Avatar diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 5aff8eab93c..0218a8f6638 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -10967,6 +10967,8 @@ public class CardFactory implements NewConstants { card.addSpellAbility(spell); }// *************** END ************ END ************************** + +/* Converted to the spDestroyAll keyword //*************** START *********** START ************************** else if(cardName.equals("Tranquility") || cardName.equals("Tempest of Light") || cardName.equals("Cleanfall") || cardName.equals("Hush") @@ -11016,7 +11018,9 @@ public class CardFactory implements NewConstants { card.clearSpellAbility(); card.addSpellAbility(spell); }// *************** END ************ END ************************** - +*/ + + //*************** START *********** START ************************** else if(cardName.equals("Incendiary Command")) { //not sure what to call variables, so I just made up something