mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Converted these mass destruction spells to the spDestroyAll keyword: Back to Nature; Cleanfall; Hush; Tempest of Light; Tranquil Path; Tranquility.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user