From 66735f4f8b6c3082b9527b72dd94a38a0a32581c Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 05:47:39 +0000 Subject: [PATCH] Added Anarchy, Ruination and Tivadar's Crusade. Added SVar:RemAIDeck:True to Tsunami. --- res/cards.txt | 33 +++++++++++++++++++++++++++------ src/forge/CardFactory.java | 2 -- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/res/cards.txt b/res/cards.txt index 5f7b65838b3..56a0c8b18cb 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,30 @@ +Anarchy +2 R R +Sorcery +Destroy all white permanents. +spDestroyAll:Permanent.White +SVar:RemAIDeck:True + +Ruination +3 R +Sorcery +Destroy all nonbasic lands. +spDestroyAll:Land.nonBasic + +Tivadar's Crusade +1 W W +Sorcery +Destroy all Goblins. +spDestroyAll:Goblin +SVar:RemAIDeck:True + +Tsunami +3 G +Sorcery +Destroy all Islands. +spDestroyAll:Island +SVar:RemAIDeck:True + Kami of the Crescent Moon U U Legendary Creature Spirit @@ -51,12 +78,6 @@ Instant Destroy all non-Aura enchantments. spDestroyAll:Enchantment.nonAura -Tsunami -3 G -Sorcery -Destroy all Islands. -spDestroyAll:Island - Assassinate 2 B Sorcery diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 55d71c83fd9..35304bcd3b1 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -2631,8 +2631,6 @@ public class CardFactory implements NewConstants { }; //SpDstryAll - - card.setSVar("PlayMain1", "TRUE"); card.addSpellAbility(spDstryAll); }//spDestroyAll