Added Anarchy, Ruination and Tivadar's Crusade. Added SVar:RemAIDeck:True to Tsunami.

This commit is contained in:
jendave
2011-08-06 05:47:39 +00:00
parent 66c34ddf96
commit 66735f4f8b
2 changed files with 27 additions and 8 deletions

View File

@@ -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

View File

@@ -2631,8 +2631,6 @@ public class CardFactory implements NewConstants {
}; //SpDstryAll
card.setSVar("PlayMain1", "TRUE");
card.addSpellAbility(spDstryAll);
}//spDestroyAll