mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Added Anarchy, Ruination and Tivadar's Crusade. Added SVar:RemAIDeck:True to Tsunami.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2631,8 +2631,6 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
}; //SpDstryAll
|
||||
|
||||
|
||||
card.setSVar("PlayMain1", "TRUE");
|
||||
card.addSpellAbility(spDstryAll);
|
||||
|
||||
}//spDestroyAll
|
||||
|
||||
Reference in New Issue
Block a user