mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +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
|
Kami of the Crescent Moon
|
||||||
U U
|
U U
|
||||||
Legendary Creature Spirit
|
Legendary Creature Spirit
|
||||||
@@ -51,12 +78,6 @@ Instant
|
|||||||
Destroy all non-Aura enchantments.
|
Destroy all non-Aura enchantments.
|
||||||
spDestroyAll:Enchantment.nonAura
|
spDestroyAll:Enchantment.nonAura
|
||||||
|
|
||||||
Tsunami
|
|
||||||
3 G
|
|
||||||
Sorcery
|
|
||||||
Destroy all Islands.
|
|
||||||
spDestroyAll:Island
|
|
||||||
|
|
||||||
Assassinate
|
Assassinate
|
||||||
2 B
|
2 B
|
||||||
Sorcery
|
Sorcery
|
||||||
|
|||||||
@@ -2631,8 +2631,6 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
}; //SpDstryAll
|
}; //SpDstryAll
|
||||||
|
|
||||||
|
|
||||||
card.setSVar("PlayMain1", "TRUE");
|
|
||||||
card.addSpellAbility(spDstryAll);
|
card.addSpellAbility(spDstryAll);
|
||||||
|
|
||||||
}//spDestroyAll
|
}//spDestroyAll
|
||||||
|
|||||||
Reference in New Issue
Block a user