- Converted Ice Storm; Lay Waste; Sinkhole & Stone Rain from code to keyword.

- Added LQ pic urls for the recent four new cards. Thanks guys. :)
This commit is contained in:
jendave
2011-08-06 03:07:33 +00:00
parent 69e4490faa
commit 14785fef4d
4 changed files with 14 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ forest.jpg http://resources.wizards.com/magic/cards/unh/en-us/card73946.jpg
forest1.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=2748 forest1.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=2748
forest2.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=587 forest2.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=587
forest3.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=586 forest3.jpg http://gatherer.wizards.com/handlers/image.ashx?type=card&multiverseid=586
burning_fields.jpg http://www.wizards.com/global/images/magic/general/burning_fields.jpg
searing_flesh.jpg http://www.wizards.com/global/images/magic/general/searing_flesh.jpg
eternal_flame.jpg http://www.wizards.com/global/images/magic/general/eternal_flame.jpg
jovial_evil.jpg http://www.wizards.com/global/images/magic/general/jovial_evil.jpg
arctic_wolves.jpg http://www.wizards.com/global/images/magic/general/arctic_wolves.jpg arctic_wolves.jpg http://www.wizards.com/global/images/magic/general/arctic_wolves.jpg
arnjlots_ascent.jpg http://www.wizards.com/global/images/magic/general/arnjlots_ascent.jpg arnjlots_ascent.jpg http://www.wizards.com/global/images/magic/general/arnjlots_ascent.jpg
firestorm_hellkite.jpg http://www.wizards.com/global/images/magic/general/firestorm_hellkite.jpg firestorm_hellkite.jpg http://www.wizards.com/global/images/magic/general/firestorm_hellkite.jpg

View File

@@ -13539,16 +13539,19 @@ Sinkhole
B B B B
Sorcery Sorcery
Destroy target land. Destroy target land.
spDestroyTgt:Land
Ice Storm Ice Storm
2 G 2 G
Sorcery Sorcery
Destroy target land. Destroy target land.
spDestroyTgt:Land
Stone Rain Stone Rain
2 R 2 R
Sorcery Sorcery
Destroy target land. Destroy target land.
spDestroyTgt:Land
Resurrection Resurrection
2 W W 2 W W
@@ -14687,7 +14690,9 @@ Creatures you control get +2/+0 until end of turn.
Lay Waste Lay Waste
3 R 3 R
Sorcery Sorcery
no text Destroy target land.
spDestroyTgt:Land
Cycling:2
Threaten Threaten
2 R 2 R

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com program/mail=mtgerror@yahoo.com
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
program/version=Forge -- official beta: 09/12/14, SVN revision: 235 program/version=Forge -- official beta: 09/12/14, SVN revision: 240
tokens--file=AllTokens.txt tokens--file=AllTokens.txt

View File

@@ -5502,6 +5502,7 @@ public class CardFactory implements NewConstants {
}//*************** END ************ END ************************** }//*************** END ************ END **************************
/*
// *************** START *********** START ************************** // *************** START *********** START **************************
if (cardName.equals("Lay Waste") || cardName.equals("Stone Rain") if (cardName.equals("Lay Waste") || cardName.equals("Stone Rain")
|| cardName.equals("Ice Storm") || cardName.equals("Sinkhole")) || cardName.equals("Ice Storm") || cardName.equals("Sinkhole"))
@@ -5563,7 +5564,7 @@ public class CardFactory implements NewConstants {
} }
return card; return card;
}// *************** END ************ END ************************** }// *************** END ************ END **************************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************